Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_def.h4242 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4255 #define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001)
4257 #define IS_QLA82XX(ha) (DT_MASK(ha) & DT_ISP8021)
4259 #define IS_QLA2031(ha) (DT_MASK(ha) & DT_ISP2031)
4260 #define IS_QLA8031(ha) (DT_MASK(ha) & DT_ISP8031)
4261 #define IS_QLAFX00(ha) (DT_MASK(ha) & DT_ISPFX00)
4262 #define IS_QLA2071(ha) (DT_MASK(ha) & DT_ISP2071)
4263 #define IS_QLA2271(ha) (DT_MASK(ha) & DT_ISP2271)
4264 #define IS_QLA2261(ha) (DT_MASK(ha) & DT_ISP2261)
4265 #define IS_QLA2081(ha) (DT_MASK(ha) & DT_ISP2081)
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dicl_dsi_regs.h280 #define DT_MASK (0x3f << 0) macro
A Dicl_dsi.c196 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
198 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/linux-6.3-rc2/drivers/net/ethernet/renesas/
A Drswitch.c238 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
709 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
771 if (free_txed_only && (desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_tx_free()
914 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()
A Drswitch.h856 DT_MASK = 0xf0, enumerator

Completed in 43 milliseconds