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

  /src/sys/arch/alpha/pci/
ttwoga.c 128 int hose; local in function:ttwogaattach
139 for (hose = 0; hose < 1 /* XXX */; hose++) {
141 if (badaddr(_T2GA(hose, T2_IOCSR), sizeof(uint64_t)))
145 pba.pba_bus = hose;
158 aprint_normal(" hose %d", pba->pba_bus);
166 ttwoga_init(int hose)
170 if (hose < 0 || hose > 1
    [all...]
pci_kn8ae.c 95 int io, hose, dev; local in function:pci_kn8ae_init_imaskcache
98 for (hose = 0; hose < DWLPX_NHOSE; hose++) {
100 imaskcache[io][hose][dev] = DWLPX_IMASK_DFLT;
285 int ionode, hose, device, hpc, busp; local in function:kn8ae_enadis_intr
288 hose = sc->dwlpx_hosenum;
295 paddr |= (unsigned long) hose << 34;
307 val = imaskcache[ionode][hose][hpc];
312 imaskcache[ionode][hose][hpc] = val
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 281 /** @hose: PCI hose, only used on ALPHA platforms. */
282 struct pci_controller *hose; member in struct:drm_device

Completed in 13 milliseconds