Searched refs:regaddr_p (Results 1 – 2 of 2) sorted by relevance
40 const u32 *regaddr_p; in bcom_sram_init() local93 regaddr_p = NULL; in bcom_sram_init()96 if (!regaddr_p || !psize) { in bcom_sram_init()102 phys_addr_t zbase = of_translate_address(sram_node, regaddr_p); in bcom_sram_init()103 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); in bcom_sram_init()104 regaddr_p += 2; in bcom_sram_init()
1371 const __be32 *regaddr_p; in bcm2835_probe() local1393 regaddr_p = of_get_address(pdev->dev.of_node, 0, NULL, NULL); in bcm2835_probe()1394 if (!regaddr_p) { in bcm2835_probe()1400 host->phys_addr = be32_to_cpup(regaddr_p); in bcm2835_probe()
Completed in 7 milliseconds