Searched refs:fpci_readl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A 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() 669 value = fpci_readl(tegra, tegra->soc->mbox.data_out); in tegra_xusb_mbox_thread() 672 value = fpci_readl(tegra, tegra->soc->mbox.cmd); in tegra_xusb_mbox_thread() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 561 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()
|