Home
last modified time | relevance | path

Searched refs:hpcdev (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/alpha/pci/
H A Ddwlpx_pci.c78 int hpcdev, pci_idsel; in dwlpx_make_tag() local
81 hpcdev = d >> 2; in dwlpx_make_tag()
82 tag = (b << 24) | (hpcdev << 22) | (pci_idsel << 16) | (f << 13); in dwlpx_make_tag()