txdp
u32 txdp;
txdp = readl(dev->base + TXDP);
dprintk("txdp: %08x\n", txdp);
txdp -= dev->tx_phy_descs;
dev->tx_idx = txdp / (DESC_SIZE * 4);
sw32(txdp, sis_priv->tx_ring_dma);
net_dev->name, sr32(txdp));
sw32(txdp, sis_priv->tx_ring_dma);
void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp)
REG_WRITE(ah, AR_QTXDP(q), txdp);
void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp);