hw_write          300 drivers/acpi/acpica/hwregs.c 	ACPI_FUNCTION_NAME(hw_write);
hw_write          416 drivers/usb/chipidea/ci.h 	hw_write(ci, reg, mask, data);
hw_write          121 drivers/usb/chipidea/ci_hdrc_msm.c 			hw_write(ci, OP_USBCMD, HSPHY_SESS_VLD_CTRL,
hw_write          195 drivers/usb/chipidea/core.c 	hw_write(ci, OP_PORTSC, PORTSC_PTC, mode << __ffs(PORTSC_PTC));
hw_write          229 drivers/usb/chipidea/core.c 		hw_write(ci, reg, PORTSC_PHCD(ci->hw_bank.lpm),
hw_write          232 drivers/usb/chipidea/core.c 		hw_write(ci, reg, PORTSC_PHCD(ci->hw_bank.lpm),
hw_write          267 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBINTR, 0xffffffff, 0);
hw_write          270 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBSTS, 0xffffffff, 0xffffffff);
hw_write          318 drivers/usb/chipidea/core.c 		hw_write(ci, OP_DEVLC, DEVLC_PTS(7) | DEVLC_PTW, lpm);
hw_write          320 drivers/usb/chipidea/core.c 			hw_write(ci, OP_DEVLC, DEVLC_STS, DEVLC_STS);
hw_write          322 drivers/usb/chipidea/core.c 		hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc);
hw_write          324 drivers/usb/chipidea/core.c 			hw_write(ci, OP_PORTSC, PORTSC_STS, PORTSC_STS);
hw_write          432 drivers/usb/chipidea/core.c 			hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS,
hw_write          440 drivers/usb/chipidea/core.c 			hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS,
hw_write          446 drivers/usb/chipidea/core.c 			hw_write(ci, OP_DEVLC, DEVLC_PFSC, DEVLC_PFSC);
hw_write          448 drivers/usb/chipidea/core.c 			hw_write(ci, OP_PORTSC, PORTSC_PFSC, PORTSC_PFSC);
hw_write          452 drivers/usb/chipidea/core.c 		hw_write(ci, OP_TTCTRL, TTCTRL_TTHA_MASK, TTCTRL_TTHA);
hw_write          454 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBCMD, 0xff0000, ci->platdata->itc_setting << 16);
hw_write          463 drivers/usb/chipidea/core.c 			hw_write(ci, OP_BURSTSIZE, TX_BURST_MASK,
hw_write          467 drivers/usb/chipidea/core.c 			hw_write(ci, OP_BURSTSIZE, RX_BURST_MASK,
hw_write          482 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBCMD, USBCMD_RST, USBCMD_RST);
hw_write          503 drivers/usb/chipidea/core.c 	hw_write(ci, OP_ENDPTFLUSH, ~0, ~0);
hw_write          504 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBCMD, USBCMD_RS, 0);
hw_write          520 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_IDLE);
hw_write          521 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_DC);
hw_write          523 drivers/usb/chipidea/core.c 	hw_write(ci, OP_USBMODE, USBMODE_SLOM, USBMODE_SLOM);
hw_write         1230 drivers/usb/chipidea/core.c 		hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP,
hw_write         1232 drivers/usb/chipidea/core.c 		hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_WKCN,
hw_write          113 drivers/usb/chipidea/otg.c 	hw_write(ci, OP_OTGSC, mask | OTGSC_INT_STATUS_BITS, data);
hw_write          463 drivers/usb/chipidea/otg_fsm.c 		hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP,
hw_write          496 drivers/usb/chipidea/otg_fsm.c 		hw_write(ci, OP_USBCMD, USBCMD_RS, USBCMD_RS);
hw_write          498 drivers/usb/chipidea/otg_fsm.c 		hw_write(ci, OP_USBCMD, USBCMD_RS, 0);
hw_write          607 drivers/usb/chipidea/otg_fsm.c 				hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS |
hw_write           82 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_ENDPTLISTADDR, ~0, dma);
hw_write           84 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_USBINTR, ~0,
hw_write           87 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_USBINTR, ~0, 0);
hw_write          105 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_ENDPTFLUSH, ~0, BIT(n));
hw_write          122 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTCTRL + num,
hw_write          158 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTCTRL + num, mask, data);
hw_write          194 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTPRIME, ~0, BIT(n));
hw_write          225 drivers/usb/chipidea/udc.c 		hw_write(ci, reg, mask_xs|mask_xr,
hw_write          266 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_USBSTS, ~0, reg);
hw_write          301 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_DEVICEADDR, DEVICEADDR_USBADR,
hw_write          316 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTFLUSH,    ~0, ~0);
hw_write          319 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTSETUPSTAT, 0,  0);
hw_write          322 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_ENDPTCOMPLETE,  0,  0);
hw_write          487 drivers/usb/chipidea/udc.c 			hw_write(ci, OP_USBCMD, USBCMD_ATDTW, USBCMD_ATDTW);
hw_write          490 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_USBCMD, USBCMD_ATDTW, 0);
hw_write         1586 drivers/usb/chipidea/udc.c 	hw_write(ci, OP_PORTSC, PORTSC_FPR, PORTSC_FPR);
hw_write         1630 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_USBCMD, USBCMD_RS, USBCMD_RS);
hw_write         1632 drivers/usb/chipidea/udc.c 		hw_write(ci, OP_USBCMD, USBCMD_RS, 0);
hw_write           38 drivers/usb/chipidea/ulpi.c 	hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_WRITE | ULPI_WAKEUP);
hw_write           43 drivers/usb/chipidea/ulpi.c 	hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_RUN | ULPI_ADDR(addr));
hw_write           56 drivers/usb/chipidea/ulpi.c 	hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff, ULPI_WRITE | ULPI_WAKEUP);
hw_write           61 drivers/usb/chipidea/ulpi.c 	hw_write(ci, OP_ULPI_VIEWPORT, 0xffffffff,