Lines Matching refs:writel_o
82 #define writel_o writel_relaxed macro
424 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx_init()
425 writel_o((fp->rx_dma[i] + 0x1000) >> 9, in fza_rx_init()
427 writel_o(fp->rx_dma[i] >> 9 | FZA_RING_OWN_FZA, in fza_rx_init()
484 writel_o(rmc, &fp->ring_rmc_tx[i].rmc); in fza_do_xmit()
485 writel_o(own, &fp->ring_rmc_tx[i].own); in fza_do_xmit()
503 writel_o(FZA_RING_TX_OWN_RMC, &fp->ring_rmc_tx[first].own); in fza_do_xmit()
529 writel_o(rmc, &fp->ring_smt_rx[i].rmc); in fza_do_recv_smt()
530 writel_o(FZA_RING_OWN_FZA, &fp->ring_smt_rx[i].own); in fza_do_recv_smt()
743 writel_o(FZA_CONTROL_A_SMT_RX_OVFL, in fza_rx()
775 writel_o(0, &fp->ring_hst_rx[i].rmc); in fza_rx()
777 writel_o(buf, &fp->ring_hst_rx[i].buffer1); in fza_rx()
779 writel_o(buf, &fp->ring_hst_rx[i].buf0_own); in fza_rx()
837 writel_o(FZA_RING_OWN_FZA, &fp->ring_smt_tx[i].own); in fza_tx_smt()
860 writel_o(FZA_RING_OWN_FZA, &fp->ring_uns[i].own); in fza_uns()
875 writel_o(FZA_RING_OWN_FZA, &fp->ring_smt_tx[i].own); in fza_tx_flush()