Searched refs:rwptr_reg (Results 1 – 1 of 1) sorted by relevance
551 void __iomem *rwptr_reg; in gmac_setup_txqs() local 555 rwptr_reg = port->dma_base + GMAC_SW_TX_QUEUE0_PTR_REG; in gmac_setup_txqs() 585 r = readw(rwptr_reg); in gmac_setup_txqs() 586 rwptr_reg += 2; in gmac_setup_txqs() 587 writew(r, rwptr_reg); in gmac_setup_txqs() 588 rwptr_reg += 2; in gmac_setup_txqs() 676 void __iomem *rwptr_reg; in gmac_cleanup_txqs() local 679 rwptr_reg = port->dma_base + GMAC_SW_TX_QUEUE0_PTR_REG; in gmac_cleanup_txqs() 682 r = readw(rwptr_reg); in gmac_cleanup_txqs() 683 rwptr_reg in gmac_cleanup_txqs() [all...]