HomeSort by: relevance | last modified time | path
    Searched defs:alpha_pci_chipset (Results 1 - 2 of 2) 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,
  /src/sys/arch/alpha/include/
pci_machdep.h 44 typedef struct alpha_pci_chipset *pci_chipset_tag_t;
60 struct alpha_pci_chipset { struct

Completed in 12 milliseconds