Searched refs:fotg210_readl (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 665 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 996 fotg210_readl(fotg210, &fotg210->regs->command); in fotg210_set_command_bit() 1490 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1552 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1585 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1626 fotg210_readl(fotg210, status_reg)); in fotg210_hub_control() 1645 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1701 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() 1751 temp = fotg210_readl(fotg210, status_reg) & in fotg210_hub_control() 1761 temp = fotg210_readl(fotg210, status_reg); in fotg210_hub_control() [all …]
|
H A D | fotg210-hcd.h | 650 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()
|