Searched defs:BLOCKS (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/isp1760/ | ||
D | isp1760-hcd.h | 25 #define BLOCKS (BLOCK_1_NUM + BLOCK_2_NUM + BLOCK_3_NUM) macro |
/linux-4.1.27/fs/hpfs/ | ||
D | file.c | 12 #define BLOCKS(size) (((size) + 511) >> 9) macro |