Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dbmips_ram.c39 struct bmips_ram_hw { struct
45 const struct bmips_ram_hw *hw; argument
93 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info()
105 static const struct bmips_ram_hw bmips_ram_bcm6328 = {
109 static const struct bmips_ram_hw bmips_ram_bcm6338 = {
113 static const struct bmips_ram_hw bmips_ram_bcm6358 = {
133 const struct bmips_ram_hw *hw = in bmips_ram_probe()
134 (const struct bmips_ram_hw *)dev_get_driver_data(dev); in bmips_ram_probe()