Symbol: cxl_register_map
drivers/cxl/core/hdm.c
137
struct cxl_register_map *reg_map = &port->reg_map;
drivers/cxl/core/pci.c
53
struct cxl_register_map map;
drivers/cxl/core/port.c
1547
struct cxl_register_map map;
drivers/cxl/core/port.c
753
static int cxl_setup_comp_regs(struct device *host, struct cxl_register_map *map,
drivers/cxl/core/port.c
756
*map = (struct cxl_register_map) {
drivers/cxl/core/ras.c
132
struct cxl_register_map *map = &dport->reg_map;
drivers/cxl/core/ras.c
172
struct cxl_register_map *map = &port->reg_map;
drivers/cxl/core/regs.c
203
int cxl_map_component_regs(const struct cxl_register_map *map,
drivers/cxl/core/regs.c
237
int cxl_map_device_regs(const struct cxl_register_map *map,
drivers/cxl/core/regs.c
272
struct cxl_register_map *map)
drivers/cxl/core/regs.c
302
struct cxl_register_map *map, int index)
drivers/cxl/core/regs.c
308
*map = (struct cxl_register_map) {
drivers/cxl/core/regs.c
361
struct cxl_register_map *map, unsigned int index)
drivers/cxl/core/regs.c
379
struct cxl_register_map *map)
drivers/cxl/core/regs.c
396
struct cxl_register_map map;
drivers/cxl/core/regs.c
402
int cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs)
drivers/cxl/core/regs.c
416
static int cxl_map_regblock(struct cxl_register_map *map)
drivers/cxl/core/regs.c
430
static void cxl_unmap_regblock(struct cxl_register_map *map)
drivers/cxl/core/regs.c
436
static int cxl_probe_regs(struct cxl_register_map *map)
drivers/cxl/core/regs.c
470
int cxl_setup_regs(struct cxl_register_map *map)
drivers/cxl/cxl.h
299
int cxl_map_component_regs(const struct cxl_register_map *map,
drivers/cxl/cxl.h
302
int cxl_map_device_regs(const struct cxl_register_map *map,
drivers/cxl/cxl.h
304
int cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs);
drivers/cxl/cxl.h
310
struct cxl_register_map *map, unsigned int index);
drivers/cxl/cxl.h
312
struct cxl_register_map *map);
drivers/cxl/cxl.h
313
int cxl_setup_regs(struct cxl_register_map *map);
drivers/cxl/cxl.h
647
struct cxl_register_map reg_map;
drivers/cxl/cxl.h
715
struct cxl_register_map reg_map;
drivers/cxl/cxlmem.h
441
struct cxl_register_map reg_map;
drivers/cxl/pci.c
478
struct cxl_register_map *map,
drivers/cxl/pci.c
483
*map = (struct cxl_register_map) {
drivers/cxl/pci.c
505
struct cxl_register_map *map)
drivers/cxl/pci.c
863
struct cxl_register_map map;