Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dcore.c193 hw_write(ci, OP_PORTSC, PORTSC_PTC, mode << __ffs(PORTSC_PTC)); in hw_port_test_set()
227 hw_write(ci, reg, PORTSC_PHCD(ci->hw_bank.lpm), in ci_hdrc_enter_lpm()
230 hw_write(ci, reg, PORTSC_PHCD(ci->hw_bank.lpm), in ci_hdrc_enter_lpm()
265 hw_write(ci, OP_USBINTR, 0xffffffff, 0); in hw_device_init()
268 hw_write(ci, OP_USBSTS, 0xffffffff, 0xffffffff); in hw_device_init()
316 hw_write(ci, OP_DEVLC, DEVLC_PTS(7) | DEVLC_PTW, lpm); in hw_phymode_configure()
318 hw_write(ci, OP_DEVLC, DEVLC_STS, DEVLC_STS); in hw_phymode_configure()
320 hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc); in hw_phymode_configure()
322 hw_write(ci, OP_PORTSC, PORTSC_STS, PORTSC_STS); in hw_phymode_configure()
416 hw_write(ci, OP_USBCMD, USBCMD_RST, USBCMD_RST); in hw_controller_reset()
[all …]
Dudc.c85 hw_write(ci, OP_ENDPTLISTADDR, ~0, dma); in hw_device_state()
87 hw_write(ci, OP_USBINTR, ~0, in hw_device_state()
90 hw_write(ci, OP_USBINTR, ~0, 0); in hw_device_state()
108 hw_write(ci, OP_ENDPTFLUSH, ~0, BIT(n)); in hw_ep_flush()
126 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
162 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
195 hw_write(ci, OP_ENDPTPRIME, ~0, BIT(n)); in hw_ep_prime()
226 hw_write(ci, reg, mask_xs|mask_xr, in hw_ep_set_halt()
267 hw_write(ci, OP_USBSTS, ~0, reg); in hw_test_and_clear_intr_active()
302 hw_write(ci, OP_DEVICEADDR, DEVICEADDR_USBADR, in hw_usb_set_address()
[all …]
Dotg_fsm.c448 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus()
481 hw_write(ci, OP_USBCMD, USBCMD_RS, USBCMD_RS); in ci_otg_loc_conn()
483 hw_write(ci, OP_USBCMD, USBCMD_RS, 0); in ci_otg_loc_conn()
497 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_FPR, in ci_otg_loc_sof()
500 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_SUSP, in ci_otg_loc_sof()
583 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | in ci_otg_fsm_work()
Dhost.c145 hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS, USBMODE_CI_SDIS); in host_start()
148 hw_write(ci, OP_PORTSC, PORTSC_PFSC, PORTSC_PFSC); in host_start()
Dci.h355 static inline void hw_write(struct ci_hdrc *ci, enum ci_hw_regs reg, in hw_write() function
396 hw_write(ci, reg, mask, data); in hw_test_and_write()
Dotg.c43 hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data); in hw_write_otgsc()
/linux-4.1.27/sound/soc/codecs/
Dcx20442.c168 if (!codec->hw_write || !cx20442->control_data) in cx20442_write()
197 if (codec->hw_write(cx20442->control_data, buf, len) != len) in cx20442_write()
254 codec->hw_write = NULL; in v253_close()
283 codec->hw_write = (hw_write_t)tty->ops->write; in v253_receive()
374 codec->hw_write = NULL; in cx20442_codec_probe()
Duda1380.c114 if (codec->hw_write(codec->control_data, data, 3) == 3) { in uda1380_write()
142 if (codec->hw_write(codec->control_data, data, 3) != 3) in uda1380_sync_cache()
163 if (codec->hw_write(codec->control_data, data, 3) != 3) { in uda1380_reset()
704 codec->hw_write = (hw_write_t)i2c_master_send; in uda1380_probe()
Dtlv320dac33.c237 ret = codec->hw_write(codec->control_data, data, 2); in dac33_write()
284 ret = codec->hw_write(codec->control_data, data, 3); in dac33_write16()
1386 codec->hw_write = (hw_write_t) i2c_master_send; in dac33_soc_probe()
/linux-4.1.27/sound/soc/omap/
Dams-delta.c108 if (!cx20442_codec->hw_write) in ams_delta_set_audio_mode()
348 if (!codec->hw_write) { in cx81801_receive()
/linux-4.1.27/drivers/acpi/acpica/
Dhwregs.c217 ACPI_FUNCTION_NAME(hw_write); in acpi_hw_write()
/linux-4.1.27/include/sound/
Dsoc.h818 hw_write_t hw_write; member