Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h508 输入参数 : [1]double_word
513 static inline hi_void oal_bit_set_bit_eight_byte(hi_u64 *double_word, hi_u32 nr) in oal_bit_set_bit_eight_byte() argument
515 *double_word |= ((hi_u64)1 << nr); in oal_bit_set_bit_eight_byte()
520 输入参数 : [1]double_word
523 static inline hi_void oal_bit_clear_bit_eight_byte(hi_u64 *double_word, hi_u32 nr) in oal_bit_clear_bit_eight_byte() argument
525 *double_word &= ~((hi_u64)1 << nr); in oal_bit_clear_bit_eight_byte()

Completed in 2 milliseconds