Home
last modified time | relevance | path

Searched defs:BITS_TO_BYTES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h57 #define BITS_TO_BYTES(n) howmany((n), BITS_PER_BYTE) macro
/freebsd/sys/dev/bxe/
H A Decore_init.h340 #define BITS_TO_BYTES(x) ((x)/8) macro