Home
last modified time | relevance | path

Searched refs:phyno (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/conf/
H A DBERI_DE4.hints19 hint.e1000phy.0.phyno=0
21 hint.e1000phy.1.phyno=0
23 hint.e1000phy.2.phyno=0
25 hint.e1000phy.3.phyno=0
/f-stack/freebsd/arm/allwinner/
H A Daw_usbphy.c197 awusbphy_configure(device_t dev, int phyno) in awusbphy_configure() argument
203 if (sc->pmu[phyno] == NULL) in awusbphy_configure()
207 CLR4(sc->pmu[phyno], PMU_UNK_H3, PMU_UNK_H3_CLR); in awusbphy_configure()
209 SET4(sc->pmu[phyno], PMU_IRQ_ENABLE, PMU_ULPI_BYPASS | in awusbphy_configure()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c672 u16 phyno; /* input physical port number */ member
734 local_hdr.phyno = htons(0); /* RX_PHY_0 */ in send_dummy_pkt_to_hif()