Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_atomic.h46 typedef unsigned long oal_bitops; typedef
53 typedef unsigned long oal_bitops; typedef
257 static inline oal_bitops find_next_bit(const oal_bitops *addr, oal_bitops size, oal_bitops offset) in find_next_bit()
259 const oal_bitops *p = addr + BITOP_WORD(offset); in find_next_bit()
260 oal_bitops result = offset & ~(BITS_PER_LONG - 1); in find_next_bit()
261 oal_bitops tmp; in find_next_bit()
395 static inline hi_void oal_bit_atomic_set(hi_s32 nr, HI_VOLATILE oal_bitops *p_add
[all...]
H A Doal_sdio_host.c395 oal_bitops bit = 0; in oal_sdio_msg_irq()

Completed in 4 milliseconds