Searched refs:_rtl8723be_llt_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | hw.c | 732 static bool _rtl8723be_llt_write(struct ieee80211_hw *hw, u32 address, u32 data) in _rtl8723be_llt_write() function 782 status = _rtl8723be_llt_write(hw, i, i + 1); in _rtl8723be_llt_table_init() 787 status = _rtl8723be_llt_write(hw, (txpktbuf_bndy - 1), 0xFF); in _rtl8723be_llt_table_init() 793 status = _rtl8723be_llt_write(hw, i, (i + 1)); in _rtl8723be_llt_table_init() 798 status = _rtl8723be_llt_write(hw, maxPage, txpktbuf_bndy); in _rtl8723be_llt_table_init()
|