Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_efuse.c203 int bcnhead, /* beacon head, where FW store len(2-byte) and efuse physical map. */ in efuse_read_phymap_from_txpktbuf() argument
218 if (bcnhead < 0) /* if not valid */ in efuse_read_phymap_from_txpktbuf()
219 bcnhead = usb_read8(adapter, REG_TDECTRL+1); in efuse_read_phymap_from_txpktbuf()
221 DBG_88E("%s bcnhead:%d\n", __func__, bcnhead); in efuse_read_phymap_from_txpktbuf()
225 dbg_addr = bcnhead*128/8; /* 8-bytes addressing */ in efuse_read_phymap_from_txpktbuf()