Searched refs:fpci_readl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-tegra.c | 278 static inline u32 fpci_readl(struct tegra_xusb *tegra, unsigned int offset) in fpci_readl() function 307 return fpci_readl(tegra, XUSB_CFG_CSB_BASE_ADDR + ofs); in csb_readl() 459 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 467 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 479 value = fpci_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_send() 487 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 495 value = fpci_readl(tegra, tegra->soc->mbox.owner); in tegra_xusb_mbox_send() 510 value = fpci_readl(tegra, XUSB_CFG_ARU_SMI_INTR); in tegra_xusb_mbox_irq() 662 value = fpci_readl(tegra, tegra->soc->mbox.data_out); in tegra_xusb_mbox_thread() 665 value = fpci_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread() [all …]
|
| /Linux-v5.10/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()
|