Home
last modified time | relevance | path

Searched refs:VER (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h195 #define IDTFC3_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
196 #define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER)) argument
/linux/drivers/ptp/
H A Dptp_clockmatrix.h65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) argument
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst166 | VER | |
237 | VER | |
307 … | VER | | +-----------------+ 0x00028100 + 0x1000 * x
/linux/Documentation/ABI/testing/
H A Ddebugfs-intel-iommu16 VER 0x00 0x0000000000000010
27 VER 0x00 0x0000000000000010
38 VER 0x00 0x0000000000000010
H A Dsysfs-driver-ufs1541 Symbol - VER. This file shows the UFSHCD version.
/linux/drivers/media/i2c/
H A Dov2640.c182 #define VER 0x0B /* Product ID Number LSB */ macro
1088 ver = i2c_smbus_read_byte_data(client, VER); in ov2640_video_probe()
H A Dov772x.c52 #define VER 0x0B /* Product ID Number LSB */ macro
1284 ret = regmap_read(priv->regmap, VER, &ver); in ov772x_video_probe()
/linux/Documentation/fpga/
H A Ddfl.rst85 |63 Type 60|59 DFH VER 52|51 Rsvd 41|40 EOL|39 Next 16|15 REV 12|11 ID 0| 0x00
95 * DFH VER - The version of the DFH.
128 |63 Type 60|59 DFH VER 52|51 Rsvd 41|40 EOL|39 Next 16|15 REV 12|11 ID 0| 0x00
154 * DFH VER - The version of the DFH.
/linux/drivers/net/ethernet/sfc/
H A Def100.c380 rc = ef100_pci_get_config_bits(efx, vndr_cap, VER, &vsec_ver); in ef100_pci_find_func_ctrl_window()