Searched refs:fusbh200_writel (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | fusbh200-hcd.c | 920 fusbh200_writel(fusbh200, 0, &fusbh200->regs->intr_enable); in fusbh200_halt() 929 fusbh200_writel(fusbh200, temp, &fusbh200->regs->command); in fusbh200_halt() 954 fusbh200_writel(fusbh200, command, &fusbh200->regs->command); in fusbh200_reset() 989 fusbh200_writel(fusbh200, fusbh200->command, &fusbh200->regs->command); in fusbh200_quiesce() 1010 fusbh200_writel(fusbh200, fusbh200->command, &fusbh200->regs->command); in fusbh200_set_command_bit() 1020 fusbh200_writel(fusbh200, fusbh200->command, &fusbh200->regs->command); in fusbh200_clear_command_bit() 1197 fusbh200_writel(fusbh200, 0, &fusbh200->regs->intr_enable); in fusbh200_handle_controller_death() 1302 fusbh200_writel(fusbh200, STS_IAA, &fusbh200->regs->status); in fusbh200_iaa_watchdog() 1540 fusbh200_writel(fusbh200, temp & ~PORT_PE, status_reg); in fusbh200_hub_control() 1543 fusbh200_writel(fusbh200, temp | PORT_PEC, status_reg); in fusbh200_hub_control() [all …]
|
D | fusbh200.h | 638 static inline void fusbh200_writel(const struct fusbh200_hcd *fusbh200, in fusbh200_writel() function
|