Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h89 uint32_t timing_reg; member
/openbmc/qemu/hw/ide/
H A Dmacio.c284 retval = d->timing_reg; in pmac_ide_read()
332 d->timing_reg = val; in pmac_ide_write()
361 VMSTATE_UINT32(timing_reg, MACIOIDEState),
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c507 u32 timing_reg; in aspeed_spi_timing_calibration() local
521 timing_reg = readl(&priv->regs->timings + cs); in aspeed_spi_timing_calibration()
522 if (timing_reg != 0) in aspeed_spi_timing_calibration()
617 timing_reg = readl(&priv->regs->timings); in aspeed_spi_timing_calibration()
618 if (timing_reg != 0) in aspeed_spi_timing_calibration()
663 timing_reg &= ~(0xfu << hshift); in aspeed_spi_timing_calibration()
664 timing_reg |= delay << hshift; in aspeed_spi_timing_calibration()
668 debug("Read Timing Compensation set to 0x%08x\n", timing_reg); in aspeed_spi_timing_calibration()
669 writel(timing_reg, &priv->regs->timings); in aspeed_spi_timing_calibration()