Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/hppa/
H A Dautoconf.c430 if ((PAGE0->mem_boot.pz_class & PCL_CLASS_MASK) != PCL_RANDOM) in device_register()
434 if ((PAGE0->mem_boot.pz_class & PCL_CLASS_MASK) != PCL_SEQU) in device_register()
/openbsd-src/sys/arch/hppa/stand/libsa/
H A Dpdc.c148 if ((pzdev->pz_class & PCL_CLASS_MASK) == PCL_SEQU) {
/openbsd-src/sys/arch/hppa/include/
H A Dpdc.h734 #define PCL_CLASS_MASK 0xf /* XXX class mask */ macro