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

  /src/sys/arch/sandpoint/stand/altboot/
nvt.c 127 #define MIICR_RCMD (1U << 6) /* MII read operation */
351 CSR_WRITE_1(l, VR_MIICR, MIICR_RCMD);
354 } while (v & MIICR_RCMD);
vge.c 180 #define MIICR_RCMD (1U << 6) /* MII read operation */
433 CSR_WRITE_1(l, VR_MIICR, MIICR_RCMD);
436 } while (v & MIICR_RCMD);

Completed in 15 milliseconds