Home
last modified time | relevance | path

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

/external/u-boot/drivers/ram/
Dbmips_ram.c40 struct bmips_ram_hw { struct
46 const struct bmips_ram_hw *hw; argument
104 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info()
116 static const struct bmips_ram_hw bmips_ram_bcm6318 = {
120 static const struct bmips_ram_hw bmips_ram_bcm6328 = {
124 static const struct bmips_ram_hw bmips_ram_bcm6338 = {
128 static const struct bmips_ram_hw bmips_ram_bcm6358 = {
151 const struct bmips_ram_hw *hw = in bmips_ram_probe()
152 (const struct bmips_ram_hw *)dev_get_driver_data(dev); in bmips_ram_probe()