Searched refs:min_t (Results 1 – 7 of 7) sorted by relevance
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/ |
| A D | sdhci_misc.h | 31 #define min_t(type, x, y) (((type)x < (type)y) ? x : y) macro
|
| /bsp/allwinner/libraries/libos/include/misc/ |
| A D | support.h | 58 #define min_t(type,x,y) \ macro
|
| /bsp/dm365/platform/ |
| A D | dma.c | 93 #define min_t(type, x, y) ({ \ macro 1497 edma_cc[0]->num_channels = min_t(unsigned, info[0]->n_channel, in edma_init() 1499 edma_cc[0]->num_slots = min_t(unsigned, info[0]->n_slot, in edma_init() 1501 edma_cc[0]->num_cc = min_t(unsigned, info[0]->n_cc, in edma_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci-q.c | 628 this_sg_len = min_t(int, sg_dma_len(sg), data_len); 676 this_sg_len = min_t(int, sg_dma_len(sg),
|
| A D | ohci-hcd.c | 129 this_sg_len = min_t(int, sg_dma_len(sg), len);
|
| /bsp/dm365/drivers/ |
| A D | mmcsd.c | 879 link_size = min_t(unsigned, host->nr_sg, ARRAY_SIZE(host->links)); in acquire_dma_channels()
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/ |
| A D | sdhci.c | 3220 curr = min_t(rt_uint32_t, curr, SDHCI_MAX_CURRENT_LIMIT); in sdhci_setup_host()
|
Completed in 28 milliseconds