Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/pasemi/
Dpasemi_mac.c94 static void write_iob_reg(unsigned int reg, unsigned int val) in write_iob_reg() function
688 write_iob_reg(PAS_IOB_DMA_RXCH_RESET(mac->rx->chan.chno), reg); in pasemi_mac_restart_rx_intr()
700 write_iob_reg(PAS_IOB_DMA_TXCH_RESET(tx_ring(mac)->chan.chno), reg); in pasemi_mac_restart_tx_intr()
836 write_iob_reg(PAS_IOB_COM_PKTHDRCNT, 0); in pasemi_mac_clean_rx()
977 write_iob_reg(PAS_IOB_DMA_RXCH_RESET(chan->chno), reg); in pasemi_mac_rx_intr()
1018 write_iob_reg(PAS_IOB_DMA_TXCH_RESET(chan->chno), reg); in pasemi_mac_tx_intr()
1149 write_iob_reg(PAS_IOB_DMA_COM_TIMEOUTCFG, in pasemi_mac_open()
1152 write_iob_reg(PAS_IOB_DMA_RXCH_CFG(mac->rx->chan.chno), in pasemi_mac_open()
1155 write_iob_reg(PAS_IOB_DMA_TXCH_CFG(mac->tx->chan.chno), in pasemi_mac_open()