Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hpc/hpc/
Dplatid_test.c49 if (pid.dw.dw0 != PLATID_CPU_ARCH_MASK && err_count++ || verbose) { in platid_bit_test()
57 if (pid.dw.dw0 != PLATID_CPU_SERIES_MASK && err_count++ || verbose) { in platid_bit_test()
65 if (pid.dw.dw0 != PLATID_CPU_MODEL_MASK && err_count++ || verbose) { in platid_bit_test()
73 if (pid.dw.dw0 != PLATID_CPU_SUBMODEL_MASK && err_count++ || verbose) { in platid_bit_test()
81 if (pid.dw.dw0 != PLATID_FLAGS_MASK && err_count++ || verbose) { in platid_bit_test()
247 pid.dw.dw0 = PLATID_CPU_MIPS_VR_4111; in main()
Dplatid.c56 pid->dw.dw0 = ntohl(pid->dw.dw0); in platid_ntoh()
64 pid->dw.dw0 = htonl(pid->dw.dw0); in platid_hton()
/netbsd/src/sys/arch/hpc/stand/hpcboot/menu/
Dplatform.cpp45 if (mask->dw.dw0 == PLATID_WILD || mask->dw.dw1 == PLATID_WILD) in _platform()
56 _pref.platid_hi = mask->dw.dw0; in _platform()
62 if ((mask->dw.dw0 == _pref.platid_hi) && in _platform()
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dframebuffer.cpp54 target.dw.dw0 = cpu; in FrameBufferInfo()
58 entry.dw.dw0 = tab->cpu; in FrameBufferInfo()
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/
Dsh_console.cpp56 target.dw.dw0 = HPC_PREFERENCE.platid_hi; in selectBootConsole()
61 entry.dw.dw0 = tab->cpu; in selectBootConsole()
Dsh_boot.cpp62 platid.dw.dw0 = pref.platid_hi; in setup()
/netbsd/src/sys/arch/hpcmips/hpcmips/
Dmachdep.c261 platid.dw.dw0 = bootinfo->platid_cpu; in mach_init()
331 DPRINTF(("platform ID: %08lx %08lx\n", platid.dw.dw0, platid.dw.dw1)); in mach_init()
/netbsd/src/sys/arch/hpc/include/
Dplatid.h55 unsigned long dw0, dw1; member
/netbsd/src/sys/arch/hpc/stand/hpcboot/arm/
Darm_boot.cpp63 platid.dw.dw0 = pref.platid_hi; in setup()
/netbsd/src/sys/dev/pci/
Dpci_map.c279 pcireg_t dw0; member
620 entry.dw0 |= PCI_EA_E; in pci_mapreg_submap()
623 entry.dw0); in pci_mapreg_submap()
Dif_jmereg.h902 uint32_t dw0; member
/netbsd/src/sys/arch/hpc/stand/hpcboot/mips/
Dmips_boot.cpp64 platid.dw.dw0 = pref.platid_hi; in setup()
/netbsd/src/sys/arch/hpcarm/hpcarm/
Dhpc_machdep.c271 platid.dw.dw0 = bootinfo->platid_cpu; in initarm()
/netbsd/src/sys/arch/hpcsh/hpcsh/
Dmachdep.c212 platid.dw.dw0 = bootinfo->platid_cpu; in machine_startup()
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
Dsh3_dev.cpp93 platform.dw.dw0 = _menu->_pref.platid_hi; in dump()
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Dmain.c1207 platid.dw.dw0 = bi.platid_cpu; in BootKernel()