Searched refs:match_mask (Results 1 – 2 of 2) sorted by relevance
45 int match_mask; member71 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()
477 v4l2_std_id match_mask; in seek_firmware() local483 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()