Searched refs:min3 (Results 1 – 6 of 6) sorted by relevance
| /u-boot/test/lib/ |
| A D | strlcat.c | 56 len = min3(len1, n - len2, (size_t)0); in do_test_strlcat()
|
| /u-boot/drivers/usb/host/ |
| A D | dwc2.c | 617 len = min3(txlen, (int)sizeof(root_hub_dev_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor() 621 len = min3(txlen, (int)sizeof(root_hub_config_des), (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor() 627 len = min3(txlen, (int)sizeof(root_hub_str_index0), in dwc_otg_submit_rh_msg_in_descriptor() 632 len = min3(txlen, (int)sizeof(root_hub_str_index1), in dwc_otg_submit_rh_msg_in_descriptor() 670 len = min3(txlen, (int)data[0], (int)wLength); in dwc_otg_submit_rh_msg_in_descriptor()
|
| A D | ehci-hcd.c | 986 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 | 416 return min3(tx_left, tx_room, (u32)(priv->fifo_len - rxtx_gap)); in tx_max()
|
Completed in 17 milliseconds