Searched refs:DEVID (Results 1 – 5 of 5) sorted by relevance
/drivers/watchdog/ |
D | it8712f_wdt.c | 64 #define DEVID 0x20 /* Register: Device ID */ macro 335 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
|
/drivers/pcmcia/ |
D | ti113x.h | 892 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ macro 901 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID, 903 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
|
/drivers/hwmon/ |
D | it87.c | 73 #define DEVID 0x20 /* Register: Device ID */ macro 986 chip_type = force_id ? force_id : superio_inw(DEVID); in it87_find()
|
D | w83627hf.c | 101 #define DEVID 0x20 /* Register: Device ID */ macro 1147 val = force_id ? force_id : superio_inb(DEVID); in w83627hf_find()
|
D | pc87360.c | 72 #define DEVID 0x20 /* Register: Device ID */ macro 1010 val = force_id ? force_id : superio_inb(sioaddr, DEVID); in pc87360_find()
|