Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpci-epf.c161 struct nvmet_ctrl *tctrl; member
1259 static u8 nvmet_pci_epf_get_mdts(const struct nvmet_ctrl *tctrl) in nvmet_pci_epf_get_mdts() argument
1261 struct nvmet_pci_epf_ctrl *ctrl = tctrl->drvdata; in nvmet_pci_epf_get_mdts()
1262 int page_shift = NVME_CAP_MPSMIN(tctrl->cap) + 12; in nvmet_pci_epf_get_mdts()
1267 static u16 nvmet_pci_epf_create_cq(struct nvmet_ctrl *tctrl, in nvmet_pci_epf_create_cq() argument
1270 struct nvmet_pci_epf_ctrl *ctrl = tctrl->drvdata; in nvmet_pci_epf_create_cq()
1304 status = nvmet_cq_create(tctrl, &cq->nvme_cq, cqid, cq->depth); in nvmet_pci_epf_create_cq()
1349 static u16 nvmet_pci_epf_delete_cq(struct nvmet_ctrl *tctrl, u16 cqid) in nvmet_pci_epf_delete_cq() argument
1351 struct nvmet_pci_epf_ctrl *ctrl = tctrl->drvdata; in nvmet_pci_epf_delete_cq()
1367 static u16 nvmet_pci_epf_create_sq(struct nvmet_ctrl *tctrl, in nvmet_pci_epf_create_sq() argument
[all …]
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c169 u32 tctrl; /* 0x040 Transmit control register */ member
794 iowrite32be(ioread32be(&regs->tctrl) & ~TCTRL_GTS, &regs->tctrl); in graceful_start()
820 tmp = ioread32be(&regs->tctrl) | TCTRL_GTS; in graceful_stop()
821 iowrite32be(tmp, &regs->tctrl); in graceful_stop()
1094 u32 rctrl, tctrl; in dtsec_set_tstamp() local
1097 tctrl = ioread32be(&regs->tctrl); in dtsec_set_tstamp()
1101 tctrl |= TCTRL_TTSE; in dtsec_set_tstamp()
1104 tctrl &= ~TCTRL_TTSE; in dtsec_set_tstamp()
1108 iowrite32be(tctrl, &regs->tctrl); in dtsec_set_tstamp()
/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c1253 struct controller *tctrl; in unload_cpqphpd() local
1306 tctrl = ctrl; in unload_cpqphpd()
1308 kfree(tctrl); in unload_cpqphpd()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c218 u32 tctrl = 0; in gfar_mac_tx_config() local
221 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()
224 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()
226 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()
232 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()
234 gfar_write(&regs->tctrl, tctrl); in gfar_mac_tx_config()
H A Dgianfar.h723 u32 tctrl; /* 0x.100 - Transmit Control Register */ member
/linux/drivers/phy/tegra/
H A Dxusb-tegra210.c1341 u32 value, tctrl, pctrl, rpd_ctrl; in tegra210_pmc_utmi_enable_phy_sleepwalk() local
1350 tctrl = TCTRL_VALUE(value); in tegra210_pmc_utmi_enable_phy_sleepwalk()
1434 value |= (TCTRL_VAL(tctrl) | PCTRL_VAL(pctrl)); in tegra210_pmc_utmi_enable_phy_sleepwalk()