Searched refs:phy (Results 151 - 160 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c38 #include <linux/phy.h>
782 printk("No phy bus ID specified in BSP code\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.h992 u32 __iomem *phy; /* base pointer into phy(SUNI) */ member in struct:iadev_t
H A Dfore200e.c2887 cpu_to_be32(fore200e->stats->phy.crc_header_errors),
2888 cpu_to_be32(fore200e->stats->phy.framing_errors));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c100 static int phy = 0x1f; variable
150 module_param(phy, int, 0);
151 MODULE_PARM_DESC(phy, "Prediction range (horiz. Y)");
1289 reg_w(ov, 0x70, phy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dau1000_eth.c56 #include <linux/phy.h>
H A Dgianfar.c95 #include <linux/phy.h>
H A Dtg3.c538 /* check for phy events */
1036 /* Set phy register 0x10 bit 0 to high fifo elasticity to support
3431 /* handle link change and other phy events */
8565 u32 phy; local
8569 if (!tg3_readphy(tp, 0x1b, &phy))
8570 tg3_writephy(tp, 0x1b, phy & ~0x20);
8571 if (!tg3_readphy(tp, 0x10, &phy))
8572 tg3_writephy(tp, 0x10, phy & ~0x4000);
9921 /* Do nothing, phy ID already set up in
10512 /* A few boards don't want Ethernet@WireSpeed phy featur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c488 IO_STATE(R_NETWORK_GEN_CONFIG, phy, mii_clk) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h1222 struct ipw_rates phy[3]; /**< PHY restrictions, per band */ member in struct:ipw_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dentry.S1839 movi 0xffffffff80000000, r0 ! phy of dump area

Completed in 198 milliseconds

1234567