Home
last modified time | relevance | path

Searched defs:VER (Results 1 – 5 of 5) 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/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c597 #define register_threshold_attribute(TAG, NAME, VER...) ({ \ in MAKE_XE_GUC_KLV_THRESHOLDS_SET() argument
/linux/drivers/media/i2c/
H A Dov2640.c182 #define VER 0x0B /* Product ID Number LSB */ macro
H A Dov772x.c52 #define VER 0x0B /* Product ID Number LSB */ macro