Searched refs:mask_l (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/mips/sibyte/bcm1480/ |
D | irq.c | 309 unsigned long long mask_h, mask_l; in dispatch_ip2() local 321 mask_l = __raw_readq( in dispatch_ip2() 327 else if (mask_l) in dispatch_ip2() 328 do_IRQ(63 + fls64(mask_l)); in dispatch_ip2()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp.c | 756 u32 addr_h, addr_l, mask_h, mask_l; in bcmasp_set_mda_filter() local 763 bcmasp_addr_to_uint(priv->mda_filters[i].mask, &mask_h, &mask_l); in bcmasp_set_mda_filter() 768 rx_filter_core_wl(priv, mask_l, ASP_RX_FILTER_MDA_MSK_L(i)); in bcmasp_set_mda_filter()
|
/linux-6.12.1/drivers/perf/ |
D | arm-ccn.c | 944 u64 mask_l = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].l; in arm_ccn_pmu_xp_watchpoint_config() local 974 writel(mask_l & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_L(wp)); in arm_ccn_pmu_xp_watchpoint_config() 975 writel((mask_l >> 32) & 0x7fffffff, in arm_ccn_pmu_xp_watchpoint_config()
|