Home
last modified time | relevance | path

Searched refs:DT_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_def.h4184 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro
4185 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4186 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
4187 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
4188 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
4189 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
4190 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
4191 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
4192 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
4193 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dicl_dsi.c180 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
182 tmp |= ((pkt.header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_reg.h12154 #define DT_MASK (0x3f << 0) macro