Home
last modified time | relevance | path

Searched refs:USB_LOW_THRESHOLD_UV (Results 1 – 1 of 1) sorted by relevance

/u-boot/board/st/stm32mp1/
A Dstm32mp1.c88 #define USB_LOW_THRESHOLD_UV 200000 macro
388 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