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

/linux-4.4.14/drivers/clocksource/
H A Dbcm2835_timer.c45 int match_mask; member in struct:bcm2835_timer
71 if (readl_relaxed(timer->control) & timer->match_mask) { bcm2835_time_interrupt()
72 writel_relaxed(timer->match_mask, timer->control); bcm2835_time_interrupt()
113 timer->match_mask = BIT(DEFAULT_TIMER); bcm2835_timer_init()
/linux-4.4.14/drivers/media/tuners/
H A Dtuner-xc2028.c477 v4l2_std_id match_mask; seek_firmware() local
483 match_mask = *id & priv->firm[i].id; seek_firmware()
484 if (!match_mask) seek_firmware()
487 if ((*id & match_mask) == *id) seek_firmware()
490 nr_matches = hweight64(match_mask); seek_firmware()

Completed in 90 milliseconds