Searched refs:hversion (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/arch/parisc/include/asm/ |
D | ropes.h | 95 return d->id.hversion == ASTRO_RUNWAY_PORT; in IS_ASTRO() 99 return d->id.hversion == IKE_MERCED_PORT; in IS_IKE() 103 return d->id.hversion == PLUTO_MCKINLEY_PORT; in IS_PLUTO() 225 return (d->id.hversion == ELROY_HVERS); in IS_ELROY() 229 return (d->id.hversion == MERCURY_HVERS); in IS_MERCURY() 233 return (d->id.hversion == QUICKSILVER_HVERS); in IS_QUICKSILVER()
|
D | hardware.h | 13 unsigned short hversion; member 101 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
D | processor.h | 76 unsigned int hversion; member 118 #define CPU_HVERSION ((boot_cpu_data.hversion >> 4) & 0x0FFF)
|
D | pdc.h | 29 unsigned long hversion; member 112 unsigned char hversion;
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-rm-dma.c | 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)) \ 170 dev->id.hversion == U2_BC_GSC ? "U2" : "UTurn", in ccio_probe()
|
D | dino.c | 86 #define is_cujo(id) ((id)->hversion == 0x682)
|
D | ccio-dma.c | 1540 ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn"; in ccio_probe()
|
D | sba_iommu.c | 1978 switch (dev->id.hversion) { in sba_driver_callback()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | processor.c | 274 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data() 277 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data() 400 boot_cpu_data.hversion, in show_cpuinfo()
|
D | drivers.c | 115 if ((ids->hversion != HVERSION_ANY_ID) && in match_device() 116 (ids->hversion != dev->id.hversion)) in match_device() 503 dev->id.hversion = (iodc_data[0] << 4) | ((iodc_data[1] & 0xf0) >> 4); in alloc_pa_dev() 547 (u8)id->hw_type, (u16)id->hversion, (u8)id->hversion_rev, in 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); in print_parisc_device()
|
D | hardware.c | 1344 (listptr->hversion == id->hversion) && in parisc_hardware_description() 1377 parisc_get_cpu_type(unsigned long hversion) in parisc_get_cpu_type() argument 1380 unsigned short model = ((unsigned short) (hversion)) >> 4; in parisc_get_cpu_type()
|
D | inventory.c | 89 bus_id = (model.hversion >> (4 + 7)) & 0x1f; in setup_pdc()
|
/linux-4.4.14/drivers/scsi/ |
D | lasi700.c | 69 .hversion = HVERSION_ANY_ID, \ 76 .hversion = HVERSION_ANY_ID, \
|
/linux-4.4.14/scripts/mod/ |
D | devicetable-offsets.c | 114 DEVID_FIELD(parisc_device_id, hversion); in main()
|
D | file2alias.c | 822 DEF_FIELD(symval, parisc_device_id, hversion); in do_parisc_entry() 828 ADD(alias, "hv", hversion != PA_HVERSION_ANY_ID, hversion); in do_parisc_entry()
|
/linux-4.4.14/include/linux/ |
D | mod_devicetable.h | 348 __u16 hversion; /* 12 bits */ member
|
/linux-4.4.14/drivers/tty/serial/ |
D | mux.c | 94 if(dev->id.hversion == 0x15) in get_mux_port_count()
|
/linux-4.4.14/drivers/input/serio/ |
D | hp_sdc.c | 812 .hversion = HVERSION_ANY_ID,
|