Home
last modified time | relevance | path

Searched refs:BITS_TO_LONGS (Results 1 – 8 of 8) 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()
193 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.c1344 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in udma_setup_resources()
1348 ud->rchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rchan_cnt), in udma_setup_resources()
1352 ud->rflow_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rflow_cnt), in udma_setup_resources()
1354 ud->rflow_map_reserved = devm_kcalloc(dev, BITS_TO_LONGS(ud->rflow_cnt), in udma_setup_resources()
1439 ud->bchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->bchan_cnt), in bcdma_setup_resources()
1443 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in bcdma_setup_resources()
1447 ud->rchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rchan_cnt), in bcdma_setup_resources()
1526 ud->tchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->tchan_cnt), in pktdma_setup_resources()
1530 ud->rchan_map = devm_kmalloc_array(dev, BITS_TO_LONGS(ud->rchan_cnt), in pktdma_setup_resources()
1534 ud->rflow_map = devm_kcalloc(dev, BITS_TO_LONGS(ud->rflow_cnt), in pktdma_setup_resources()
[all …]
/u-boot/drivers/soc/ti/
A Dk3-navss-ringacc.c999 BITS_TO_LONGS(ringacc->num_rings), in k3_nav_ringacc_init()
1056 BITS_TO_LONGS(ringacc->num_rings), in k3_ringacc_dmarings_init()
/u-boot/drivers/remoteproc/
A Dipu_rproc.c142 mem_bitmap[BITS_TO_LONGS(DRA7_RPROC_MAX_CO_SIZE >> PAGE_SHIFT)];
/u-boot/drivers/firmware/
A Dti_sci.c2992 devm_kzalloc(dev, BITS_TO_LONGS(res->desc[i].num) * in devm_ti_sci_get_of_resource()

Completed in 31 milliseconds