Searched refs:cxl_decoder (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/cxl/core/ |
H A D | port.c | 100 struct cxl_decoder *cxld = to_cxl_decoder(dev); in start_show() 109 struct cxl_decoder *cxld = to_cxl_decoder(dev); in size_show() 119 struct cxl_decoder *cxld = to_cxl_decoder(dev); \ 135 struct cxl_decoder *cxld = to_cxl_decoder(dev); in target_type_show() 149 struct cxl_decoder *cxld = &cxlsd->cxld; in emit_target_list() 275 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_granularity_show() 285 struct cxl_decoder *cxld = to_cxl_decoder(dev); in interleave_ways_show() 409 static void __cxl_decoder_release(struct cxl_decoder *cxld) in __cxl_decoder_release() 488 struct cxl_decoder *to_cxl_decoder(struct device *dev) in to_cxl_decoder() 494 return container_of(dev, struct cxl_decoder, dev); in to_cxl_decoder() [all …]
|
H A D | hdm.c | 21 static int add_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in add_hdm_decoder() 541 static void cxld_set_interleave(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_interleave() 563 static void cxld_set_type(struct cxl_decoder *cxld, u32 *ctrl) in cxld_set_type() 618 static int cxl_decoder_commit(struct cxl_decoder *cxld) in cxl_decoder_commit() 709 struct cxl_decoder *cxld; in commit_reap() 725 void cxl_port_commit_reap(struct cxl_decoder *cxld) in cxl_port_commit_reap() 743 static void cxl_decoder_reset(struct cxl_decoder *cxld) in cxl_decoder_reset() 784 struct cxl_port *port, struct cxl_decoder *cxld, u64 *dpa_base, in cxl_setup_hdm_decoder_from_dvsec() 824 static int init_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, in init_hdm_decoder() 1022 struct cxl_decoder *cxld; in devm_cxl_enumerate_decoders()
|
H A D | region.c | 273 struct cxl_decoder *cxld; in cxl_region_decode_reset() 291 static int commit_decoder(struct cxl_decoder *cxld) in commit_decoder() 316 struct cxl_decoder *cxld; in cxl_region_decode_commit() 472 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_ways_store() 540 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in interleave_granularity_store() 783 struct cxl_decoder *cxld = to_cxl_decoder(dev); in check_commit_order() 798 struct cxl_decoder *cxld; in match_free_decoder() 830 struct cxl_decoder *cxld; in match_auto_decoder() 845 static struct cxl_decoder * 873 struct cxl_decoder *cxld) in auto_order_ok() [all …]
|
H A D | pci.c | 258 struct cxl_decoder *cxld; in dvsec_range_allowed() 1009 struct cxl_decoder *cxld; in __cxl_endpoint_decoder_reset_detected()
|
/linux/drivers/cxl/ |
H A D | acpi.c | 74 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in cxl_parse_cxims() 350 struct cxl_decoder *cxld; in DEFINE_FREE() 676 struct cxl_decoder *cxld; in add_root_nvdimm_bridge() 800 struct cxl_decoder *cxld = &cxlrd->cxlsd.cxld; in pair_cxl_resource()
|
/linux/tools/testing/cxl/test/ |
H A D | cxl.c | 673 static int mock_decoder_commit(struct cxl_decoder *cxld) in mock_decoder_commit() 696 static void mock_decoder_reset(struct cxl_decoder *cxld) in mock_decoder_reset() 714 static void default_mock_decoder(struct cxl_decoder *cxld) in default_mock_decoder() 730 struct cxl_decoder *cxld; in first_decoder() 740 static void mock_init_hdm_decoder(struct cxl_decoder *cxld) in mock_init_hdm_decoder() 870 struct cxl_decoder *cxld; in mock_cxl_enumerate_decoders()
|