Symbol: DT_MASK
drivers/gpu/drm/i915/display/icl_dsi.c
215
tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK);
drivers/gpu/drm/i915/display/icl_dsi.c
217
tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT);
drivers/net/ethernet/renesas/rswitch_main.c
1049
while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) {
drivers/net/ethernet/renesas/rswitch_main.c
1726
switch (die_dt & DT_MASK) {
drivers/net/ethernet/renesas/rswitch_main.c
267
if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY)
drivers/net/ethernet/renesas/rswitch_main.c
757
u8 die_dt = desc->desc.die_dt & DT_MASK;
drivers/net/ethernet/renesas/rswitch_main.c
842
while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) {
drivers/net/ethernet/renesas/rswitch_main.c
900
while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) {
drivers/net/ethernet/renesas/rtsn.c
118
if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY)
drivers/net/ethernet/renesas/rtsn.c
177
if ((desc->die_dt & DT_MASK) == DT_FEMPTY)
drivers/scsi/qla2xxx/qla_def.h
4331
#define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
drivers/scsi/qla2xxx/qla_def.h
4332
#define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
drivers/scsi/qla2xxx/qla_def.h
4333
#define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
drivers/scsi/qla2xxx/qla_def.h
4334
#define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
drivers/scsi/qla2xxx/qla_def.h
4335
#define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
drivers/scsi/qla2xxx/qla_def.h
4336
#define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
drivers/scsi/qla2xxx/qla_def.h
4337
#define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
drivers/scsi/qla2xxx/qla_def.h
4338
#define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
drivers/scsi/qla2xxx/qla_def.h
4339
#define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
drivers/scsi/qla2xxx/qla_def.h
4340
#define IS_QLA5422(ha) (DT_MASK(ha) & DT_ISP5422)
drivers/scsi/qla2xxx/qla_def.h
4341
#define IS_QLA5432(ha) (DT_MASK(ha) & DT_ISP5432)
drivers/scsi/qla2xxx/qla_def.h
4342
#define IS_QLA2532(ha) (DT_MASK(ha) & DT_ISP2532)
drivers/scsi/qla2xxx/qla_def.h
4343
#define IS_QLA8432(ha) (DT_MASK(ha) & DT_ISP8432)
drivers/scsi/qla2xxx/qla_def.h
4344
#define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001)
drivers/scsi/qla2xxx/qla_def.h
4346
#define IS_QLA82XX(ha) (DT_MASK(ha) & DT_ISP8021)
drivers/scsi/qla2xxx/qla_def.h
4347
#define IS_QLA8044(ha) (DT_MASK(ha) & DT_ISP8044)
drivers/scsi/qla2xxx/qla_def.h
4348
#define IS_QLA2031(ha) (DT_MASK(ha) & DT_ISP2031)
drivers/scsi/qla2xxx/qla_def.h
4349
#define IS_QLA8031(ha) (DT_MASK(ha) & DT_ISP8031)
drivers/scsi/qla2xxx/qla_def.h
4350
#define IS_QLAFX00(ha) (DT_MASK(ha) & DT_ISPFX00)
drivers/scsi/qla2xxx/qla_def.h
4351
#define IS_QLA2071(ha) (DT_MASK(ha) & DT_ISP2071)
drivers/scsi/qla2xxx/qla_def.h
4352
#define IS_QLA2271(ha) (DT_MASK(ha) & DT_ISP2271)
drivers/scsi/qla2xxx/qla_def.h
4353
#define IS_QLA2261(ha) (DT_MASK(ha) & DT_ISP2261)
drivers/scsi/qla2xxx/qla_def.h
4354
#define IS_QLA2081(ha) (DT_MASK(ha) & DT_ISP2081)
drivers/scsi/qla2xxx/qla_def.h
4355
#define IS_QLA2281(ha) (DT_MASK(ha) & DT_ISP2281)