Searched refs:txdp (Results 1 – 2 of 2) sorted by relevance
1450 u32 txdp; local1451 txdp = readl(dev->base + TXDP);1452 dprintk("txdp: %08x\n", txdp);1453 txdp -= dev->tx_phy_descs;1454 dev->tx_idx = txdp / (DESC_SIZE * 4);
52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() argument54 REG_WRITE(ah, AR_QTXDP(q), txdp); in ath9k_hw_puttxbuf()