Home
last modified time | relevance | path

Searched refs:_LLTWrite (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c1863 static s32 _LLTWrite(struct adapter *padapter, u32 address, u32 data) in _LLTWrite() function
1897 status = _LLTWrite(padapter, i, i + 1); in InitLLTTable()
1903 status = _LLTWrite(padapter, (txpktbuf_bndy - 1), 0xFF); in InitLLTTable()
1911 status = _LLTWrite(padapter, i, (i + 1)); in InitLLTTable()
1917 status = _LLTWrite(padapter, Last_Entry_Of_TxPktBuf, txpktbuf_bndy); in InitLLTTable()