Searched refs:DEVID (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dit8712f_wdt.c64 #define DEVID 0x20 /* Register: Device ID */ macro
336 chip_type = superio_inw(DEVID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dti113x.h917 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ macro
926 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID,
928 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dadxl34x.c23 #define DEVID 0x00 /* R Device ID */ macro
734 revid = ac->bops->read(dev, DEVID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dit87.c73 #define DEVID 0x20 /* Register: Device ID */ macro
1474 chip_type = force_id ? force_id : superio_inw(DEVID);
1496 pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%x)\n",
H A Dpc87360.c72 #define DEVID 0x20 /* Register: Device ID */ macro
1010 val = force_id ? force_id : superio_inb(sioaddr, DEVID);
H A Dw83627hf.c100 #define DEVID 0x20 /* Register: Device ID */ macro
1140 val = force_id ? force_id : superio_inb(sio_data, DEVID);
1160 pr_debug(DRVNAME ": Unsupported chip (DEVID=0x%02x)\n", val);

Completed in 92 milliseconds