Searched refs:MPC512x_PSC_FIFO_ALARM (Results 1 – 2 of 2) sorted by relevance
360 out_be32(&FIFO_512x(port)->tximr, MPC512x_PSC_FIFO_ALARM); in mpc512x_psc_fifo_init()361 out_be32(&FIFO_512x(port)->rximr, MPC512x_PSC_FIFO_ALARM); in mpc512x_psc_fifo_init()378 & MPC512x_PSC_FIFO_ALARM; in mpc512x_psc_rx_rdy()385 & MPC512x_PSC_FIFO_ALARM; in mpc512x_psc_tx_rdy()399 rx_fifo_imr &= ~MPC512x_PSC_FIFO_ALARM; in mpc512x_psc_stop_rx()408 tx_fifo_imr |= MPC512x_PSC_FIFO_ALARM; in mpc512x_psc_start_tx()417 tx_fifo_imr &= ~MPC512x_PSC_FIFO_ALARM; in mpc512x_psc_stop_tx()
259 #define MPC512x_PSC_FIFO_ALARM 0x4 macro