Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi_regs.h281 #define DT_MASK (0x3f << 0) macro
H A Dicl_dsi.c203 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()
205 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
/linux/drivers/net/ethernet/renesas/
H A Drswitch.c242 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()
732 u8 die_dt = desc->desc.die_dt & DT_MASK; in rswitch_rx_handle_desc()
817 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()
875 while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) { in rswitch_tx_free()
1024 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()
1697 switch (die_dt & DT_MASK) { in rswitch_ext_desc_get_len()
H A Drtsn.h422 DT_MASK = 0xf0, enumerator
H 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()
H A Drswitch.h867 DT_MASK = 0xf0, enumerator