Home
last modified time | relevance | path

Searched defs:maxbit (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_bitops.h134 MALI_STATIC_INLINE u32 _mali_osk_find_first_zero_bit(const u32 *addr, u32 maxbit) in _mali_osk_find_first_zero_bit()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_bitops.h136 MALI_STATIC_INLINE u32 _mali_osk_find_first_zero_bit(const u32 *addr, u32 maxbit) in _mali_osk_find_first_zero_bit()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmutils.c3707 set_bitrange(void *array, uint start, uint end, uint maxbit) in set_bitrange()