Searched refs:rtw_debug_impl_bb (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
D | debug.c | 821 #define rtw_debug_impl_bb(page, addr) \ macro 827 rtw_debug_impl_bb(8, 0x0800); 828 rtw_debug_impl_bb(9, 0x0900); 829 rtw_debug_impl_bb(a, 0x0a00); 830 rtw_debug_impl_bb(b, 0x0b00); 831 rtw_debug_impl_bb(c, 0x0c00); 832 rtw_debug_impl_bb(d, 0x0d00); 833 rtw_debug_impl_bb(e, 0x0e00); 834 rtw_debug_impl_bb(f, 0x0f00); 835 rtw_debug_impl_bb(18, 0x1800); [all …]
|