Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dbcm2835_timer.c45 int match_mask; member
71 if (readl_relaxed(timer->control) & timer->match_mask) { in bcm2835_time_interrupt()
72 writel_relaxed(timer->match_mask, timer->control); in bcm2835_time_interrupt()
113 timer->match_mask = BIT(DEFAULT_TIMER); in bcm2835_timer_init()
/linux-4.4.14/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()