Searched refs:bcnhead (Results 1 – 2 of 2) sorted by relevance
45 void read_efuse_from_txpktbuf(struct adapter *adapter, int bcnhead,
192 int bcnhead, /* beacon head, where FW store len(2-byte) and efuse physical map. */ in efuse_read_phymap_from_txpktbuf() argument207 if (bcnhead < 0) /* if not valid */ in efuse_read_phymap_from_txpktbuf()208 bcnhead = rtw_read8(adapter, REG_TDECTRL + 1); in efuse_read_phymap_from_txpktbuf()210 DBG_88E("%s bcnhead:%d\n", __func__, bcnhead); in efuse_read_phymap_from_txpktbuf()214 dbg_addr = bcnhead * 128 / 8; /* 8-bytes addressing */ in efuse_read_phymap_from_txpktbuf()