Searched refs:is_boot_from_usb (Results 1 – 5 of 5) sorted by relevance
122 if (is_boot_from_usb()) in spl_boot_device()
330 if (is_boot_from_usb()) { in board_late_init()
1004 #define is_boot_from_usb(void) (!(readl(USB_PHY0_BASE_ADDR) & (1<<20))) macro
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