Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_core.c1313 struct controller *tctrl; in unload_cpqphpd() local
1366 tctrl = ctrl; in unload_cpqphpd()
1368 kfree(tctrl); in unload_cpqphpd()
/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c194 u32 tctrl; /* 0x040 Transmit control register */ member
879 iowrite32be(ioread32be(&regs->tctrl) & ~DTSEC_TCTRL_GTS, in dtsec_enable()
880 &regs->tctrl); in dtsec_enable()
/drivers/net/ethernet/freescale/
Dgianfar.c398 u32 tctrl = 0; in gfar_mac_tx_config() local
401 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()
404 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()
406 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()
412 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()
414 gfar_write(&regs->tctrl, tctrl); in gfar_mac_tx_config()
Dgianfar.h699 u32 tctrl; /* 0x.100 - Transmit Control Register */ member