Lines Matching refs:pval
1930 const u32 *pval; in ppc4xx_pciex_port_setup_hose() local
2036 pval = of_get_property(port->node, "vendor-id", NULL); in ppc4xx_pciex_port_setup_hose()
2037 if (pval) { in ppc4xx_pciex_port_setup_hose()
2038 val = *pval; in ppc4xx_pciex_port_setup_hose()
2047 pval = of_get_property(port->node, "device-id", NULL); in ppc4xx_pciex_port_setup_hose()
2048 if (pval) { in ppc4xx_pciex_port_setup_hose()
2049 val = *pval; in ppc4xx_pciex_port_setup_hose()
2089 const u32 *pval; in ppc4xx_probe_pciex_bridge() local
2101 pval = of_get_property(np, "port", NULL); in ppc4xx_probe_pciex_bridge()
2102 if (pval == NULL) { in ppc4xx_probe_pciex_bridge()
2107 portno = *pval; in ppc4xx_probe_pciex_bridge()
2126 pval = of_get_property(np, "sdr-base", NULL); in ppc4xx_probe_pciex_bridge()
2127 if (pval == NULL) { in ppc4xx_probe_pciex_bridge()
2132 port->sdr_base = *pval; in ppc4xx_probe_pciex_bridge()