Searched refs:min3 (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | dwc2.c | 618 len = min3(txlen, (int)sizeof(root_hub_dev_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor() 622 len = min3(txlen, (int)sizeof(root_hub_config_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor() 628 len = min3(txlen, (int)sizeof(root_hub_str_index0), in dwc_otg_submit_rh_msg_in_descriptor() 633 len = min3(txlen, (int)sizeof(root_hub_str_index1), in dwc_otg_submit_rh_msg_in_descriptor() 671 len = min3(txlen, (int)data[0], (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor()
|
A D | ehci-hcd.c | 965 len = min3(srclen, (int)le16_to_cpu(req->length), length); in ehci_submit_root()
|
/u-boot/include/linux/ |
A D | kernel.h | 193 #define min3(x, y, z) min((typeof(x))min(x, y), z) macro
|
/u-boot/drivers/spi/ |
A D | pic32_spi.c | 119 return min3(tx_left, tx_room, (u32)(priv->fifo_n_word - rxtx_gap)); in pic32_tx_max()
|
A D | designware_spi.c | 402 return min3(tx_left, tx_room, (u32)(priv->fifo_len - rxtx_gap)); in tx_max()
|
Completed in 14 milliseconds