Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.c661 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer()
992 fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_set_command_bit()
1486 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
1548 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
1581 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
1622 fotg210_readl(fotg210, status_reg)); in fotg210_hub_control()
1641 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
1697 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
1747 temp = fotg210_readl(fotg210, status_reg) & in fotg210_hub_control()
1757 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control()
[all …]
H A Dfotg210-hcd.h650 static inline unsigned int fotg210_readl(const struct fotg210_hcd *fotg210, in fotg210_readl() function
684 return fotg210_readl(fotg210, &fotg210->regs->frame_index); in fotg210_read_frame_index()