Searched refs:mask_h (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/mips/sibyte/bcm1480/ |
| H A D | irq.c | 309 unsigned long long mask_h, mask_l; in dispatch_ip2() local 319 mask_h = __raw_readq( in dispatch_ip2() 324 if (mask_h) { in dispatch_ip2() 325 if (mask_h ^ 1) in dispatch_ip2() 326 do_IRQ(fls64(mask_h) - 1); in dispatch_ip2()
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp.c | 757 u32 addr_h, addr_l, mask_h, mask_l; in bcmasp_set_mda_filter() local 764 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_h, ASP_RX_FILTER_MDA_MSK_H(i)); in bcmasp_set_mda_filter()
|
| /linux/drivers/perf/ |
| H A D | arm-ccn.c | 945 u64 mask_h = ccn->dt.cmp_mask[CCN_CONFIG_MASK(event->attr.config)].h; in arm_ccn_pmu_xp_watchpoint_config() local 977 writel(mask_h & 0xffffffff, source->base + CCN_XP_DT_CMP_MASK_H(wp)); in arm_ccn_pmu_xp_watchpoint_config() 978 writel((mask_h >> 32) & 0x0fffffff, in arm_ccn_pmu_xp_watchpoint_config()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 4224 struct ethhdr *spec_h, *mask_h; in iavf_add_cls_u32() local 4251 mask_h = (struct ethhdr *)hdrs->raw.mask; in iavf_add_cls_u32() 4253 mask_h->h_proto = htons(0xFFFF); in iavf_add_cls_u32()
|