/linux-4.1.27/drivers/usb/chipidea/ |
D | core.c | 193 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 …]
|
D | udc.c | 85 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 …]
|
D | otg_fsm.c | 448 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()
|
D | host.c | 145 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()
|
D | ci.h | 355 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()
|
D | otg.c | 43 hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data); in hw_write_otgsc()
|
/linux-4.1.27/sound/soc/codecs/ |
D | cx20442.c | 168 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()
|
D | uda1380.c | 114 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()
|
D | tlv320dac33.c | 237 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/ |
D | ams-delta.c | 108 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/ |
D | hwregs.c | 217 ACPI_FUNCTION_NAME(hw_write); in acpi_hw_write()
|
/linux-4.1.27/include/sound/ |
D | soc.h | 818 hw_write_t hw_write; member
|