Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dlin_gadget_compat.h18 unsigned long name[BITS_TO_LONGS(bits)]
28 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dkw_gpio.c22 static unsigned long gpio_valid_input[BITS_TO_LONGS(GPIO_MAX)];
23 static unsigned long gpio_valid_output[BITS_TO_LONGS(GPIO_MAX)];
/rk3399_rockchip-uboot/include/linux/
H A Dbitmap.h17 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero()
H A Dtypes.h169 unsigned long name[BITS_TO_LONGS(bits)]
H A Dbitops.h16 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
/rk3399_rockchip-uboot/include/
H A Dedid.h50 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
667 unsigned long y420_vdb_modes[BITS_TO_LONGS(128)];
675 unsigned long y420_cmdb_modes[BITS_TO_LONGS(128)];