Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/freescale/fman/
Dmac.c155 int err, i, nph; in mac_probe() local
258 nph = of_count_phandle_with_args(mac_node, "fsl,fman-ports", NULL); in mac_probe()
259 if (unlikely(nph < 0)) { in mac_probe()
262 return nph; in mac_probe()
265 if (nph != ARRAY_SIZE(mac_dev->port)) { in mac_probe()
/linux-6.6.21/drivers/mtd/spi-nor/
Dsfdp.c41 u8 nph; /* 0-base number of parameter headers */ member
1438 if (header.nph) { in spi_nor_parse_sfdp()
1439 psize = header.nph * sizeof(*param_headers); in spi_nor_parse_sfdp()
1457 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
1509 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
1525 for (i = 0; i < header.nph; i++) { in spi_nor_parse_sfdp()
/linux-6.6.21/drivers/remoteproc/
Dimx_rproc.c694 int a, b = 0, err, nph; in imx_rproc_addr_init() local
722 nph = of_count_phandle_with_args(np, "memory-region", NULL); in imx_rproc_addr_init()
723 if (nph <= 0) in imx_rproc_addr_init()
727 for (a = 0; a < nph; a++) { in imx_rproc_addr_init()
/linux-6.6.21/drivers/media/platform/ti/omap3isp/
Dispccdc.c1130 unsigned int nph; in ccdc_configure() local
1239 nph = crop->width * 2 - 1; in ccdc_configure()
1242 nph = crop->width - 1; in ccdc_configure()
1246 (nph << ISPCCDC_HORZ_INFO_NPH_SHIFT), in ccdc_configure()