Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_misc.h31 #define min_t(type, x, y) (((type)x < (type)y) ? x : y) macro
/bsp/allwinner/libraries/libos/include/misc/
A Dsupport.h58 #define min_t(type,x,y) \ macro
/bsp/dm365/platform/
A Ddma.c93 #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 Dohci-q.c628 this_sg_len = min_t(int, sg_dma_len(sg), data_len);
676 this_sg_len = min_t(int, sg_dma_len(sg),
A Dohci-hcd.c129 this_sg_len = min_t(int, sg_dma_len(sg), len);
/bsp/dm365/drivers/
A Dmmcsd.c879 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 Dsdhci.c3220 curr = min_t(rt_uint32_t, curr, SDHCI_MAX_CURRENT_LIMIT); in sdhci_setup_host()

Completed in 28 milliseconds