Searched refs:sversion (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_parisc.c30 if (!dev->irq && (dev->id.sversion == 0xad))
49 if (dev->id.sversion != 0x8d)
55 uart.port.uartclk = (dev->id.sversion != 0xad) ?
/linux-master/drivers/scsi/
H A Dlasi700.c54 .sversion = LASI_700_SVERSION, \
61 .sversion = LASI_710_SVERSION, \
102 if (dev->id.sversion == LASI_700_SVERSION) {
/linux-master/drivers/parisc/
H A Dwax.c29 switch (dev->id.sversion) {
38 switch (dev->id.sversion) {
H A Dasp.c34 switch (dev->id.sversion) {
52 switch (dev->id.sversion) {
H A Dlasi.c38 switch (dev->id.sversion) {
H A Deisa.c292 #define is_mongoose(dev) (dev->id.sversion == 0x00076)
H A Ddino.c444 switch (dev->id.sversion) {
1059 * Normally, we would just test sversion. But the Elroy PCI adapter has
1060 * the same sversion as Dino, so we have to check hversion as well.
1063 * For card-mode Dino, most machines report an sversion of 9D. But 715
/linux-master/arch/parisc/kernel/
H A Dprocessor.c287 boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion;
441 "sversion\t: 0x%08x\n",
443 boot_cpu_data.sversion );
H A Ddrivers.c104 for (ids = driver->id_table; ids->sversion; ids++) {
105 if ((ids->sversion != SVERSION_ANY_ID) &&
106 (ids->sversion != dev->id.sversion))
522 dev->id.sversion = ((iodc_data[4] & 0x0f) << 16) |
563 (u32)id->sversion);
602 pa_dev_attr_id(sversion, "0x%05x\n");
892 dev->id.hversion, dev->id.sversion, dev->id.hversion_rev);
H A Dhardware.c1329 (listptr->sversion == id->sversion)){
1344 switch (id->sversion) {
/linux-master/arch/parisc/include/asm/
H A Dhardware.h15 unsigned int sversion:12; member in struct:hp_hardware
H A Dprocessor.h64 unsigned int sversion; member in struct:system_cpuinfo_parisc
/linux-master/drivers/net/ethernet/i825xx/
H A Dlasi_82596.c180 lp->options = dev->id.sversion == 0x72 ? OPT_SWAP_PORT : 0;
/linux-master/drivers/input/serio/
H A Dgscps2.c338 if (dev->id.sversion == 0x96)
H A Dhp_sdc.c810 .sversion = 0x73,
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h467 unsigned long sversion; member in struct:pdc_model
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c118 DEVID_FIELD(parisc_device_id, sversion);
H A Dfile2alias.c826 DEF_FIELD(symval, parisc_device_id, sversion);
832 ADD(alias, "sv", sversion != PA_SVERSION_ANY_ID, sversion);
/linux-master/include/linux/
H A Dmod_devicetable.h401 __u32 sversion; /* 20 bits */ member in struct:parisc_device_id

Completed in 157 milliseconds