Searched refs:MDIO (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.c789 serial MDIO protocol. Note that the command bits and data bits are
795 outl(MDIO | MDDIR, mdio_addr);
797 outl(MDIO | MDDIR | MDC, mdio_addr);
806 outl(MDDIR | MDIO, mdio_addr);
808 outl(MDDIR | MDIO | MDC, mdio_addr);
819 * Read MII registers through MDIO and MDC
820 * using MDIO management frame structure and protocol(defined by ISO/IEC).
835 int dataval = (mii_cmd & (1 << i)) ? MDDIR | MDIO : MDDIR;
846 retval = (retval << 1) | ((inl(mdio_addr) & MDIO) ? 1 : 0);
862 * Write MII registers with @value through MDIO an
[all...]
H A Dsis900.h60 MDC = 0x00000040, MDDIR = 0x00000020, MDIO = 0x00000010, /* 7016 specific */ enumerator in enum:sis900_eeprom_access_reigster_bits
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_iba6110.c84 unsigned long long MDIO; member in struct:_infinipath_do_not_use_kernel_regs
229 .kr_mdio = IPATH_KREG_OFFSET(MDIO),
1340 * PLL ignored because unused MDIO interface has a logic problem
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dtnetv107x.c204 lpsc_clk(mdio, sys_half_clk, MDIO);
557 MUX_CFG(TNETV107X, MDIO, 26, 0, 0x1f, 0x00, false)

Completed in 78 milliseconds