Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dkw_gpio.c21 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 Dbitmap.h27 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 Dtypes.h164 unsigned long name[BITS_TO_LONGS(bits)]
A Dbitops.h18 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
/u-boot/drivers/dma/ti/
A Dk3-udma.c1189 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 Dk3-navss-ringacc.c1055 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 Dti_sci.c3120 devm_kzalloc(dev, BITS_TO_LONGS(res->desc[i].num) * in devm_ti_sci_get_of_resource()

Completed in 18 milliseconds