Home
last modified time | relevance | path

Searched refs:fdod (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/x86/cpu/broadwell/
A Dlpc.c21 u32 fdod; in set_spi_speed() local
28 fdod = readl(SPI_REG(SPIBAR_FDOD)); in set_spi_speed()
29 fdod >>= 24; in set_spi_speed()
30 fdod &= 7; in set_spi_speed()
35 ssfc |= fdod; in set_spi_speed()
/u-boot/arch/x86/cpu/ivybridge/
A Dlpc.c413 u32 fdod; in set_spi_speed() local
419 fdod = readl(RCB_REG(SPI_FREQ_WR_ERA)); in set_spi_speed()
420 fdod >>= 24; in set_spi_speed()
421 fdod &= 7; in set_spi_speed()
424 clrsetbits_8(RCB_REG(SPI_FREQ_SWSEQ), 7, fdod); in set_spi_speed()
/u-boot/arch/x86/include/asm/
A Dfast_spi.h33 u32 fdod; member
/u-boot/drivers/spi/
A Dich.h44 uint32_t fdod; member
A Dich.c115 u32 fdod, speed; in ich9_can_do_33mhz() local
123 dm_pci_read_config32(priv->pch, 0xb4, &fdod); in ich9_can_do_33mhz()
126 speed = (fdod >> 21) & 7; in ich9_can_do_33mhz()

Completed in 7 milliseconds