HomeSort by: relevance | last modified time | path
    Searched defs:tbase (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/pci/
apecs_dma.c 94 bus_addr_t tbase; local in function:apecs_dma_init
176 tbase = acp->ac_sgmap.aps_ptpa >> EPIC_TBASE_SHIFT;
177 if ((tbase & EPIC_TBASE_T_BASE) != tbase)
179 REGVAL(EPIC_TBASE_1) = tbase;
tsp_dma.c 187 bus_addr_t tbase; local in function:tsp_dma_init
361 tbase = pcp->pc_sgmap_lo.aps_ptpa;
362 if (tbase & ~0x7fffffc00UL)
364 pccsr->tsp_tba[0].tsg_r = tbase;
388 tbase = pcp->pc_sgmap_hi.aps_ptpa;
389 if (tbase & ~0x7fffffc00UL)
391 pccsr->tsp_tba[2].tsg_r = tbase;
ciavar.h 75 uint32_t tbase[4]; member in struct:cia_config::__anon38ab63940108
cia_dma.c 120 ccp->cc_saved_windows.tbase[i];
128 bus_addr_t tbase; local in function:cia_dma_init
142 ccp->cc_saved_windows.tbase[i] =
271 tbase = ccp->cc_sgmap_lo.aps_ptpa >> CIA_PCI_TnBASE_SHIFT;
272 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase)
274 REGVAL(CIA_PCI_T0BASE) = tbase;
289 tbase = ccp->cc_sgmap_hi.aps_ptpa >> CIA_PCI_TnBASE_SHIFT;
290 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase)
    [all...]
  /src/sys/lib/libunwind/
unwind.h 61 void *tbase; member in struct:dwarf_eh_bases

Completed in 41 milliseconds