Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds