HomeSort by: relevance | last modified time | path
    Searched defs:VR_MIICFG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
nvt.c 123 #define VR_MIICFG 0x6c /* 4:0 PHY number */
188 l->phy = CSR_READ_1(l, VR_MIICFG) & 0x1f;
349 CSR_WRITE_1(l, VR_MIICFG, phy);
367 CSR_WRITE_1(l, VR_MIICFG, phy);
vge.c 174 #define VR_MIICFG 0x6c /* PHY number 4:0 */
235 l->phy = CSR_READ_1(l, VR_MIICFG) & 0x1f;
431 CSR_WRITE_1(l, VR_MIICFG, phy);
449 CSR_WRITE_1(l, VR_MIICFG, phy);

Completed in 12 milliseconds