Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dimx_rproc.c255 int a, b = 0, err, nph; in imx_rproc_addr_init() local
279 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
280 if (nph <= 0) in imx_rproc_addr_init()
284 for (a = 0; a < nph; a++) { in imx_rproc_addr_init()
/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dmac.c601 int err, i, nph; in mac_probe() local
735 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL); in mac_probe()
736 if (unlikely(nph < 0)) { in mac_probe()
739 err = nph; in mac_probe()
743 if (nph != ARRAY_SIZE(mac_dev->port)) { in mac_probe()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispccdc.c1128 unsigned int nph; in ccdc_configure() local
1233 nph = crop->width * 2 - 1; in ccdc_configure()
1236 nph = crop->width - 1; in ccdc_configure()
1240 (nph << ISPCCDC_HORZ_INFO_NPH_SHIFT), in ccdc_configure()
/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c72 u8 nph; /* 0-base number of parameter headers */ member
4094 if (header.nph) { in spi_nor_parse_sfdp()
4095 psize = header.nph * sizeof(*param_headers); in spi_nor_parse_sfdp()
4113 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
4129 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()