Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dbcm2835_timer.c32 int match_mask; member
58 if (readl_relaxed(timer->control) & timer->match_mask) { in bcm2835_time_interrupt()
59 writel_relaxed(timer->match_mask, timer->control); in bcm2835_time_interrupt()
110 timer->match_mask = BIT(DEFAULT_TIMER); in bcm2835_timer_init()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32_parse.h252 u32 match_mask; member
262 .match_off = 8, .match_val = 0x600, .match_mask = 0xFF00,
265 .match_off = 8, .match_val = 0x1100, .match_mask = 0xFF00,
275 .match_off = 4, .match_val = 0x60000, .match_mask = 0xFF0000,
278 .match_off = 4, .match_val = 0x110000, .match_mask = 0xFF0000,
Dcxgb4_tc_u32.c250 next[i].match_mask == mask) { in cxgb4_config_knode()
/Linux-v5.4/drivers/media/tuners/
Dtuner-xc2028.c477 v4l2_std_id match_mask; in seek_firmware() local
483 match_mask = *id & priv->firm[i].id; in seek_firmware()
484 if (!match_mask) in seek_firmware()
487 if ((*id & match_mask) == *id) in seek_firmware()
490 nr_matches = hweight64(match_mask); in seek_firmware()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2394 void *match_mask = headers_c + f->match_offset; in offload_pedit_fields() local
2402 match_mask, f->size)) in offload_pedit_fields()