Home
last modified time | relevance | path

Searched refs:max_cnt (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h530 输入参数 : value: 要查找的字节, max_cnt: 查找字节中可用位数
533 static inline hi_u8 oal_bit_find_first_zero(hi_u32 value, hi_u8 max_cnt) in oal_bit_find_first_zero() argument
537 for (index = 0; index < max_cnt; index++) { in oal_bit_find_first_zero()

Completed in 2 milliseconds