1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * SPI VSCC configuration
9 #define SPI_VSCC (WG_64_BYTE | EO(0x20) | BES_4_KB)
11 static const struct vscc_config spi_config
= {
16 int mainboard_get_spi_vscc_config(struct vscc_config
*cfg
)
18 memcpy(cfg
, &spi_config
, sizeof(*cfg
));