Home
last modified time | relevance | path

Searched refs:DEVID (Results 1 – 5 of 5) sorted by relevance

/drivers/watchdog/
Dit8712f_wdt.c64 #define DEVID 0x20 /* Register: Device ID */ macro
335 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
/drivers/pcmcia/
Dti113x.h892 #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/
Dit87.c73 #define DEVID 0x20 /* Register: Device ID */ macro
986 chip_type = force_id ? force_id : superio_inw(DEVID); in it87_find()
Dw83627hf.c101 #define DEVID 0x20 /* Register: Device ID */ macro
1147 val = force_id ? force_id : superio_inb(DEVID); in w83627hf_find()
Dpc87360.c72 #define DEVID 0x20 /* Register: Device ID */ macro
1010 val = force_id ? force_id : superio_inb(sioaddr, DEVID); in pc87360_find()