Home
last modified time | relevance | path

Searched refs:sci_source (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/
H A Dsmi.h37 struct sci_source { struct
46 void configure_scimap(const struct sci_source *sci); argument
48 void gpe_configure_sci(const struct sci_source *scis, size_t num_gpes);
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/smi/
H A Dsmi_util.c78 void configure_scimap(const struct sci_source *sci) in configure_scimap()
116 void gpe_configure_sci(const struct sci_source *scis, size_t num_gpes) in gpe_configure_sci()
/aosp_15_r20/external/coreboot/src/mainboard/google/skyrim/
H A Dec.c10 static const struct sci_source espi_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/mainboard/google/guybrush/
H A Dec.c10 static const struct sci_source espi_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/mainboard/google/myst/
H A Dec.c10 static const struct sci_source espi_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/cezanne/
H A Dxhci.c12 static const struct sci_source xhci_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/picasso/
H A Dxhci.c12 static const struct sci_source xhci_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/glinda/
H A Dxhci.c14 static const struct sci_source xhci_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/mendocino/
H A Dxhci.c15 static const struct sci_source xhci_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/phoenix/
H A Dxhci.c13 static const struct sci_source xhci_sci_sources[] = {
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/gpio/
H A Dgpio.c109 struct sci_source sci; in program_sci()