Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar.c431 u32 tctrl = 0; in gfar_mac_tx_config() local
434 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()
437 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()
439 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()
445 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()
447 gfar_write(&regs->tctrl, tctrl); in gfar_mac_tx_config()
Dgianfar.h693 u32 tctrl; /* 0x.100 - Transmit Control Register */ member