Searched refs:map_mask (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | base.c | 2125 u32 map_mask, masked_id; in of_map_id() local 2148 map_mask = 0xffffffff; in of_map_id() 2155 of_property_read_u32(np, map_mask_name, &map_mask); in of_map_id() 2157 masked_id = map_mask & id; in of_map_id() 2165 if (id_base & ~map_mask) { in of_map_id() 2168 map_mask, id_base); in of_map_id() 2193 np, map_name, map_mask, id_base, out_base, in of_map_id()
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | regs.c | 203 struct cxl_register_map *map, unsigned long map_mask) in cxl_map_component_regs() argument 221 if (!test_bit(mi->rmap->id, &map_mask)) in cxl_map_component_regs()
|
/linux-6.3-rc2/drivers/cxl/ |
A D | cxl.h | 258 unsigned long map_mask);
|
Completed in 14 milliseconds