/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | wm97xx-core.c | 84 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) in wm97xx_reg_read() 202 void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio, in wm97xx_set_gpio() 293 struct wm97xx *wm = dev_id; in wm97xx_pen_interrupt() local 474 struct wm97xx *wm = input_get_drvdata(idev); in wm97xx_ts_input_open() local 522 struct wm97xx *wm = input_get_drvdata(idev); in wm97xx_ts_input_close() local 612 static int _wm97xx_probe(struct wm97xx *wm) in _wm97xx_probe() 695 struct wm97xx *wm; in wm97xx_probe() local 723 struct wm97xx *wm = dev_get_drvdata(dev); in wm97xx_remove() local 733 struct wm97xx *wm; in wm97xx_mfd_probe() local 768 struct wm97xx *wm = dev_get_drvdata(dev); in wm97xx_suspend() local [all …]
|
A D | wm9712.c | 151 static void wm9712_phy_init(struct wm97xx *wm) in wm9712_phy_init() 216 static void wm9712_dig_enable(struct wm97xx *wm, int enable) in wm9712_dig_enable() 229 static void wm9712_aux_prepare(struct wm97xx *wm) in wm9712_aux_prepare() 236 static void wm9712_dig_restore(struct wm97xx *wm) in wm9712_dig_restore() 242 static inline int is_pden(struct wm97xx *wm) in is_pden() 250 static int wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample) in wm9712_poll_sample() 314 static int wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) in wm9712_poll_coord() 379 static int wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9712_poll_touch() 413 static int wm9712_acc_enable(struct wm97xx *wm, int enable) in wm9712_acc_enable()
|
A D | wm9713.c | 151 static void wm9713_phy_init(struct wm97xx *wm) in wm9713_phy_init() 214 static void wm9713_dig_enable(struct wm97xx *wm, int enable) in wm9713_dig_enable() 232 static void wm9713_dig_restore(struct wm97xx *wm) in wm9713_dig_restore() 239 static void wm9713_aux_prepare(struct wm97xx *wm) in wm9713_aux_prepare() 247 static inline int is_pden(struct wm97xx *wm) in is_pden() 255 static int wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample) in wm9713_poll_sample() 320 static int wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) in wm9713_poll_coord() 390 static int wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9713_poll_touch() 420 static int wm9713_acc_enable(struct wm97xx *wm, int enable) in wm9713_acc_enable()
|
A D | wm9705.c | 133 static void wm9705_phy_init(struct wm97xx *wm) in wm9705_phy_init() 178 static void wm9705_dig_enable(struct wm97xx *wm, int enable) in wm9705_dig_enable() 189 static void wm9705_aux_prepare(struct wm97xx *wm) in wm9705_aux_prepare() 196 static void wm9705_dig_restore(struct wm97xx *wm) in wm9705_dig_restore() 202 static inline int is_pden(struct wm97xx *wm) in is_pden() 210 static int wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample) in wm9705_poll_sample() 270 static int wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) in wm9705_poll_touch() 294 static int wm9705_acc_enable(struct wm97xx *wm, int enable) in wm9705_acc_enable()
|
A D | mainstone-wm97xx.c | 100 static void wm97xx_acc_pen_up(struct wm97xx *wm) in wm97xx_acc_pen_up() 115 static int wm97xx_acc_pen_down(struct wm97xx *wm) in wm97xx_acc_pen_down() 168 static int wm97xx_acc_startup(struct wm97xx *wm) in wm97xx_acc_startup() 229 static void wm97xx_acc_shutdown(struct wm97xx *wm) in wm97xx_acc_shutdown() 250 struct wm97xx *wm = platform_get_drvdata(pdev); in mainstone_wm97xx_probe() local 257 struct wm97xx *wm = platform_get_drvdata(pdev); in mainstone_wm97xx_remove() local
|
/linux-6.3-rc2/sound/pci/ice1712/ |
A D | wm8776.c | 30 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, in snd_wm8776_activate_ctl() 55 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm) in snd_wm8776_update_agc_ctl() 412 void snd_wm8776_init(struct snd_wm8776 *wm) in snd_wm8776_init() 433 void snd_wm8776_resume(struct snd_wm8776 *wm) in snd_wm8776_resume() 441 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power) in snd_wm8776_set_power() 446 void snd_wm8776_volume_restore(struct snd_wm8776 *wm) in snd_wm8776_volume_restore() 458 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_volume_info() local 472 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_enum_info() local 482 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_ctl_get() local 513 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8776_ctl_put() local [all …]
|
A D | wm8766.c | 18 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in snd_wm8766_write() 137 void snd_wm8766_init(struct snd_wm8766 *wm) in snd_wm8766_init() 156 void snd_wm8766_resume(struct snd_wm8766 *wm) in snd_wm8766_resume() 164 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac) in snd_wm8766_set_if() 172 void snd_wm8766_volume_restore(struct snd_wm8766 *wm) in snd_wm8766_volume_restore() 184 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_volume_info() local 198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_enum_info() local 208 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_get() local 239 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); in snd_wm8766_ctl_put() local 276 static int snd_wm8766_add_control(struct snd_wm8766 *wm, int num) in snd_wm8766_add_control() [all …]
|
A D | maya44.c | 70 struct snd_wm8776 wm[2]; member 76 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write() 92 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm, in wm8776_write_bits() 174 struct snd_wm8776 *wm = in maya_vol_get() local 189 struct snd_wm8776 *wm = in maya_vol_put() local 235 struct snd_wm8776 *wm = in maya_sw_get() local 247 struct snd_wm8776 *wm = in maya_sw_put() local 535 struct snd_wm8776 *wm, unsigned int addr) in wm8776_init()
|
A D | psc724.c | 104 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) in psc724_wm8766_write() 146 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) in psc724_wm8776_write()
|
/linux-6.3-rc2/drivers/media/platform/qcom/camss/ |
A D | camss-vfe-4-1.c | 270 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable() 280 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based() 303 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based() 354 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern() 361 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm, in vfe_wm_set_ub_cfg() 371 static void vfe_bus_reload_wm(struct vfe_device *vfe, u8 wm) in vfe_bus_reload_wm() 378 static void vfe_wm_set_ping_addr(struct vfe_device *vfe, u8 wm, u32 addr) in vfe_wm_set_ping_addr() 390 static int vfe_wm_get_ping_pong_status(struct vfe_device *vfe, u8 wm) in vfe_wm_get_ping_pong_status() 407 static void vfe_bus_connect_wm_to_rdi(struct vfe_device *vfe, u8 wm, in vfe_bus_connect_wm_to_rdi() 443 static void vfe_wm_set_subsample(struct vfe_device *vfe, u8 wm) in vfe_wm_set_subsample() [all …]
|
A D | camss-vfe-4-7.c | 321 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_enable() 331 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based() 396 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based() 447 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern() 454 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm, in vfe_wm_set_ub_cfg() 464 static void vfe_bus_reload_wm(struct vfe_device *vfe, u8 wm) in vfe_bus_reload_wm() 475 static void vfe_wm_set_ping_addr(struct vfe_device *vfe, u8 wm, u32 addr) in vfe_wm_set_ping_addr() 487 static int vfe_wm_get_ping_pong_status(struct vfe_device *vfe, u8 wm) in vfe_wm_get_ping_pong_status() 504 static void vfe_bus_connect_wm_to_rdi(struct vfe_device *vfe, u8 wm, in vfe_bus_connect_wm_to_rdi() 539 static void vfe_wm_set_subsample(struct vfe_device *vfe, u8 wm) in vfe_wm_set_subsample() [all …]
|
A D | camss-vfe-4-8.c | 304 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable) in vfe_wm_frame_based() 369 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm, in vfe_wm_line_based() 420 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm, in vfe_wm_set_framedrop_pattern() 426 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm, in vfe_wm_set_ub_cfg() 436 static void vfe_bus_reload_wm(struct vfe_device *vfe, u8 wm) in vfe_bus_reload_wm() 447 static void vfe_wm_set_ping_addr(struct vfe_device *vfe, u8 wm, u32 addr) in vfe_wm_set_ping_addr() 459 static int vfe_wm_get_ping_pong_status(struct vfe_device *vfe, u8 wm) in vfe_wm_get_ping_pong_status() 476 static void vfe_bus_connect_wm_to_rdi(struct vfe_device *vfe, u8 wm, in vfe_bus_connect_wm_to_rdi() 511 static void vfe_wm_set_subsample(struct vfe_device *vfe, u8 wm) in vfe_wm_set_subsample() 672 static void vfe_enable_irq_wm_line(struct vfe_device *vfe, u8 wm, in vfe_enable_irq_wm_line() [all …]
|
A D | camss-vfe-480.c | 116 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() 147 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop() 153 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update() 441 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
|
A D | camss-vfe-170.c | 223 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start() 266 static void vfe_wm_stop(struct vfe_device *vfe, u8 wm) in vfe_wm_stop() 272 static void vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, in vfe_wm_update() 348 int i, wm; in vfe_isr() local 634 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) in vfe_isr_wm_done()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | skl_watermark.c | 353 const struct skl_plane_wm *wm = in skl_crtc_can_enable_sagv() local 375 const struct skl_plane_wm *wm = in skl_crtc_can_enable_sagv() local 398 const struct skl_plane_wm *wm = in tgl_crtc_can_enable_sagv() local 714 struct skl_wm_level wm = {}; in skl_cursor_allocation() local 1430 const struct skl_wm_level *wm, in skl_allocate_plane_ddb() 1498 const struct skl_plane_wm *wm = in skl_crtc_allocate_plane_ddb() local 1546 const struct skl_plane_wm *wm = in skl_crtc_allocate_plane_ddb() local 1577 struct skl_plane_wm *wm = in skl_crtc_allocate_plane_ddb() local 1607 struct skl_plane_wm *wm = in skl_crtc_allocate_plane_ddb() local 3002 struct skl_pipe_wm wm; in intel_wm_state_verify() member [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_pm.c | 857 unsigned int wm; in pnv_update_wm() local 934 const struct g4x_wm_values *wm) in g4x_write_wm_values() 966 const struct vlv_wm_values *wm) in vlv_write_wm_values() 1104 unsigned int pixel_rate, htotal, cpp, width, wm; in g4x_compute_wm() local 1209 int wm, max_wm; in g4x_raw_plane_wm_compute() local 1499 struct g4x_wm_values *wm) in g4x_merge_wm() 1631 unsigned int pixel_rate, htotal, cpp, width, wm; in vlv_compute_wm_level() local 2127 struct vlv_wm_values *wm) in vlv_merge_wm() 2906 const char *name, const u16 wm[]) in intel_print_wm_latency() 3653 struct g4x_wm_values *wm) in g4x_read_wm_values() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | evergreen.c | 1949 static u32 evergreen_dram_bandwidth(struct evergreen_wm_params *wm) in evergreen_dram_bandwidth() 1969 static u32 evergreen_dram_bandwidth_for_display(struct evergreen_wm_params *wm) in evergreen_dram_bandwidth_for_display() 1989 static u32 evergreen_data_return_bandwidth(struct evergreen_wm_params *wm) in evergreen_data_return_bandwidth() 2009 static u32 evergreen_dmif_request_bandwidth(struct evergreen_wm_params *wm) in evergreen_dmif_request_bandwidth() 2029 static u32 evergreen_available_bandwidth(struct evergreen_wm_params *wm) in evergreen_available_bandwidth() 2039 static u32 evergreen_average_bandwidth(struct evergreen_wm_params *wm) in evergreen_average_bandwidth() 2063 static u32 evergreen_latency_watermark(struct evergreen_wm_params *wm) in evergreen_latency_watermark() 2110 …atic bool evergreen_average_bandwidth_vs_dram_bandwidth_for_display(struct evergreen_wm_params *wm) in evergreen_average_bandwidth_vs_dram_bandwidth_for_display() 2119 static bool evergreen_average_bandwidth_vs_available_bandwidth(struct evergreen_wm_params *wm) in evergreen_average_bandwidth_vs_available_bandwidth() 2128 static bool evergreen_check_latency_hiding(struct evergreen_wm_params *wm) in evergreen_check_latency_hiding()
|
A D | si.c | 2068 static u32 dce6_dram_bandwidth(struct dce6_wm_params *wm) in dce6_dram_bandwidth() 2088 static u32 dce6_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_dram_bandwidth_for_display() 2108 static u32 dce6_data_return_bandwidth(struct dce6_wm_params *wm) in dce6_data_return_bandwidth() 2128 static u32 dce6_get_dmif_bytes_per_request(struct dce6_wm_params *wm) in dce6_get_dmif_bytes_per_request() 2133 static u32 dce6_dmif_request_bandwidth(struct dce6_wm_params *wm) in dce6_dmif_request_bandwidth() 2165 static u32 dce6_available_bandwidth(struct dce6_wm_params *wm) in dce6_available_bandwidth() 2175 static u32 dce6_average_bandwidth(struct dce6_wm_params *wm) in dce6_average_bandwidth() 2199 static u32 dce6_latency_watermark(struct dce6_wm_params *wm) in dce6_latency_watermark() 2249 static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_average_bandwidth_vs_dram_bandwidth_for_display() 2258 static bool dce6_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm) in dce6_average_bandwidth_vs_available_bandwidth() [all …]
|
/linux-6.3-rc2/drivers/parport/ |
A D | parport_gsc.h | 121 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_gsc_write_control() local 150 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_gsc_frob_control() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | dce_v10_0.c | 723 static u32 dce_v10_0_dram_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_dram_bandwidth() 752 static u32 dce_v10_0_dram_bandwidth_for_display(struct dce10_wm_params *wm) in dce_v10_0_dram_bandwidth_for_display() 781 static u32 dce_v10_0_data_return_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_data_return_bandwidth() 810 static u32 dce_v10_0_dmif_request_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_dmif_request_bandwidth() 841 static u32 dce_v10_0_available_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_available_bandwidth() 860 static u32 dce_v10_0_average_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_average_bandwidth() 893 static u32 dce_v10_0_latency_watermark(struct dce10_wm_params *wm) in dce_v10_0_latency_watermark() 954 static bool dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm) in dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display() 974 static bool dce_v10_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm) in dce_v10_0_average_bandwidth_vs_available_bandwidth() 992 static bool dce_v10_0_check_latency_hiding(struct dce10_wm_params *wm) in dce_v10_0_check_latency_hiding()
|
A D | dce_v11_0.c | 749 static u32 dce_v11_0_dram_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_dram_bandwidth() 778 static u32 dce_v11_0_dram_bandwidth_for_display(struct dce10_wm_params *wm) in dce_v11_0_dram_bandwidth_for_display() 807 static u32 dce_v11_0_data_return_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_data_return_bandwidth() 836 static u32 dce_v11_0_dmif_request_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_dmif_request_bandwidth() 867 static u32 dce_v11_0_available_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_available_bandwidth() 886 static u32 dce_v11_0_average_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_average_bandwidth() 919 static u32 dce_v11_0_latency_watermark(struct dce10_wm_params *wm) in dce_v11_0_latency_watermark() 980 static bool dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm) in dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display() 1000 static bool dce_v11_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm) in dce_v11_0_average_bandwidth_vs_available_bandwidth() 1018 static bool dce_v11_0_check_latency_hiding(struct dce10_wm_params *wm) in dce_v11_0_check_latency_hiding()
|
A D | dce_v6_0.c | 521 static u32 dce_v6_0_dram_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_dram_bandwidth() 550 static u32 dce_v6_0_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce_v6_0_dram_bandwidth_for_display() 579 static u32 dce_v6_0_data_return_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_data_return_bandwidth() 608 static u32 dce_v6_0_dmif_request_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_dmif_request_bandwidth() 639 static u32 dce_v6_0_available_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_available_bandwidth() 658 static u32 dce_v6_0_average_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth() 691 static u32 dce_v6_0_latency_watermark(struct dce6_wm_params *wm) in dce_v6_0_latency_watermark() 752 static bool dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display() 772 static bool dce_v6_0_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth_vs_available_bandwidth() 790 static bool dce_v6_0_check_latency_hiding(struct dce6_wm_params *wm) in dce_v6_0_check_latency_hiding()
|
A D | dce_v8_0.c | 658 static u32 dce_v8_0_dram_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_dram_bandwidth() 687 static u32 dce_v8_0_dram_bandwidth_for_display(struct dce8_wm_params *wm) in dce_v8_0_dram_bandwidth_for_display() 716 static u32 dce_v8_0_data_return_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_data_return_bandwidth() 745 static u32 dce_v8_0_dmif_request_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_dmif_request_bandwidth() 776 static u32 dce_v8_0_available_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_available_bandwidth() 795 static u32 dce_v8_0_average_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_average_bandwidth() 828 static u32 dce_v8_0_latency_watermark(struct dce8_wm_params *wm) in dce_v8_0_latency_watermark() 889 static bool dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm) in dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display() 909 static bool dce_v8_0_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm) in dce_v8_0_average_bandwidth_vs_available_bandwidth() 927 static bool dce_v8_0_check_latency_hiding(struct dce8_wm_params *wm) in dce_v8_0_check_latency_hiding()
|
/linux-6.3-rc2/include/linux/ |
A D | parport_pc.h | 162 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_pc_write_control() local 191 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_pc_frob_control() local
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_devlink.c | 223 int wm = ocelot_read_gix(ocelot, QSYS_RES_CFG, index); in ocelot_wm_read() local 230 u32 wm = ocelot->ops->wm_enc(val); in ocelot_wm_write() local 505 u16 ocelot_wm_dec(u16 wm) in ocelot_wm_dec()
|