Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c46 iowrite32be(ioread32be(&regs->tctrl) | DTSEC_TCTRL_GTS, &regs->tctrl); in fman_dtsec_stop_tx()
52 iowrite32be(ioread32be(&regs->tctrl) & ~DTSEC_TCTRL_GTS, &regs->tctrl); in fman_dtsec_start_tx()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h272 #define DTSEC_TCTRL_GTS 0x00000020 macro