Home
last modified time | relevance | path

Searched refs:sbasep (Results 1 – 4 of 4) sorted by relevance

/drivers/pch/
A Dpch-uclass.c12 int pch_get_spi_base(struct udevice *dev, ulong *sbasep) in pch_get_spi_base() argument
16 *sbasep = 0; in pch_get_spi_base()
20 return ops->get_spi_base(dev, sbasep); in pch_get_spi_base()
A Dpch7.c13 static int pch7_get_spi_base(struct udevice *dev, ulong *sbasep) in pch7_get_spi_base() argument
20 *sbasep = rcba + 0x3020; in pch7_get_spi_base()
A Dpch9.c16 static int pch9_get_spi_base(struct udevice *dev, ulong *sbasep) in pch9_get_spi_base() argument
21 *sbasep = sbase_addr & 0xfffffe00; in pch9_get_spi_base()
A Dsandbox_pch.c20 static int sandbox_pch_get_spi_base(struct udevice *dev, ulong *sbasep) in sandbox_pch_get_spi_base() argument
22 *sbasep = 0x10; in sandbox_pch_get_spi_base()

Completed in 18 milliseconds