Searched refs:BITS_TO_LONGS (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/gpio/ |
A D | kw_gpio.c | 21 static unsigned long gpio_valid_input[BITS_TO_LONGS(GPIO_MAX)]; 22 static unsigned long gpio_valid_output[BITS_TO_LONGS(GPIO_MAX)];
|
/u-boot/include/linux/ |
A D | bitmap.h | 27 unsigned int nr = BITS_TO_LONGS(bits); in __bitmap_or() 95 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() 167 unsigned int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_fill()
|
A D | types.h | 164 unsigned long name[BITS_TO_LONGS(bits)]
|
A D | bitops.h | 18 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
|
/u-boot/drivers/dma/ti/ |
A D | k3-udma.c | 1189 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in udma_setup_resources() 1193 ud->rchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rchan_cnt), in udma_setup_resources() 1197 ud->rflow_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rflow_cnt), in udma_setup_resources() 1199 ud->rflow_map_reserved = devm_kcalloc(dev, BITS_TO_LONGS(ud->rflow_cnt), in udma_setup_resources()
|
/u-boot/drivers/soc/ti/ |
A D | k3-navss-ringacc.c | 1055 BITS_TO_LONGS(ringacc->num_rings), in k3_nav_ringacc_init() 1058 BITS_TO_LONGS(ringacc->num_proxies), in k3_nav_ringacc_init()
|
/u-boot/drivers/firmware/ |
A D | ti_sci.c | 3120 devm_kzalloc(dev, BITS_TO_LONGS(res->desc[i].num) * in devm_ti_sci_get_of_resource()
|
Completed in 18 milliseconds