Searched refs:is_boot_from_usb (Results 1 – 9 of 9) sorted by relevance
198 if (is_boot_from_usb()) { in board_late_init()
132 if (is_boot_from_usb()) in spl_boot_device()
138 boot_from_usb = self.host.is_boot_from_usb()
668 if (is_boot_from_usb()) { in board_late_init()
728 if (is_boot_from_usb()) { in board_late_init()
1004 #define is_boot_from_usb(void) (!(readl(USB_PHY0_BASE_ADDR) & (1<<20))) macro
1136 #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
2159 def is_boot_from_usb(self): member in CrosHost