Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8188ee/
Dtrx.c328 u32 dwtmp = 0; in insert_em() local
334 dwtmp = ptcb_desc->empkt_len[0]; in insert_em()
336 dwtmp = ptcb_desc->empkt_len[0]; in insert_em()
337 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in insert_em()
338 dwtmp += ptcb_desc->empkt_len[1]; in insert_em()
340 SET_EARLYMODE_LEN0(virtualaddress, dwtmp); in insert_em()
343 dwtmp = ptcb_desc->empkt_len[2]; in insert_em()
345 dwtmp = ptcb_desc->empkt_len[2]; in insert_em()
346 dwtmp += ((dwtmp % 4) ? (4 - dwtmp % 4) : 0) + 4; in insert_em()
347 dwtmp += ptcb_desc->empkt_len[3]; in insert_em()
[all …]