Home
last modified time | relevance | path

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

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