Lines Matching refs:ioread32be
54 tmp = ioread32be(®s->command_config); in fman_tgec_reset_stat()
60 while (ioread32be(®s->command_config) & CMD_CFG_STAT_CLR) ; in fman_tgec_reset_stat()
64 (((uint64_t)ioread32be(®s->bn ## _u) << 32) | \
65 ioread32be(®s->bn ## _l))
161 tmp = ioread32be(®s->command_config); in fman_tgec_enable()
173 tmp_reg_32 = ioread32be(®s->command_config); in fman_tgec_disable()
185 tmp = ioread32be(®s->command_config); in fman_tgec_set_promiscuous()
220 tmp = ioread32be(®s->command_config); in fman_tgec_set_rx_ignore_pause_frames()
232 tmp = ioread32be(®s->command_config); in fman_tgec_enable_1588_time_stamp()
242 return ioread32be(®s->ievent) & ev_mask; in fman_tgec_get_event()
252 return ioread32be(®s->imask); in fman_tgec_get_interrupt_mask()
276 return ioread32be(®s->tgec_id); in fman_tgec_get_revision()
281 iowrite32be(ioread32be(®s->imask) | ev_mask, ®s->imask); in fman_tgec_enable_interrupt()
286 iowrite32be(ioread32be(®s->imask) & ~ev_mask, ®s->imask); in fman_tgec_disable_interrupt()
291 return (uint16_t) ioread32be(®s->maxfrm); in fman_tgec_get_max_frame_len()
364 tmp = (ioread32be(®s->tx_ipg_len) & ~TGEC_TX_IPG_LENGTH_MASK) | 12; in fman_tgec_set_erratum_tx_fifo_corruption_10gmac_a007()