Searched refs:zl3073x_read_u16 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | ref.c | 116 rc = zl3073x_read_u16(zldev, ZL_REG_REF_FREQ_BASE, &ref->freq_base); in zl3073x_ref_state_fetch() 119 rc = zl3073x_read_u16(zldev, ZL_REG_REF_FREQ_MULT, &ref->freq_mult); in zl3073x_ref_state_fetch() 122 rc = zl3073x_read_u16(zldev, ZL_REG_REF_RATIO_M, &ref->freq_ratio_m); in zl3073x_ref_state_fetch() 125 rc = zl3073x_read_u16(zldev, ZL_REG_REF_RATIO_N, &ref->freq_ratio_n); in zl3073x_ref_state_fetch()
|
| H A D | core.c | 193 int zl3073x_read_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 *val) in zl3073x_read_u16() function 1043 rc = zl3073x_read_u16(zldev, ZL_REG_ID, &id); in zl3073x_dev_probe() 1060 rc = zl3073x_read_u16(zldev, ZL_REG_REVISION, &revision); in zl3073x_dev_probe() 1063 rc = zl3073x_read_u16(zldev, ZL_REG_FW_VER, &fw_ver); in zl3073x_dev_probe()
|
| H A D | core.h | 132 int zl3073x_read_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 *val);
|
| H A D | dpll.c | 963 rc = zl3073x_read_u16(zldev, ZL_REG_DIE_TEMP_STATUS, &val); in zl3073x_dpll_temp_get()
|