Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_efuse.c221 int bcnhead, /* beacon head, where FW store len(2-byte) and efuse physical map. */ in efuse_read_phymap_from_txpktbuf() argument
236 if (bcnhead < 0) /* if not valid */ in efuse_read_phymap_from_txpktbuf()
237 bcnhead = usb_read8(adapter, REG_TDECTRL+1); in efuse_read_phymap_from_txpktbuf()
239 DBG_88E("%s bcnhead:%d\n", __func__, bcnhead); in efuse_read_phymap_from_txpktbuf()
243 dbg_addr = bcnhead*128/8; /* 8-bytes addressing */ in efuse_read_phymap_from_txpktbuf()