Searched refs:map_mask (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | base.c | 2241 u32 map_mask, masked_id; in of_map_id() local 2264 map_mask = 0xffffffff; in of_map_id() 2271 of_property_read_u32(np, map_mask_name, &map_mask); in of_map_id() 2273 masked_id = map_mask & id; in of_map_id() 2281 if (id_base & ~map_mask) { in of_map_id() 2284 map_mask, id_base); in of_map_id() 2309 np, map_name, map_mask, id_base, out_base, in of_map_id()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | base.c | 1959 u32 map_mask, masked_id; in of_map_id() local 1982 map_mask = 0xffffffff; in of_map_id() 1989 of_property_read_u32(np, map_mask_name, &map_mask); in of_map_id() 1991 masked_id = map_mask & id; in of_map_id() 1999 if (id_base & ~map_mask) { in of_map_id() 2002 map_mask, id_base); in of_map_id() 2027 np, map_name, map_mask, id_base, out_base, in of_map_id()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_mr.c | 98 mem->map_mask = RXE_BUF_PER_MAP - 1; in rxe_mem_alloc() 245 *n_out = offset & mem->map_mask; in lookup_iova()
|
H A D | rxe_verbs.h | 311 int map_mask; member
|
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | regs.c | 205 unsigned long map_mask) in cxl_map_component_regs() 224 if (!test_bit(mi->rmap->id, &map_mask)) in cxl_map_component_regs() 203 cxl_map_component_regs(const struct cxl_register_map *map, struct cxl_component_regs *regs, unsigned long map_mask) cxl_map_component_regs() argument
|
/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | cxl.h | 278 unsigned long map_mask);
|
Completed in 17 milliseconds