Searched refs:hversion (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/drivers/parisc/
H A Dccio-rm-dma.c60 (((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)) \
170 dev->id.hversion == U2_BC_GSC ? "U2" : "UTurn", ccio_probe()
H A Ddino.c86 #define is_cujo(id) ((id)->hversion == 0x682)
1013 * the same sversion as Dino, so we have to check hversion as well.
1014 * Unfortunately, the J2240 PDC reports the wrong hversion for the first
H A Dled.c701 printk(KERN_INFO "%s: KittyHawk-Machine (hversion 0x%x) found, " led_init()
H A Dccio-dma.c1540 ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn"; ccio_probe()
H A Dsba_iommu.c1978 switch (dev->id.hversion) { sba_driver_callback()
/linux-4.4.14/arch/parisc/include/asm/
H A Dropes.h95 return d->id.hversion == ASTRO_RUNWAY_PORT; IS_ASTRO()
99 return d->id.hversion == IKE_MERCED_PORT; IS_IKE()
103 return d->id.hversion == PLUTO_MCKINLEY_PORT; IS_PLUTO()
225 return (d->id.hversion == ELROY_HVERS); IS_ELROY()
229 return (d->id.hversion == MERCURY_HVERS); IS_MERCURY()
233 return (d->id.hversion == QUICKSILVER_HVERS); IS_QUICKSILVER()
H A Dhardware.h13 unsigned short hversion; member in struct:hp_hardware
101 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
H A Dpdc.h29 unsigned long hversion; member in struct:pdc_model
53 cc_hv : 3; /* hversion dependent */
112 unsigned char hversion;
235 * are hversion dependent. Do a "ser pim 0 hpmc" after rebooting, since
236 * the firmware is probably the best way of printing hversion dependent
H A Dprocessor.h76 unsigned int hversion; member in struct:system_cpuinfo_parisc
118 #define CPU_HVERSION ((boot_cpu_data.hversion >> 4) & 0x0FFF)
/linux-4.4.14/drivers/scsi/
H A Dlasi700.c69 .hversion = HVERSION_ANY_ID, \
76 .hversion = HVERSION_ANY_ID, \
/linux-4.4.14/arch/parisc/kernel/
H A Dprocessor.c274 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; collect_boot_cpu_data()
277 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); collect_boot_cpu_data()
398 seq_printf(m, "hversion\t: 0x%08x\n" for_each_online_cpu()
400 boot_cpu_data.hversion, for_each_online_cpu()
H A Ddrivers.c115 if ((ids->hversion != HVERSION_ANY_ID) && match_device()
116 (ids->hversion != dev->id.hversion)) match_device()
503 dev->id.hversion = (iodc_data[0] << 4) | ((iodc_data[1] & 0xf0) >> 4); alloc_pa_dev()
547 (u8)id->hw_type, (u16)id->hversion, (u8)id->hversion_rev, make_modalias()
585 pa_dev_attr_id(hversion, "0x%03x\n");
597 __ATTR_RO(hversion),
872 dev->id.hversion_rev, dev->id.hversion, dev->id.sversion); print_parisc_device()
H A Dhpmc.S169 /* Reset IO by calling the hversion dependent PDC_IO routine */
268 * hversion PDC_BROADCAST_RESET() first.
H A Dinventory.c89 bus_id = (model.hversion >> (4 + 7)) & 0x1f; setup_pdc()
H A Dhardware.c1344 (listptr->hversion == id->hversion) && parisc_hardware_description()
1375 /* Interpret hversion (ret[0]) from PDC_MODEL(4)/PDC_MODEL_INFO(0) */
1377 parisc_get_cpu_type(unsigned long hversion) parisc_get_cpu_type() argument
1380 unsigned short model = ((unsigned short) (hversion)) >> 4; parisc_get_cpu_type()
/linux-4.4.14/scripts/mod/
H A Ddevicetable-offsets.c114 DEVID_FIELD(parisc_device_id, hversion); main()
H A Dfile2alias.c822 DEF_FIELD(symval, parisc_device_id, hversion); do_parisc_entry()
828 ADD(alias, "hv", hversion != PA_HVERSION_ANY_ID, hversion); do_parisc_entry()
/linux-4.4.14/drivers/tty/serial/
H A Dmux.c94 if(dev->id.hversion == 0x15) get_mux_port_count()
/linux-4.4.14/include/linux/
H A Dmod_devicetable.h348 __u16 hversion; /* 12 bits */ member in struct:parisc_device_id
/linux-4.4.14/drivers/input/serio/
H A Dhp_sdc.c812 .hversion = HVERSION_ANY_ID,

Completed in 919 milliseconds