Lines Matching refs:tcm
100 volatile char *tcm; /* pci device memory va */ member
1171 W_REG(bus->dhd->osh, (volatile uint8 *)(bus->tcm + offset), data); in dhdpcie_os_wtcm8()
1181 data = R_REG(bus->dhd->osh, (volatile uint8 *)(bus->tcm + offset)); in dhdpcie_os_rtcm8()
1191 W_REG(bus->dhd->osh, (volatile uint16 *)(bus->tcm + offset), data); in dhdpcie_os_wtcm16()
1201 data = R_REG(bus->dhd->osh, (volatile uint16 *)(bus->tcm + offset)); in dhdpcie_os_rtcm16()
1211 W_REG(bus->dhd->osh, (volatile uint32 *)(bus->tcm + offset), data); in dhdpcie_os_wtcm32()
1221 data = R_REG(bus->dhd->osh, (volatile uint32 *)(bus->tcm + offset)); in dhdpcie_os_rtcm32()
1232 W_REG(bus->dhd->osh, (volatile uint64 *)(bus->tcm + offset), data); in dhdpcie_os_wtcm64()
1242 data = R_REG(bus->dhd->osh, (volatile uint64 *)(bus->tcm + offset)); in dhdpcie_os_rtcm64()
1792 dhdpcie_info->tcm = (volatile char *) REG_MAP(bar1_addr, dhdpcie_info->bar1_size);
1794 if (!dhdpcie_info->regs || !dhdpcie_info->tcm) {
1818 REG_UNMAP(dhdpcie_info->tcm);
1827 __FUNCTION__, dhdpcie_info->tcm, bar1_addr));
1886 __FUNCTION__, pch->tcm, pci_resource_start(bus->dev, 2),
2026 ret = dhdpcie_bus_attach(osh, &bus, dhdpcie_info->regs, dhdpcie_info->tcm, pdev);
2527 dhdpcie_info->tcm = (volatile char *) REG_MAP(bar1_addr, dhdpcie_info->bar1_size);
2528 if (!dhdpcie_info->tcm) {
2535 bus->tcm = dhdpcie_info->tcm;
2540 __FUNCTION__, dhdpcie_info->tcm, bar1_addr));
2574 if (bus->tcm) {
2575 REG_UNMAP(dhdpcie_info->tcm);
2576 bus->tcm = NULL;