Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c1121 uint64_t found_mask = 0; in kfd_dbg_set_enabled_debug_exception_mask() local
1130 found_mask |= target->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1137 found_mask |= pqn->q->properties.exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1143 found_mask |= pdd->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1146 if (exception_set_mask & found_mask) in kfd_dbg_set_enabled_debug_exception_mask()
/linux-6.15/drivers/net/ethernet/sun/
H A Dniu.c8095 unsigned int found_mask = 0; in niu_pci_vpd_scan_props() local
8112 if (found_mask == FOUND_MASK_ALL) { in niu_pci_vpd_scan_props()
8135 found_mask |= FOUND_MASK_MODEL; in niu_pci_vpd_scan_props()
8139 found_mask |= FOUND_MASK_BMODEL; in niu_pci_vpd_scan_props()
8143 found_mask |= FOUND_MASK_VERS; in niu_pci_vpd_scan_props()
8147 found_mask |= FOUND_MASK_MAC; in niu_pci_vpd_scan_props()
8151 found_mask |= FOUND_MASK_NMAC; in niu_pci_vpd_scan_props()
8155 found_mask |= FOUND_MASK_PHY; in niu_pci_vpd_scan_props()