Searched refs:_rtl92de_llt_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | hw.c | 510 static bool _rtl92de_llt_write(struct ieee80211_hw *hw, u32 address, u32 data) in _rtl92de_llt_write() function 592 status = _rtl92de_llt_write(hw, i, i + 1); in _rtl92de_llt_table_init() 598 status = _rtl92de_llt_write(hw, (txpktbuf_bndy - 1), 0xFF); in _rtl92de_llt_table_init() 607 status = _rtl92de_llt_write(hw, i, (i + 1)); in _rtl92de_llt_table_init() 613 status = _rtl92de_llt_write(hw, maxPage, txpktbuf_bndy); in _rtl92de_llt_table_init()
|