Searched refs:is_boot_from_usb (Results 1 – 5 of 5) sorted by relevance
122 if (is_boot_from_usb()) in spl_boot_device()
137 boot_from_usb = self.host.is_boot_from_usb()
1114 #define is_boot_from_usb(void) (!(readl(USB_PHY0_BASE_ADDR) & (1<<20))) macro
1210 #define is_boot_from_usb(void) (readl(USBOTG1_IPS_BASE_ADDR + 0x158) || \ macro
1904 def is_boot_from_usb(self): member in CrosHost