Searched refs:gpe_configure_sci (Results 1 – 10 of 10) sorted by relevance
/external/coreboot/src/soc/amd/picasso/ |
D | xhci.c | 51 gpe_configure_sci(xhci_sci_sources, 1); in configure_xhci_sci() 53 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources)); in configure_xhci_sci()
|
/external/coreboot/src/soc/amd/mendocino/ |
D | xhci.c | 67 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources)); in configure_xhci_sci() 69 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources) - 1); in configure_xhci_sci()
|
/external/coreboot/src/mainboard/google/guybrush/ |
D | ec.c | 32 gpe_configure_sci(espi_sci_sources, ARRAY_SIZE(espi_sci_sources)); in mainboard_ec_init()
|
/external/coreboot/src/mainboard/google/skyrim/ |
D | ec.c | 32 gpe_configure_sci(espi_sci_sources, ARRAY_SIZE(espi_sci_sources)); in mainboard_ec_init()
|
/external/coreboot/src/mainboard/google/myst/ |
D | ec.c | 32 gpe_configure_sci(espi_sci_sources, ARRAY_SIZE(espi_sci_sources)); in mainboard_ec_init()
|
/external/coreboot/src/soc/amd/common/block/include/amdblocks/ |
D | smi.h | 48 void gpe_configure_sci(const struct sci_source *scis, size_t num_gpes);
|
/external/coreboot/src/soc/amd/cezanne/ |
D | xhci.c | 50 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources)); in configure_xhci_sci()
|
/external/coreboot/src/soc/amd/glinda/ |
D | xhci.c | 64 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources) - 1); in configure_xhci_sci()
|
/external/coreboot/src/soc/amd/phoenix/ |
D | xhci.c | 73 gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources)); in configure_xhci_sci()
|
/external/coreboot/src/soc/amd/common/block/smi/ |
D | smi_util.c | 116 void gpe_configure_sci(const struct sci_source *scis, size_t num_gpes) in gpe_configure_sci() function
|