Searched refs:_bit_shift (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_io.c | 296 static inline u32 _bit_shift(u32 mask) in _bit_shift() function 314 shift = _bit_shift(bit_mask); in hal_read_macreg() 329 shift = _bit_shift(bit_mask); in hal_write_macreg() 359 , path, offset, bit_mask, (val32 << _bit_shift(bit_mask)), val32); in hal_read_rfreg() 372 , path, offset, bit_mask, (data << _bit_shift(bit_mask)), data); in hal_write_rfreg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_io.c | 296 static inline u32 _bit_shift(u32 mask) in _bit_shift() function 314 shift = _bit_shift(bit_mask); in hal_read_macreg() 329 shift = _bit_shift(bit_mask); in hal_write_macreg() 359 , path, offset, bit_mask, (val32 << _bit_shift(bit_mask)), val32); in hal_read_rfreg() 372 , path, offset, bit_mask, (data << _bit_shift(bit_mask)), data); in hal_write_rfreg()
|