Searched refs:tctrl (Results 1 – 2 of 2) sorted by relevance
46 iowrite32be(ioread32be(®s->tctrl) | DTSEC_TCTRL_GTS, ®s->tctrl); in fman_dtsec_stop_tx()52 iowrite32be(ioread32be(®s->tctrl) & ~DTSEC_TCTRL_GTS, ®s->tctrl); in fman_dtsec_start_tx()165 iowrite32be(tmp, ®s->tctrl); in fman_dtsec_init()585 iowrite32be(ioread32be(®s->tctrl) | DTSEC_TCTRL_TTSE, in fman_dtsec_set_ts()586 ®s->tctrl); in fman_dtsec_set_ts()590 iowrite32be(ioread32be(®s->tctrl) & ~DTSEC_TCTRL_TTSE, in fman_dtsec_set_ts()591 ®s->tctrl); in fman_dtsec_set_ts()
419 uint32_t tctrl; /* 0x040 Transmit control register */ member