Home
last modified time | relevance | path

Searched refs:ssfc (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dlpc.c20 u8 ssfc; in set_spi_speed() local
31 ssfc = readb(SPI_REG(SPIBAR_SSFC + 2)); in set_spi_speed()
32 ssfc &= ~7; in set_spi_speed()
33 ssfc |= fdod; in set_spi_speed()
34 writeb(ssfc, SPI_REG(SPIBAR_SSFC + 2)); in set_spi_speed()
/openbmc/u-boot/drivers/spi/
H A Dich.h36 uint8_t ssfc[3]; member
H A Dich.c149 ctlr->control = offsetof(struct ich9_spi_regs, ssfc); in ich_init_controller()