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

  /src/sys/arch/sandpoint/stand/altboot/
stg.c 100 #define PC_MgmtData (1U << 1)
403 data |= !!(CSR_READ_1(l, STGE_PhyCtrl) & PC_MgmtData);
508 v = l->phyctrl_saved | PC_MgmtDir | PC_MgmtData;
526 v |= PC_MgmtData;
528 v &= ~PC_MgmtData;
  /src/sys/dev/pci/
if_stereg.h 314 #define PC_MgmtData (1U << 1)
if_stgereg.h 305 #define PC_MgmtData (1U << 1)
if_ste.c 238 PC_MgmtData, /* MII_BIT_MDO */
239 PC_MgmtData, /* MII_BIT_MDI */
if_stge.c 316 PC_MgmtData, /* MII_BIT_MDO */
317 PC_MgmtData, /* MII_BIT_MDI */

Completed in 16 milliseconds