Home
last modified time | relevance | path

Searched refs:ZL3073X_NUM_OUTS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Dcore.h26 #define ZL3073X_NUM_OUTS 10 macro
29 #define ZL3073X_NUM_OUTPUT_PINS (ZL3073X_NUM_OUTS * 2)
56 struct zl3073x_out out[ZL3073X_NUM_OUTS];
H A Dregs.h173 ZL_REG_IDX(_idx, 9, 0x28, 1, ZL3073X_NUM_OUTS, 1)
H A Dcore.c581 for (i = 0; i < ZL3073X_NUM_OUTS; i++) { in zl3073x_dev_state_fetch()