Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/
H A Dbmips_ram.c40 struct bmips_ram_hw { struct
47 const struct bmips_ram_hw *hw; argument
105 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info()
120 static const struct bmips_ram_hw bmips_ram_bcm6318 = {
124 static const struct bmips_ram_hw bmips_ram_bcm6328 = {
128 static const struct bmips_ram_hw bmips_ram_bcm6338 = {
132 static const struct bmips_ram_hw bmips_ram_bcm6358 = {
155 const struct bmips_ram_hw *hw = in bmips_ram_probe()
156 (const struct bmips_ram_hw *)dev_get_driver_data(dev); in bmips_ram_probe()