Searched refs:phy_config (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180_max2820.c49 u32 phy_config; local
51 phy_config = 0x90 + (data & 0xf);
52 phy_config <<= 16;
53 phy_config += addr;
54 phy_config <<= 8;
55 phy_config += (data >> 4) & 0xff;
58 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); local
H A Drtl8180_grf5101.c40 u32 phy_config; local
42 phy_config = grf5101_encode[(data >> 8) & 0xF];
43 phy_config |= grf5101_encode[(data >> 4) & 0xF] << 4;
44 phy_config |= grf5101_encode[data & 0xF] << 8;
45 phy_config |= grf5101_encode[(addr >> 1) & 0xF] << 12;
46 phy_config |= (addr & 1) << 16;
47 phy_config |= grf5101_encode[(data & 0xf000) >> 12] << 24;
50 phy_config |= 0x90000000;
53 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); local
H A Drtl8180_sa2400.c50 u32 phy_config; local
53 phy_config = 0xb0000000;
55 phy_config |= ((u32)(addr & 0xf)) << 24;
56 phy_config |= data & 0xffffff;
59 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.c776 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) {
777 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id);
780 if (pp->phy_config.set_root)
781 printf(" set_root_id=%02x", pp->phy_config.root_id);
782 if (pp->phy_config.set_gap_count)
783 printf(" set_gap_count=%d", pp->phy_config.gap_count);
H A Dnosy-dump.h29 } phy_config; member in union:phy_packet::__anon19345
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c357 u32 phy_config; local
388 phy_config =
392 slic_reg32_write(wphy, phy_config, FLUSH);
396 phy_config = (MIICR_REG_PCR | PCR_POWERDOWN);
397 slic_reg32_write(wphy, phy_config, FLUSH);
404 phy_config =
408 slic_reg32_write(wphy, phy_config, FLUSH);
440 phy_config =
442 slic_reg32_write(wphy, phy_config, FLUSH);
445 phy_config
839 u32 phy_config; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dddr_core.h263 uint32 phy_config; /* 0x400 */ member in struct:ddrcregs

Completed in 63 milliseconds