Searched refs:target_map (Results 1 – 7 of 7) sorted by relevance
| /drivers/cxl/core/ |
| A D | hdm.c | 25 int *target_map) in add_hdm_decoder() argument 29 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder() 987 int *target_map, void __iomem *hdm, int which, in init_hdm_decoder() argument 1106 target_map[i] = target_list.target_id[i]; in init_hdm_decoder() 1182 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in devm_cxl_enumerate_decoders() local 1210 rc = init_hdm_decoder(port, cxld, target_map, hdm, i, in devm_cxl_enumerate_decoders() 1219 rc = add_hdm_decoder(port, cxld, target_map); in devm_cxl_enumerate_decoders()
|
| A D | port.c | 1707 struct cxl_port *port, int *target_map) in decoder_populate_targets() argument 1711 if (!target_map) in decoder_populate_targets() 1721 struct cxl_dport *dport = find_dport(port, target_map[i]); in decoder_populate_targets() 1929 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() argument 1950 rc = decoder_populate_targets(cxlsd, port, target_map); in cxl_decoder_add_locked() 1979 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add() argument 1992 return cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
|
| /drivers/cxl/ |
| A D | acpi.c | 401 int target_map[CXL_DECODER_MAX_INTERLEAVE]; in DEFINE_FREE() local 420 target_map[i] = cfmws->interleave_targets[i]; in DEFINE_FREE() 478 rc = cxl_decoder_add(cxld, target_map); in DEFINE_FREE()
|
| A D | cxl.h | 784 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map); 786 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
|
| /drivers/scsi/ |
| A D | mvumi.h | 518 unsigned char *target_map; member
|
| A D | mvumi.c | 774 if (!(mhba->target_map[device_id / bitcount] & in mvumi_flush_cache() 1027 mhba->target_map = virmem; in mvumi_init_data() 2013 mhba->target_map[sdev->id / bitcount] |= (1 << (sdev->id % bitcount)); in mvumi_sdev_configure()
|
| /drivers/soc/tegra/cbb/ |
| A D | tegra234-cbb.c | 137 const struct tegra234_target_lookup *target_map; member 319 const struct tegra234_target_lookup *map = cbb->fabric->fab_list[fab_id].target_map; in tegra234_sw_lookup_target_timeout()
|
Completed in 30 milliseconds