Lines Matching refs:maccfg1
177 u32 maccfg1; /* 0x100 MAC configuration #1 */ member
365 iowrite32be(MACCFG1_SOFT_RESET, ®s->maccfg1); in init()
366 iowrite32be(0, ®s->maccfg1); in init()
445 iowrite32be(tmp, ®s->maccfg1); in init()
864 tmp = ioread32be(®s->maccfg1); in dtsec_enable()
866 iowrite32be(tmp, ®s->maccfg1); in dtsec_enable()
884 tmp = ioread32be(®s->maccfg1); in dtsec_disable()
886 iowrite32be(tmp, ®s->maccfg1); in dtsec_disable()
916 iowrite32be(ioread32be(®s->maccfg1) | MACCFG1_TX_FLOW, in dtsec_set_tx_pause_frames()
917 ®s->maccfg1); in dtsec_set_tx_pause_frames()
919 iowrite32be(ioread32be(®s->maccfg1) & ~MACCFG1_TX_FLOW, in dtsec_set_tx_pause_frames()
920 ®s->maccfg1); in dtsec_set_tx_pause_frames()
937 tmp = ioread32be(®s->maccfg1); in dtsec_accept_rx_pause_frames()
942 iowrite32be(tmp, ®s->maccfg1); in dtsec_accept_rx_pause_frames()