Searched refs:hversion (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | ropes.h | 96 return d->id.hversion == ASTRO_RUNWAY_PORT; in IS_ASTRO() 100 return d->id.hversion == IKE_MERCED_PORT; in IS_IKE() 104 return d->id.hversion == PLUTO_MCKINLEY_PORT; in IS_PLUTO() 226 return (d->id.hversion == ELROY_HVERS); in IS_ELROY() 230 return (d->id.hversion == MERCURY_HVERS); in IS_MERCURY() 234 return (d->id.hversion == QUICKSILVER_HVERS); in IS_QUICKSILVER()
|
| H A D | hardware.h | 14 unsigned int hversion:12; member 102 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
| H A D | processor.h | 66 unsigned int hversion; member 106 #define CPU_HVERSION ((boot_cpu_data.hversion >> 4) & 0x0FFF)
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | drivers.c | 113 if ((ids->hversion != HVERSION_ANY_ID) && in match_device() 114 (ids->hversion != dev->id.hversion)) in match_device() 267 (pdev->id.hversion == REO_MERCED_PORT) || in is_IKE_device() 268 (pdev->id.hversion == REOG_MERCED_PORT)) { in is_IKE_device() 520 dev->id.hversion = (iodc_data[0] << 4) | ((iodc_data[1] & 0xf0) >> 4); in alloc_pa_dev() 562 (u8)id->hw_type, (u16)id->hversion, (u8)id->hversion_rev, in make_modalias() 601 pa_dev_attr_id(hversion, "0x%03x\n"); 892 dev->id.hversion, dev->id.sversion, dev->id.hversion_rev); in print_parisc_device() 1049 DO(hversion); in qemu_print_iodc_data()
|
| H A D | processor.c | 280 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data() 283 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data() 429 boot_cpu_data.hversion, in show_cpuinfo()
|
| H A D | hardware.c | 1331 (listptr->hversion == id->hversion) && in parisc_hardware_description() 1364 parisc_get_cpu_type(unsigned long hversion) in parisc_get_cpu_type() argument 1367 unsigned short model = ((unsigned short) (hversion)) >> 4; in parisc_get_cpu_type()
|
| H A D | inventory.c | 106 bus_id = (model.hversion >> (4 + 7)) & 0x1f; in setup_pdc()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | lasi700.c | 56 .hversion = HVERSION_ANY_ID, \ 63 .hversion = HVERSION_ANY_ID, \
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 459 unsigned long hversion; member 539 unsigned char hversion; member
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | devicetable-offsets.c | 115 DEVID_FIELD(parisc_device_id, hversion); in main()
|
| H A D | file2alias.c | 801 DEF_FIELD(symval, parisc_device_id, hversion); in do_parisc_entry() 807 ADD(alias, "hv", hversion != PA_HVERSION_ANY_ID, hversion); in do_parisc_entry()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | mux.c | 86 if(dev->id.hversion == 0x15) in get_mux_port_count()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mod_devicetable.h | 380 __u16 hversion; /* 12 bits */ member
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | dino.c | 84 #define is_cujo(id) ((id)->hversion == 0x682)
|
| H A D | ccio-dma.c | 1531 ioc->name = dev->id.hversion == U2_IOA_RUNWAY ? "U2" : "UTurn"; in ccio_probe()
|
| H A D | sba_iommu.c | 1959 switch (dev->id.hversion) { in sba_driver_callback()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | hp_sdc.c | 809 .hversion = HVERSION_ANY_ID,
|