Home
last modified time | relevance | path

Searched refs:DT_MASK (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h4083 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro
4084 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4085 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
4086 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
4087 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
4088 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
4089 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
4090 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
4091 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
4092 #define IS_QLA2432(ha) (DT_MASK(h
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h4298 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro
4299 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4300 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
4301 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
4302 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
4303 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
4304 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
4305 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
4306 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
4307 #define IS_QLA2432(ha) (DT_MASK(h
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dicl_dsi_regs.h280 #define DT_MASK (0x3f << 0) macro
H A Dicl_dsi.c197 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
199 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H A Drswitch.c226 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
713 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
776 if (free_txed_only && (desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_tx_free()
924 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()
H A Drswitch.h862 DT_MASK = 0xf0, enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c176 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
178 tmp |= ((pkt.header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h11809 #define DT_MASK (0x3f << 0) macro

Completed in 95 milliseconds