Searched refs:fpci_readl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci-tegra.c | 281 static inline u32 fpci_readl(struct tegra_xusb *tegra, unsigned int offset) in fpci_readl() function 310 return fpci_readl(tegra, XUSB_CFG_CSB_BASE_ADDR + ofs); in csb_readl() 462 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 470 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 482 value = fpci_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_send() 490 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 498 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 513 value = fpci_readl(tegra, XUSB_CFG_ARU_SMI_INTR); in tegra_xusb_mbox_irq() 675 value = fpci_readl(tegra, tegra->soc->mbox.data_out); in tegra_xusb_mbox_thread() 678 value = fpci_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread() [all …]
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | tegra-xudc.c | 562 static inline u32 fpci_readl(struct tegra_xudc *xudc, unsigned int offset) in fpci_readl() function 3361 val = fpci_readl(xudc, XUSB_DEV_CFG_4); in tegra_xudc_fpci_ipfs_init()
|