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

  /src/sys/arch/sandpoint/stand/altboot/
stg.c 98 #define STGE_PhyCtrl 0x76
255 reg = CSR_READ_1(l, STGE_PhyCtrl);
382 /* read the MII by bitbanging STGE_PhyCtrl */
397 CSR_WRITE_1(l, STGE_PhyCtrl, v);
403 data |= !!(CSR_READ_1(l, STGE_PhyCtrl) & PC_MgmtData);
410 /* write the MII by bitbanging STGE_PhyCtrl */
445 l->phyctrl_saved = CSR_READ_1(l, STGE_PhyCtrl) &
509 CSR_WRITE_1(l, STGE_PhyCtrl, v);
522 CSR_WRITE_1(l, STGE_PhyCtrl, v);
529 CSR_WRITE_1(l, STGE_PhyCtrl, v)
    [all...]
  /src/sys/dev/pci/
if_stgereg.h 303 #define STGE_PhyCtrl 0x76 /* 8-bit */
if_stge.c 615 sc->sc_PhyCtrl = CSR_READ_1(sc, STGE_PhyCtrl) &
2015 return (CSR_READ_1(sc, STGE_PhyCtrl));
2028 CSR_WRITE_1(sc, STGE_PhyCtrl, val | sc->sc_PhyCtrl);

Completed in 13 milliseconds