HomeSort by: relevance | last modified time | path
    Searched refs:alpha_pci_chipset (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/alpha/alpha/
sys_machdep.c 82 struct alpha_pci_chipset *alpha_pci_chipset; variable in typeref:struct:alpha_pci_chipset *
201 if (alpha_pci_chipset == NULL)
206 if (args.device > pci_bus_maxdevs(alpha_pci_chipset, args.bus))
213 tag = pci_make_tag(alpha_pci_chipset, args.bus, args.device,
217 pci_conf_write(alpha_pci_chipset, tag, args.reg,
220 args.val = pci_conf_read(alpha_pci_chipset, tag,
dec_1000a.c 134 struct alpha_pci_chipset *pcichipset;
  /src/sys/arch/alpha/pci/
apecsvar.h 50 struct alpha_pci_chipset ac_pc;
irongatevar.h 47 struct alpha_pci_chipset ic_pc;
lcavar.h 46 struct alpha_pci_chipset lc_pc;
ciavar.h 46 struct alpha_pci_chipset cc_pc;
dwlpxvar.h 54 struct alpha_pci_chipset cc_pc;
mcpciavar.h 56 struct alpha_pci_chipset cc_pc;
tsvar.h 54 struct alpha_pci_chipset pc_pc;
ttwogavar.h 78 struct alpha_pci_chipset tc_pc;
apecs.c 139 alpha_pci_chipset = &acp->ac_pc;
irongate.c 82 alpha_pci_chipset = &icp->ic_pc;
lca.c 176 alpha_pci_chipset = &lcp->lc_pc;
cia.c 237 alpha_pci_chipset = &ccp->cc_pc;
  /src/sys/arch/alpha/include/
sysarch.h 88 extern struct alpha_pci_chipset *alpha_pci_chipset;
pci_machdep.h 44 typedef struct alpha_pci_chipset *pci_chipset_tag_t;
60 struct alpha_pci_chipset { struct

Completed in 18 milliseconds