Searched refs:tctrl (Results 1 – 4 of 4) sorted by relevance
196 u32 tctrl; /* 0x040 Transmit control register */ member873 iowrite32be(ioread32be(®s->tctrl) & in graceful_start()874 ~TCTRL_GTS, ®s->tctrl); in graceful_start()905 tmp = ioread32be(®s->tctrl) | TCTRL_GTS; in graceful_stop()906 iowrite32be(tmp, ®s->tctrl); in graceful_stop()972 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_set_tx_pause_frames()1013 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_accept_rx_pause_frames()1040 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_modify_mac_address()1144 u32 rctrl, tctrl; in dtsec_set_tstamp() local1150 tctrl = ioread32be(®s->tctrl); in dtsec_set_tstamp()[all …]
1252 struct controller *tctrl; in unload_cpqphpd() local1305 tctrl = ctrl; in unload_cpqphpd()1307 kfree(tctrl); in unload_cpqphpd()
223 u32 tctrl = 0; in gfar_mac_tx_config() local226 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()229 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()231 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()237 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()239 gfar_write(®s->tctrl, tctrl); in gfar_mac_tx_config()
664 u32 tctrl; /* 0x.100 - Transmit Control Register */ member