Home
last modified time | relevance | path

Searched refs:cxl_register_map (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/cxl/core/
H A Dregs.c204 int cxl_map_component_regs(const struct cxl_register_map *map, in cxl_map_component_regs()
238 int cxl_map_device_regs(const struct cxl_register_map *map, in cxl_map_device_regs()
273 struct cxl_register_map *map) in cxl_decode_regblock()
303 struct cxl_register_map *map, int index) in __cxl_find_regblock_instance()
309 *map = (struct cxl_register_map) { in __cxl_find_regblock_instance()
362 struct cxl_register_map *map, unsigned int index) in cxl_find_regblock_instance()
380 struct cxl_register_map *map) in cxl_find_regblock()
397 struct cxl_register_map map; in cxl_count_regblock()
403 int cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs) in cxl_map_pmu_regs()
417 static int cxl_map_regblock(struct cxl_register_map *map) in cxl_map_regblock()
[all …]
H A Dpci.c54 struct cxl_register_map map; in devm_cxl_add_dport_by_dev()
701 struct cxl_register_map *map, in cxl_rcrb_get_comp_regs()
706 *map = (struct cxl_register_map) { in cxl_rcrb_get_comp_regs()
723 struct cxl_register_map *map) in cxl_pci_setup_regs()
H A Dras.c144 struct cxl_register_map *map = &dport->reg_map; in cxl_dport_map_ras()
184 struct cxl_register_map *map = &port->reg_map; in devm_cxl_port_ras_setup()
H A Dport.c756 static int cxl_setup_comp_regs(struct device *host, struct cxl_register_map *map, in cxl_setup_comp_regs()
759 *map = (struct cxl_register_map) { in cxl_setup_comp_regs()
1557 struct cxl_register_map map; in find_component_registers()
H A Dhdm.c137 struct cxl_register_map *reg_map = &port->reg_map; in devm_cxl_setup_hdm()
/linux/include/cxl/
H A Dpci.h17 struct cxl_register_map;
21 struct cxl_register_map *map);
H A Dcxl.h106 struct cxl_register_map { struct
180 struct cxl_register_map reg_map;
/linux/drivers/cxl/
H A Dcxl.h230 int cxl_map_component_regs(const struct cxl_register_map *map,
233 int cxl_map_device_regs(const struct cxl_register_map *map,
235 int cxl_map_pmu_regs(struct cxl_register_map *map, struct cxl_pmu_regs *regs);
241 struct cxl_register_map *map, unsigned int index);
243 struct cxl_register_map *map);
244 int cxl_setup_regs(struct cxl_register_map *map);
581 struct cxl_register_map reg_map;
649 struct cxl_register_map reg_map;
H A Dpci.c788 struct cxl_register_map map; in cxl_pci_probe()