Searched refs:amd_create_struct (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/src/soc/amd/common/pi/ |
H A D | agesawrapper.c | 54 static AGESA_STATUS amd_create_struct(AMD_INTERFACE_PARAMS *aip, in amd_create_struct() function 408 amd_create_struct(aip, func, &sp, sizeof(sp)); in agesa_execute_state() 410 amd_create_struct(aip, func, NULL, 0); in agesa_execute_state()
|
/aosp_15_r20/external/coreboot/src/drivers/amd/agesa/ |
H A D | state_machine.c | 65 static AGESA_STATUS amd_create_struct(AMD_INTERFACE_PARAMS *aip, in amd_create_struct() function 240 status = amd_create_struct(&aip, func, buf, len); in agesa_execute_state()
|