Lines Matching full:node

136  * @node:    Device tree node associated with ths module in question
143 static int mpc83xx_sdram_static_init(ofnode node, u32 cs, u32 mapaddr, u32 size) in mpc83xx_sdram_static_init() argument
158 auto_precharge = ofnode_read_u32_default(node, "auto_precharge", 0); in mpc83xx_sdram_static_init()
165 ofnode_get_name(node), auto_precharge); in mpc83xx_sdram_static_init()
169 odt_rd_cfg = ofnode_read_u32_default(node, "odt_rd_cfg", 0); in mpc83xx_sdram_static_init()
175 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
187 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
196 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
200 odt_wr_cfg = ofnode_read_u32_default(node, "odt_wr_cfg", 0); in mpc83xx_sdram_static_init()
206 ofnode_get_name(node), odt_wr_cfg); in mpc83xx_sdram_static_init()
218 ofnode_get_name(node), odt_wr_cfg); in mpc83xx_sdram_static_init()
227 ofnode_get_name(node), odt_wr_cfg); in mpc83xx_sdram_static_init()
231 bank_bits = ofnode_read_u32_default(node, "bank_bits", 0); in mpc83xx_sdram_static_init()
241 ofnode_get_name(node), bank_bits); in mpc83xx_sdram_static_init()
245 row_bits = ofnode_read_u32_default(node, "row_bits", 0); in mpc83xx_sdram_static_init()
258 ofnode_get_name(node), row_bits); in mpc83xx_sdram_static_init()
262 col_bits = ofnode_read_u32_default(node, "col_bits", 0); in mpc83xx_sdram_static_init()
278 ofnode_get_name(node), col_bits); in mpc83xx_sdram_static_init()
292 * @node: Device tree node associated with ths module in question
299 static int mpc83xx_sdram_spd_init(ofnode node, u32 cs, u32 mapaddr, u32 size) in mpc83xx_sdram_spd_init() argument