Searched refs:BITS_TO_LONGS (Results 1 – 8 of 8) 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() 193 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 | 1344 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 D | k3-navss-ringacc.c | 999 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 D | ipu_rproc.c | 142 mem_bitmap[BITS_TO_LONGS(DRA7_RPROC_MAX_CO_SIZE >> PAGE_SHIFT)];
|
| /u-boot/drivers/firmware/ |
| A D | ti_sci.c | 2992 devm_kzalloc(dev, BITS_TO_LONGS(res->desc[i].num) * in devm_ti_sci_get_of_resource()
|
Completed in 31 milliseconds