Searched refs:hversion (Results 1 – 14 of 14) sorted by relevance
60 (((id)->hw_type == HPHW_IOA) && ((id)->hversion == U2_IOA_RUNWAY)) || \61 (((id)->hw_type == HPHW_BCPORT) && ((id)->hversion == U2_BC_GSC)) \65 (((id)->hw_type == HPHW_IOA) && ((id)->hversion == UTURN_IOA_RUNWAY)) || \66 (((id)->hw_type == HPHW_BCPORT) && ((id)->hversion == UTURN_BC_GSC)) \168 dev->id.hversion == U2_BC_GSC ? "U2" : "UTurn", in ccio_probe()
229 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data()233 parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data()351 boot_cpu_data.hversion, in show_cpuinfo()
91 if ((ids->hversion != HVERSION_ANY_ID) && in match_device()92 (ids->hversion != dev->id.hversion)) in match_device()414 dev->id.hversion = (iodc_data[0] << 4) | ((iodc_data[1] & 0xf0) >> 4); in alloc_pa_dev()586 dev->id.hversion, dev->id.hversion_rev, dev->id.sversion); in print_parisc_device()
1299 (listptr->hversion == id->hversion) && in parisc_hardware_description()1332 parisc_get_cpu_type(unsigned long hversion) in parisc_get_cpu_type() argument1335 unsigned short model = ((unsigned short) (hversion)) >> 4; in parisc_get_cpu_type()
114 (((id)->hversion == ASTRO_RUNWAY_PORT) || ((id)->hversion == ASTRO_ROPES_PORT))117 (((id)->hversion == IKE_MERCED_PORT) || ((id)->hversion == IKE_ROPES_PORT))
86 bus_id = (model.hversion >> (4 + 7)) & 0x1f; in setup_pdc()
1533 ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn"; in ccio_probe()
47 hversion: HVERSION_ANY_ID, \54 hversion: HVERSION_ANY_ID, \
9 unsigned short hversion; /* 12 bits */ member20 unsigned short hversion; member133 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
56 unsigned int hversion; member103 #define CPU_HVERSION ((boot_cpu_data.hversion >> 4) & 0x0FFF)
494 unsigned long hversion; member585 unsigned char hversion;
768 if (dev->id.hversion == 0x680 || is_card_dino(&dev->id)) { in dino_common_init()822 if(dev->id.hversion == 0x680) { in dino_driver_callback()
64 struct iodc_dev *iodc_find_device_mask(u32 hversion, u32 sversion,
750 .hversion = HVERSION_ANY_ID,