| /linux/drivers/dpll/zl3073x/ |
| H A D | core.c | 85 zl3073x_check_reg(struct zl3073x_dev *zldev, unsigned int reg, size_t size) in zl3073x_check_reg() 111 zl3073x_read_reg(struct zl3073x_dev *zldev, unsigned int reg, void *val, in zl3073x_read_reg() 133 zl3073x_write_reg(struct zl3073x_dev *zldev, unsigned int reg, const void *val, in zl3073x_write_reg() 164 int zl3073x_read_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 *val) in zl3073x_read_u8() 179 int zl3073x_write_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 val) in zl3073x_write_u8() 194 int zl3073x_read_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 *val) in zl3073x_read_u16() 215 int zl3073x_write_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 val) in zl3073x_write_u16() 232 int zl3073x_read_u32(struct zl3073x_dev *zldev, unsigned int reg, u32 *val) in zl3073x_read_u32() 253 int zl3073x_write_u32(struct zl3073x_dev *zldev, unsigned int reg, u32 val) in zl3073x_write_u32() 270 int zl3073x_read_u48(struct zl3073x_dev *zldev, unsigned int reg, u64 *val) in zl3073x_read_u48() [all …]
|
| H A D | chan.c | 20 int zl3073x_chan_state_update(struct zl3073x_dev *zldev, u8 index) in zl3073x_chan_state_update() 83 int zl3073x_chan_nco_mode_set(struct zl3073x_dev *zldev, u8 index) in zl3073x_chan_nco_mode_set() 171 int zl3073x_chan_state_fetch(struct zl3073x_dev *zldev, u8 index) in zl3073x_chan_state_fetch() 232 const struct zl3073x_chan *zl3073x_chan_state_get(struct zl3073x_dev *zldev, in zl3073x_chan_state_get() 252 int zl3073x_chan_tod_ready_wait(struct zl3073x_dev *zldev, u8 ch) in zl3073x_chan_tod_ready_wait() 295 static int zl3073x_chan_tod_ctrl(struct zl3073x_dev *zldev, u8 ch, u8 cmd) in zl3073x_chan_tod_ctrl() 312 int zl3073x_chan_tod_read(struct zl3073x_dev *zldev, u8 ch, in zl3073x_chan_tod_read() 365 int zl3073x_chan_tod_write(struct zl3073x_dev *zldev, u8 ch, in zl3073x_chan_tod_write() 402 int zl3073x_chan_tod_adjust(struct zl3073x_dev *zldev, u8 ch, in zl3073x_chan_tod_adjust() 452 int zl3073x_chan_df_offset_set(struct zl3073x_dev *zldev, u8 ch, s64 offset) in zl3073x_chan_df_offset_set() [all …]
|
| H A D | core.h | 112 static inline u8 zl3073x_dev_phase_avg_factor_get(struct zl3073x_dev *zldev) in zl3073x_dev_phase_avg_factor_get() 181 zl3073x_dev_is_ref_phase_comp_32bit(struct zl3073x_dev *zldev) in zl3073x_dev_is_ref_phase_comp_32bit() 232 zl3073x_dev_ref_freq_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_ref_freq_get() 247 zl3073x_dev_ref_is_diff(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_ref_is_diff() 262 zl3073x_dev_ref_is_status_ok(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_ref_is_status_ok() 277 zl3073x_dev_synth_freq_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_synth_freq_get() 293 zl3073x_dev_out_synth_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_out_synth_get() 308 zl3073x_dev_out_is_enabled(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_out_is_enabled() 329 zl3073x_dev_out_is_stepped(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_out_is_stepped() 342 u8 zl3073x_dev_out_dpll_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_dev_out_dpll_get() [all …]
|
| H A D | ref.c | 61 int zl3073x_ref_state_update(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_update() 79 int zl3073x_ref_state_fetch(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_fetch() 166 zl3073x_ref_state_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_get() 183 int zl3073x_ref_state_set(struct zl3073x_dev *zldev, u8 index, in zl3073x_ref_state_set()
|
| H A D | prop.c | 30 zl3073x_pin_check_freq(struct zl3073x_dev *zldev, enum dpll_pin_direction dir, in zl3073x_pin_check_freq() 84 zl3073x_prop_pin_package_label_set(struct zl3073x_dev *zldev, in zl3073x_prop_pin_package_label_set() 129 zl3073x_prop_pin_fwnode_get(struct zl3073x_dev *zldev, in zl3073x_prop_pin_fwnode_get() 190 struct zl3073x_pin_props *zl3073x_pin_props_get(struct zl3073x_dev *zldev, in zl3073x_pin_props_get() 359 zl3073x_prop_dpll_type_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_prop_dpll_type_get()
|
| H A D | dpll.c | 157 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_esync_get() local 195 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_esync_set() local 233 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_ref_sync_get() local 264 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_ref_sync_set() local 431 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_frequency_set() local 480 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_offset_get() local 539 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_adjust_get() local 574 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_adjust_set() local 610 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_ref_operstate_get() local 851 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_output_pin_esync_get() local [all …]
|
| H A D | out.c | 23 int zl3073x_out_state_fetch(struct zl3073x_dev *zldev, u8 index) in zl3073x_out_state_fetch() 99 const struct zl3073x_out *zl3073x_out_state_get(struct zl3073x_dev *zldev, in zl3073x_out_state_get() 117 int zl3073x_out_state_set(struct zl3073x_dev *zldev, u8 index, in zl3073x_out_state_set()
|
| H A D | fw.c | 198 zl3073x_fw_component_load(struct zl3073x_dev *zldev, in zl3073x_fw_component_load() 307 struct zl3073x_fw *zl3073x_fw_load(struct zl3073x_dev *zldev, const char *data, in zl3073x_fw_load() 363 zl3073x_fw_component_flash(struct zl3073x_dev *zldev, in zl3073x_fw_component_flash() 403 int zl3073x_fw_flash(struct zl3073x_dev *zldev, struct zl3073x_fw *zlfw, in zl3073x_fw_flash()
|