Searched refs:tctrl (Results 1 – 4 of 4) sorted by relevance
196 u32 tctrl; /* 0x040 Transmit control register */ member868 iowrite32be(ioread32be(®s->tctrl) & in graceful_start()869 ~TCTRL_GTS, ®s->tctrl); in graceful_start()900 tmp = ioread32be(®s->tctrl) | TCTRL_GTS; in graceful_stop()901 iowrite32be(tmp, ®s->tctrl); in graceful_stop()967 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_set_tx_pause_frames()1008 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_accept_rx_pause_frames()1035 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_modify_mac_address()1139 u32 rctrl, tctrl; in dtsec_set_tstamp() local1145 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()
221 u32 tctrl = 0; in gfar_mac_tx_config() local224 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()227 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()229 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()235 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()237 gfar_write(®s->tctrl, tctrl); in gfar_mac_tx_config()
663 u32 tctrl; /* 0x.100 - Transmit Control Register */ member