HomeSort by relevance Sort by last modified time
    Searched refs:MII_MDOE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/
smc91111.c 852 if (bits[i] & MII_MDOE)
896 bits[clk_idx++] = MII_MDOE | MII_MDO;
899 bits[clk_idx++] = MII_MDOE;
900 bits[clk_idx++] = MII_MDOE | MII_MDO;
903 bits[clk_idx++] = MII_MDOE | MII_MDO;
904 bits[clk_idx++] = MII_MDOE;
910 bits[clk_idx++] = MII_MDOE | MII_MDO;
912 bits[clk_idx++] = MII_MDOE;
922 bits[clk_idx++] = MII_MDOE | MII_MDO;
924 bits[clk_idx++] = MII_MDOE;
    [all...]
smc91111.h 586 #define MII_MDOE 0x0008 /* MII Output Enable */

Completed in 77 milliseconds