Searched refs:tctrl (Results 1 – 3 of 3) sorted by relevance
1313 struct controller *tctrl; in unload_cpqphpd() local1366 tctrl = ctrl; in unload_cpqphpd()1368 kfree(tctrl); in unload_cpqphpd()
398 u32 tctrl = 0; in gfar_mac_tx_config() local401 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(®s->tctrl, tctrl); in gfar_mac_tx_config()
698 u32 tctrl; /* 0x.100 - Transmit Control Register */ member