/SCP-firmware-master/product/juno/scp_ramfw/ |
A D | config_scmi_reset_domain.c | 18 static const struct mod_scmi_reset_domain_device agent_device_table_ospm[] = { variable 31 .device_table = agent_device_table_ospm, 32 .agent_domain_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 61 .device_table = agent_device_table_ospm, 62 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/morello/scp_ramfw_soc/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[2] = { variable 34 .device_table = agent_device_table_ospm, 35 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/tc0/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 40 .device_table = agent_device_table_ospm, 41 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/tc1/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[3] = { variable 40 .device_table = agent_device_table_ospm, 41 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/tc2/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[3] = { variable 40 .device_table = agent_device_table_ospm, 41 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/sgm776/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 44 .device_table = agent_device_table_ospm, 45 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/sgm775/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 48 .device_table = agent_device_table_ospm, 49 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/module/scmi_clock/test/ |
A D | config_scmi_clock.h | 31 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 61 .device_table = agent_device_table_ospm, 62 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
A D | mod_scmi_clock_unit_test.c | 65 scmi_clock_ctx.clock_devices = FWK_ARRAY_SIZE(agent_device_table_ospm); in setUp()
|
/SCP-firmware-master/product/optee-fvp/fw/ |
A D | config_scmi_clock.c | 14 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 89 .device_table = agent_device_table_ospm, 90 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
/SCP-firmware-master/product/rcar/scp_ramfw/ |
A D | config_scmi_clock.c | 18 static const struct mod_scmi_clock_device agent_device_table_ospm[] = { variable 1030 .device_table = agent_device_table_ospm, 1031 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1034 .device_table = agent_device_table_ospm, 1035 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1038 .device_table = agent_device_table_ospm, 1039 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1042 .device_table = agent_device_table_ospm, 1043 .device_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|
A D | config_scmi_reset_domain.c | 19 static const struct mod_scmi_reset_domain_device agent_device_table_ospm[] = { variable 1089 .device_table = agent_device_table_ospm, 1090 .agent_domain_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1093 .device_table = agent_device_table_ospm, 1094 .agent_domain_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1097 .device_table = agent_device_table_ospm, 1098 .agent_domain_count = FWK_ARRAY_SIZE(agent_device_table_ospm), 1101 .device_table = agent_device_table_ospm, 1102 .agent_domain_count = FWK_ARRAY_SIZE(agent_device_table_ospm),
|