HomeSort by: relevance | last modified time | path
    Searched defs:STGE_PhyCtrl (Results 1 - 2 of 2) 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 */

Completed in 11 milliseconds