Home
last modified time | relevance | path

Searched defs:HISDIO_ALIGN_4_OR_BLK (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_host_if.h54 #define HISDIO_ALIGN_4_OR_BLK(len) ((len) < HISDIO_BLOCK_SIZE ? ALIGN((len), 4) : ALIGN((len), HISDIO_BLOCK_SIZE)) macro

Completed in 2 milliseconds