Searched refs:USB_LOW_THRESHOLD_UV (Results 1 – 1 of 1) sorted by relevance
88 #define USB_LOW_THRESHOLD_UV 200000 macro388 min_uV <= USB_LOW_THRESHOLD_UV) in board_check_usb_power()404 if ((max_uV > USB_LOW_THRESHOLD_UV && in board_check_usb_power()405 min_uV > USB_LOW_THRESHOLD_UV) || in board_check_usb_power()406 (max_uV <= USB_LOW_THRESHOLD_UV && in board_check_usb_power()407 min_uV <= USB_LOW_THRESHOLD_UV)) { in board_check_usb_power()414 if (max_uV > USB_LOW_THRESHOLD_UV && in board_check_usb_power()416 min_uV <= USB_LOW_THRESHOLD_UV) { in board_check_usb_power()423 min_uV <= USB_LOW_THRESHOLD_UV) { in board_check_usb_power()
Completed in 3 milliseconds