Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Ddpll.c24 #define ZL3073X_DPLL_REF_NONE ZL3073X_NUM_REFS macro
25 #define ZL3073X_DPLL_REF_IS_VALID(_ref) ((_ref) != ZL3073X_DPLL_REF_NONE)
281 *ref = ZL3073X_DPLL_REF_NONE; in zl3073x_dpll_selected_ref_get()
289 *ref = ZL3073X_DPLL_REF_NONE; in zl3073x_dpll_selected_ref_get()
318 if (ref == ZL3073X_DPLL_REF_NONE) { in zl3073x_dpll_selected_ref_set()
340 if (ref == ZL3073X_DPLL_REF_NONE) in zl3073x_dpll_selected_ref_set()
395 *ref = ZL3073X_DPLL_REF_NONE; in zl3073x_dpll_connected_ref_get()
693 new_ref = ZL3073X_DPLL_REF_NONE; in zl3073x_dpll_input_pin_state_on_dpll_set()