Searched refs:TCTRL_GTS (Results 1 – 3 of 3) sorted by relevance
17 #define TCTRL_INIT TCTRL_GTS76 clrbits_be32(®s->tctrl, TCTRL_GTS); in dtsec_enable_mac()87 setbits_be32(®s->tctrl, TCTRL_GTS); in dtsec_disable_mac()
127 #define TCTRL_GTS 0x00000020 macro869 ~TCTRL_GTS, ®s->tctrl); in graceful_start()900 tmp = ioread32be(®s->tctrl) | TCTRL_GTS; 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()1272 if ((ioread32be(®s->tctrl) & TCTRL_GTS) == 0) in dtsec_adjust_link()
180 #define TCTRL_GTS 0x00000020 /* Graceful transmit stop */ macro