Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/remoteproc/
Dimx_rproc.c256 int a, b = 0, err, nph; in imx_rproc_addr_init() local
280 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
281 if (nph <= 0) in imx_rproc_addr_init()
285 for (a = 0; a < nph; a++) { in imx_rproc_addr_init()
/Linux-v5.10/drivers/net/ethernet/freescale/fman/
Dmac.c601 int err, i, nph; in mac_probe() local
733 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL); in mac_probe()
734 if (unlikely(nph < 0)) { in mac_probe()
737 err = nph; in mac_probe()
741 if (nph != ARRAY_SIZE(mac_dev->port)) { in mac_probe()
/Linux-v5.10/drivers/mtd/spi-nor/
Dsfdp.c29 u8 nph; /* 0-base number of parameter headers */ member
1140 if (header.nph) { in spi_nor_parse_sfdp()
1141 psize = header.nph * sizeof(*param_headers); in spi_nor_parse_sfdp()
1159 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
1175 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
/Linux-v5.10/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()