Home
last modified time | relevance | path

Searched refs:fotg210_writel (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dfotg210-hcd.c950 fotg210_writel(fotg210, 0, &fotg210->regs->intr_enable); in fotg210_halt()
959 fotg210_writel(fotg210, temp, &fotg210->regs->command); in fotg210_halt()
984 fotg210_writel(fotg210, command, &fotg210->regs->command); in fotg210_reset()
1020 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_quiesce()
1043 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_set_command_bit()
1053 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_clear_command_bit()
1235 fotg210_writel(fotg210, 0, &fotg210->regs->intr_enable); in fotg210_handle_controller_death()
1341 fotg210_writel(fotg210, STS_IAA, in fotg210_iaa_watchdog()
1582 fotg210_writel(fotg210, temp & ~PORT_PE, status_reg); in fotg210_hub_control()
1585 fotg210_writel(fotg210, temp | PORT_PEC, status_reg); in fotg210_hub_control()
[all …]
Dfotg210.h648 static inline void fotg210_writel(const struct fotg210_hcd *fotg210, in fotg210_writel() function