Home
last modified time | relevance | path

Searched refs:PAD_COUNT (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dmemalign.h69 #define PAD_COUNT(s, pad) (((s) - 1) / (pad) + 1) macro
70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad)
Dblk.h111 #define BLOCK_CNT(size, blk_desc) (PAD_COUNT(size, blk_desc->blksz))