Searched refs:sbasep (Results 1 – 4 of 4) sorted by relevance
12 int pch_get_spi_base(struct udevice *dev, ulong *sbasep) in pch_get_spi_base() argument16 *sbasep = 0; in pch_get_spi_base()20 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
13 static int pch7_get_spi_base(struct udevice *dev, ulong *sbasep) in pch7_get_spi_base() argument20 *sbasep = rcba + 0x3020; in pch7_get_spi_base()
16 static int pch9_get_spi_base(struct udevice *dev, ulong *sbasep) in pch9_get_spi_base() argument21 *sbasep = sbase_addr & 0xfffffe00; in pch9_get_spi_base()
20 static int sandbox_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in sandbox_pch_get_spi_base() argument22 *sbasep = 0x10; in sandbox_pch_get_spi_base()
Completed in 18 milliseconds