Home
last modified time | relevance | path

Searched refs:TCTRL_GTS (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c127 #define TCTRL_GTS 0x00000020 macro
869 ~TCTRL_GTS, &regs->tctrl); in graceful_start()
900 tmp = ioread32be(&regs->tctrl) | TCTRL_GTS; in graceful_stop()
967 if ((ioread32be(&regs->tctrl) & TCTRL_GTS) == 0) in dtsec_set_tx_pause_frames()
1008 if ((ioread32be(&regs->tctrl) & TCTRL_GTS) == 0) in dtsec_accept_rx_pause_frames()
1035 if ((ioread32be(&regs->tctrl) & TCTRL_GTS) == 0) in dtsec_modify_mac_address()
1272 if ((ioread32be(&regs->tctrl) & TCTRL_GTS) == 0) in dtsec_adjust_link()