Home
last modified time | relevance | path

Searched refs:ID1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dfan53555.c182 int ID1, ID2; in fan53555_probe() local
187 ID1 = pmic_reg_read(dev->parent, FAN53555_ID1); in fan53555_probe()
188 if (ID1 < 0) in fan53555_probe()
189 return ID1; in fan53555_probe()
196 priv->vendor = bitfield_extract(ID1, 5, 3); in fan53555_probe()
197 priv->die_id = ID1 & GENMASK(3, 0); in fan53555_probe()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-wormdingler.dtsi310 "ID1",
H A Dsc7180-trogdor-homestar.dtsi303 "ID1",
/openbmc/linux/sound/pci/ctxfi/
H A Dct20k1reg.h616 #define ID1 0x1C6084 macro
/openbmc/linux/Documentation/networking/
H A Darcnet-hardware.rst1339 | | | 1 2 3 4 5 6 7 8 d | | ID1
1388 2 ID1 2
1556 < |_______________| | IO-Base | MEM | d | | ID1
1598 2 | ID1 | 2
2167 2 | ID1 | 2
2849 | | || i | | | ID1
2897 2 | ID1 | 2
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x400 Description: (Read) Print the content of the Peripheral ID1 Register
/openbmc/linux/drivers/scsi/
H A DFlashPoint.c294 enum scam_id_st { ID0, ID1, ID2, ID3, ID4, ID5, ID6, ID7, ID8, ID9, ID10, ID11, enumerator