Searched refs:csb_readl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 300 static u32 csb_readl(struct tegra_xusb *tegra, unsigned int offset) in csb_readl() function 928 if (csb_readl(tegra, XUSB_CSB_MP_ILOAD_BASE_LO) != 0) { in tegra_xusb_load_firmware() 930 csb_readl(tegra, XUSB_FALC_CPUCTL)); in tegra_xusb_load_firmware() 983 #define tegra_csb_readl(offset) csb_readl(tegra, offset) in tegra_xusb_load_firmware() 1011 value = csb_readl(tegra, XUSB_FALC_CPUCTL); in tegra_xusb_load_firmware()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 352 static u32 csb_readl(struct tegra_xusb *tegra, unsigned int offset) in csb_readl() function 994 csb_readl(tegra, XUSB_FALC_CPUCTL)); in tegra_xusb_wait_for_falcon() 1011 if (csb_readl(tegra, XUSB_CSB_MP_ILOAD_BASE_LO) != 0) { in tegra_xusb_load_firmware_rom() 1013 csb_readl(tegra, XUSB_FALC_CPUCTL)); in tegra_xusb_load_firmware_rom() 1066 #define tegra_csb_readl(offset) csb_readl(tegra, offset) in tegra_xusb_load_firmware_rom()
|
Completed in 7 milliseconds