iprop             175 arch/powerpc/platforms/85xx/p1022_ds.c 	const __be32 *iprop;
iprop             216 arch/powerpc/platforms/85xx/p1022_ds.c 	iprop = of_get_property(law_node, "fsl,num-laws", NULL);
iprop             217 arch/powerpc/platforms/85xx/p1022_ds.c 	if (!iprop) {
iprop             221 arch/powerpc/platforms/85xx/p1022_ds.c 	num_laws = be32_to_cpup(iprop);
iprop             840 drivers/iommu/fsl_pamu.c 	const __be32 *iprop;
iprop             854 drivers/iommu/fsl_pamu.c 	iprop = of_get_property(np, "fsl,num-laws", NULL);
iprop             855 drivers/iommu/fsl_pamu.c 	if (!iprop) {
iprop             860 drivers/iommu/fsl_pamu.c 	num_laws = be32_to_cpup(iprop);
iprop             883 drivers/iommu/fsl_pamu.c 	iprop = of_get_property(np, "fsl,ccf-num-csdids", NULL);
iprop             884 drivers/iommu/fsl_pamu.c 	if (!iprop) {
iprop             889 drivers/iommu/fsl_pamu.c 	num_csds = be32_to_cpup(iprop);
iprop             259 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		const uint32_t *iprop;
iprop             274 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		iprop = of_get_property(np, "cell-index", NULL);
iprop             275 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		if (!iprop) {
iprop             276 drivers/net/ethernet/freescale/fsl_pq_mdio.c 			iprop = of_get_property(np, "device-id", NULL);
iprop             277 drivers/net/ethernet/freescale/fsl_pq_mdio.c 			if (!iprop) {
iprop             284 drivers/net/ethernet/freescale/fsl_pq_mdio.c 		id = be32_to_cpup(iprop);
iprop             102 drivers/net/phy/mdio-mux-mmioreg.c 	const __be32 *iprop;
iprop             127 drivers/net/phy/mdio-mux-mmioreg.c 	iprop = of_get_property(np, "mux-mask", &len);
iprop             128 drivers/net/phy/mdio-mux-mmioreg.c 	if (!iprop || len != sizeof(uint32_t)) {
iprop             132 drivers/net/phy/mdio-mux-mmioreg.c 	if (be32_to_cpup(iprop) >= BIT(s->iosize * 8)) {
iprop             136 drivers/net/phy/mdio-mux-mmioreg.c 	s->mask = be32_to_cpup(iprop);
iprop             143 drivers/net/phy/mdio-mux-mmioreg.c 		iprop = of_get_property(np2, "reg", &len);
iprop             144 drivers/net/phy/mdio-mux-mmioreg.c 		if (!iprop || len != sizeof(uint32_t)) {
iprop             150 drivers/net/phy/mdio-mux-mmioreg.c 		if (be32_to_cpup(iprop) & ~s->mask) {
iprop             608 drivers/soc/fsl/qe/qe.c 		const u64 *iprop = prop->value;
iprop             610 drivers/soc/fsl/qe/qe.c 		qe_firmware_info.extended_modes = *iprop;
iprop             615 drivers/soc/fsl/qe/qe.c 		const u32 *iprop = prop->value;
iprop             618 drivers/soc/fsl/qe/qe.c 			qe_firmware_info.vtraps[i] = iprop[i];
iprop             242 drivers/spi/spi-fsl-cpm.c 	const u32 *iprop;
iprop             248 drivers/spi/spi-fsl-cpm.c 	iprop = of_get_property(np, "reg", &size);
iprop             251 drivers/spi/spi-fsl-cpm.c 	if (mspi->flags & SPI_QE && iprop && size == sizeof(*iprop) * 4)
iprop             252 drivers/spi/spi-fsl-cpm.c 		return cpm_muram_alloc_fixed(iprop[2], SPI_PRAM_SIZE);
iprop             279 drivers/spi/spi-fsl-cpm.c 	const u32 *iprop;
iprop             290 drivers/spi/spi-fsl-cpm.c 		iprop = of_get_property(np, "cell-index", &size);
iprop             291 drivers/spi/spi-fsl-cpm.c 		if (iprop && size == sizeof(*iprop))
iprop             292 drivers/spi/spi-fsl-cpm.c 			mspi->subblock = *iprop;
iprop             111 drivers/tty/ehv_bytechan.c 	const uint32_t *iprop;
iprop             129 drivers/tty/ehv_bytechan.c 	iprop = of_get_property(np, "hv-handle", NULL);
iprop             130 drivers/tty/ehv_bytechan.c 	if (!iprop) {
iprop             135 drivers/tty/ehv_bytechan.c 	stdout_bc = be32_to_cpu(*iprop);
iprop             671 drivers/tty/ehv_bytechan.c 	const uint32_t *iprop;
iprop             677 drivers/tty/ehv_bytechan.c 	iprop = of_get_property(np, "hv-handle", NULL);
iprop             678 drivers/tty/ehv_bytechan.c 	if (!iprop) {
iprop             688 drivers/tty/ehv_bytechan.c 	handle = be32_to_cpu(*iprop);
iprop            1194 drivers/tty/serial/ucc_uart.c 	const unsigned int *iprop;      /* Integer OF properties */
iprop            1277 drivers/tty/serial/ucc_uart.c 	iprop = of_get_property(np, "cell-index", NULL);
iprop            1278 drivers/tty/serial/ucc_uart.c 	if (!iprop) {
iprop            1279 drivers/tty/serial/ucc_uart.c 		iprop = of_get_property(np, "device-id", NULL);
iprop            1280 drivers/tty/serial/ucc_uart.c 		if (!iprop) {
iprop            1288 drivers/tty/serial/ucc_uart.c 	if ((*iprop < 1) || (*iprop > UCC_MAX_NUM)) {
iprop            1289 drivers/tty/serial/ucc_uart.c 		dev_err(&ofdev->dev, "no support for UCC%u\n", *iprop);
iprop            1293 drivers/tty/serial/ucc_uart.c 	qe_port->ucc_num = *iprop - 1;
iprop            1337 drivers/tty/serial/ucc_uart.c 	iprop = of_get_property(np, "port-number", NULL);
iprop            1338 drivers/tty/serial/ucc_uart.c 	if (!iprop) {
iprop            1343 drivers/tty/serial/ucc_uart.c 	qe_port->port.line = *iprop;
iprop            1373 drivers/tty/serial/ucc_uart.c 	iprop = of_get_property(np, "brg-frequency", NULL);
iprop            1374 drivers/tty/serial/ucc_uart.c 	if (!iprop) {
iprop            1381 drivers/tty/serial/ucc_uart.c 	if (*iprop)
iprop            1382 drivers/tty/serial/ucc_uart.c 		qe_port->port.uartclk = *iprop;
iprop            1389 drivers/tty/serial/ucc_uart.c 		iprop = of_get_property(np, "bus-frequency", NULL);
iprop            1390 drivers/tty/serial/ucc_uart.c 		if (!iprop) {
iprop            1396 drivers/tty/serial/ucc_uart.c 		if (*iprop)
iprop            1397 drivers/tty/serial/ucc_uart.c 			qe_port->port.uartclk = *iprop / 2;
iprop             570 drivers/usb/host/fhci-hcd.c 	const u32 *iprop;
iprop             593 drivers/usb/host/fhci-hcd.c 	iprop = of_get_property(node, "hub-power-budget", &size);
iprop             594 drivers/usb/host/fhci-hcd.c 	if (iprop && size == sizeof(*iprop))
iprop             595 drivers/usb/host/fhci-hcd.c 		hcd->power_budget = *iprop;
iprop             613 drivers/usb/host/fhci-hcd.c 	iprop = of_get_property(node, "reg", &size);
iprop             614 drivers/usb/host/fhci-hcd.c 	if (!iprop || size < sizeof(*iprop) * 4) {
iprop             890 sound/soc/fsl/fsl_dma.c 	const uint32_t *iprop;
iprop             923 sound/soc/fsl/fsl_dma.c 	iprop = of_get_property(ssi_np, "fsl,fifo-depth", NULL);
iprop             924 sound/soc/fsl/fsl_dma.c 	if (iprop)
iprop             925 sound/soc/fsl/fsl_dma.c 		dma->ssi_fifo_depth = be32_to_cpup(iprop);
iprop             924 sound/soc/fsl/fsl_esai.c 	const __be32 *iprop;
iprop             993 sound/soc/fsl/fsl_esai.c 	iprop = of_get_property(np, "fsl,fifo-depth", NULL);
iprop             994 sound/soc/fsl/fsl_esai.c 	if (iprop)
iprop             995 sound/soc/fsl/fsl_esai.c 		esai_priv->fifo_depth = be32_to_cpup(iprop);
iprop            1380 sound/soc/fsl/fsl_ssi.c 	const __be32 *iprop;
iprop            1422 sound/soc/fsl/fsl_ssi.c 	iprop = of_get_property(np, "fsl,fifo-depth", NULL);
iprop            1423 sound/soc/fsl/fsl_ssi.c 	if (iprop)
iprop            1424 sound/soc/fsl/fsl_ssi.c 		ssi->fifo_depth = be32_to_cpup(iprop);
iprop              35 sound/soc/fsl/fsl_utils.c 	const __be32 *iprop;
iprop              63 sound/soc/fsl/fsl_utils.c 	iprop = of_get_property(dma_channel_np, "cell-index", NULL);
iprop              64 sound/soc/fsl/fsl_utils.c 	if (!iprop) {
iprop              68 sound/soc/fsl/fsl_utils.c 	*dma_channel_id = be32_to_cpup(iprop);
iprop              71 sound/soc/fsl/fsl_utils.c 	iprop = of_get_property(dma_np, "cell-index", NULL);
iprop              72 sound/soc/fsl/fsl_utils.c 	if (!iprop) {
iprop              77 sound/soc/fsl/fsl_utils.c 	*dma_id = be32_to_cpup(iprop);
iprop             195 sound/soc/fsl/mpc8610_hpcd.c 	const u32 *iprop;
iprop             249 sound/soc/fsl/mpc8610_hpcd.c 	iprop = of_get_property(np, "cell-index", NULL);
iprop             250 sound/soc/fsl/mpc8610_hpcd.c 	if (!iprop) {
iprop             255 sound/soc/fsl/mpc8610_hpcd.c 	machine_data->ssi_id = be32_to_cpup(iprop);
iprop             275 sound/soc/fsl/mpc8610_hpcd.c 		iprop = of_get_property(codec_np, "clock-frequency", NULL);
iprop             276 sound/soc/fsl/mpc8610_hpcd.c 		if (!iprop || !*iprop) {
iprop             282 sound/soc/fsl/mpc8610_hpcd.c 		machine_data->clk_frequency = be32_to_cpup(iprop);
iprop             205 sound/soc/fsl/p1022_ds.c 	const u32 *iprop;
iprop             260 sound/soc/fsl/p1022_ds.c 	iprop = of_get_property(np, "cell-index", NULL);
iprop             261 sound/soc/fsl/p1022_ds.c 	if (!iprop) {
iprop             266 sound/soc/fsl/p1022_ds.c 	mdata->ssi_id = be32_to_cpup(iprop);
iprop             286 sound/soc/fsl/p1022_ds.c 		iprop = of_get_property(codec_np, "clock-frequency", NULL);
iprop             287 sound/soc/fsl/p1022_ds.c 		if (!iprop || !*iprop) {
iprop             293 sound/soc/fsl/p1022_ds.c 		mdata->clk_frequency = be32_to_cpup(iprop);
iprop             207 sound/soc/fsl/p1022_rdk.c 	const u32 *iprop;
iprop             277 sound/soc/fsl/p1022_rdk.c 	iprop = of_get_property(codec_np, "clock-frequency", NULL);
iprop             278 sound/soc/fsl/p1022_rdk.c 	if (!iprop || !*iprop) {
iprop             283 sound/soc/fsl/p1022_rdk.c 	mdata->clk_frequency = be32_to_cpup(iprop);