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 Dregs.h15 #define ZL3073X_NUM_OUTS 10 macro
18 #define ZL3073X_NUM_OUTPUT_PINS (ZL3073X_NUM_OUTS * 2)
255 ZL_REG_IDX(_idx, 9, 0x28, 1, ZL3073X_NUM_OUTS, 1)
H A Dcore.h86 struct zl3073x_out out[ZL3073X_NUM_OUTS];
H A Dcore.c539 for (i = 0; i < ZL3073X_NUM_OUTS; i++) { in zl3073x_dev_state_fetch()