Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
A Dqla_def.h4308 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4321 #define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001)
4323 #define IS_QLA82XX(ha) (DT_MASK(ha) & DT_ISP8021)
4325 #define IS_QLA2031(ha) (DT_MASK(ha) & DT_ISP2031)
4326 #define IS_QLA8031(ha) (DT_MASK(ha) & DT_ISP8031)
4327 #define IS_QLAFX00(ha) (DT_MASK(ha) & DT_ISPFX00)
4328 #define IS_QLA2071(ha) (DT_MASK(ha) & DT_ISP2071)
4329 #define IS_QLA2271(ha) (DT_MASK(ha) & DT_ISP2271)
4330 #define IS_QLA2261(ha) (DT_MASK(ha) & DT_ISP2261)
4331 #define IS_QLA2081(ha) (DT_MASK(ha) & DT_ISP2081)
[all …]
/linux/drivers/gpu/drm/i915/display/
A Dicl_dsi_regs.h280 #define DT_MASK (0x3f << 0) macro
A Dicl_dsi.c198 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
200 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/linux/drivers/net/ethernet/renesas/
A Drswitch.c232 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
723 u8 die_dt = desc->desc.die_dt & DT_MASK; in rswitch_rx_handle_desc()
808 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
868 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_tx_free()
1012 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()
1648 switch (die_dt & DT_MASK) { in rswitch_ext_desc_get_len()
A Drtsn.h422 DT_MASK = 0xf0, enumerator
A Drtsn.c122 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()
182 if ((desc->die_dt & DT_MASK) == DT_FEMPTY) in rtsn_rx()
A Drswitch.h872 DT_MASK = 0xf0, enumerator

Completed in 80 milliseconds