Home
last modified time | relevance | path

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

/freebsd/sys/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()
165 iowrite32be(tmp, &regs->tctrl); in fman_dtsec_init()
585 iowrite32be(ioread32be(&regs->tctrl) | DTSEC_TCTRL_TTSE, in fman_dtsec_set_ts()
586 &regs->tctrl); in fman_dtsec_set_ts()
590 iowrite32be(ioread32be(&regs->tctrl) & ~DTSEC_TCTRL_TTSE, in fman_dtsec_set_ts()
591 &regs->tctrl); in fman_dtsec_set_ts()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h419 uint32_t tctrl; /* 0x040 Transmit control register */ member