Searched refs:DEVID (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | devicetable-offsets.c | 5 #define DEVID(devid) DEFINE(SIZE_##devid, sizeof(struct devid)) macro 11 DEVID(usb_device_id); in main() 25 DEVID(hid_device_id); in main() 31 DEVID(ieee1394_device_id); in main() 38 DEVID(pci_device_id); in main() 47 DEVID(ccw_device_id); in main() 54 DEVID(ap_device_id); in main() 57 DEVID(css_device_id); in main() 60 DEVID(serio_device_id); in main() 66 DEVID(acpi_device_id); in main() [all …]
|
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ |
H A D | pic32.h | 17 #define DEVID 0x0020 macro
|
/openbmc/linux/drivers/watchdog/ |
H A D | it8712f_wdt.c | 60 #define DEVID 0x20 /* Register: Device ID */ macro 366 chip_type = superio_inw(DEVID); in it8712f_wdt_find()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | ti113x.h | 919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ macro 928 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID, 930 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-tmc | 85 The value is read directly from the DEVID register, 0xFC8,
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 23 #define DEVID 0x00 /* R Device ID */ macro 740 revid = AC_READ(ac, DEVID); in adxl34x_probe()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 415 XGMAC_GET_BITS(hw_feat->version, MAC_VR, DEVID), in xgbe_get_drvinfo()
|
/openbmc/linux/drivers/hwmon/ |
H A D | pc87360.c | 73 #define DEVID 0x20 /* Register: Device ID */ macro 1628 val = force_id ? force_id : superio_inb(sioaddr, DEVID); in pc87360_find()
|
H A D | w83627hf.c | 89 #define DEVID 0x20 /* Register: Device ID */ macro 1872 val = force_id ? force_id : superio_inb(sio_data, DEVID); in w83627hf_find()
|
H A D | it87.c | 80 #define DEVID 0x20 /* Register: Device ID */ macro 2682 chip_type = superio_inw(sioaddr, DEVID); in it87_find()
|