Searched refs:zl3073x_read_u8 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | ref.c | 65 return zl3073x_read_u8(zldev, ZL_REG_REF_MON_STATUS(index), in zl3073x_ref_state_update() 111 rc = zl3073x_read_u8(zldev, ZL_REG_REF_CONFIG, &ref->config); in zl3073x_ref_state_fetch() 133 rc = zl3073x_read_u8(zldev, ZL_REG_REF_SYNC_CTRL, &ref->sync_ctrl); in zl3073x_ref_state_fetch()
|
| H A D | core.c | 163 int zl3073x_read_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 *val) in zl3073x_read_u8() function 797 rc = zl3073x_read_u8(zldev, ZL_REG_DPLL_MEAS_CTRL, &dpll_meas_ctrl); in zl3073x_dev_phase_avg_factor_set() 838 rc = zl3073x_read_u8(zldev, ZL_REG_DPLL_MEAS_CTRL, &dpll_meas_ctrl); in zl3073x_dev_phase_meas_setup() 875 rc = zl3073x_read_u8(zldev, ZL_REG_INFO, &info); in zl3073x_dev_start()
|
| H A D | core.h | 131 int zl3073x_read_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 *val);
|