Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/fman/
Dmac.c275 int err, i, nph; in mac_probe() local
377 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL); in mac_probe()
378 if (unlikely(nph < 0)) { in mac_probe()
381 return nph; in mac_probe()
384 if (nph != ARRAY_SIZE(mac_dev->port)) { in mac_probe()
/linux-6.1.9/drivers/mtd/spi-nor/
Dsfdp.c36 u8 nph; /* 0-base number of parameter headers */ member
1308 if (header.nph) { in spi_nor_parse_sfdp()
1309 psize = header.nph * sizeof(*param_headers); in spi_nor_parse_sfdp()
1327 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
1379 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
1395 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
/linux-6.1.9/drivers/remoteproc/
Dimx_rproc.c558 int a, b = 0, err, nph; in imx_rproc_addr_init() local
586 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
587 if (nph <= 0) in imx_rproc_addr_init()
591 for (a = 0; a < nph; a++) { in imx_rproc_addr_init()
/linux-6.1.9/drivers/media/platform/ti/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()