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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c6636 uint8 strap = (sih->chipst & CST4322_SPROM_OTP_SEL_MASK) >> local
6639 return ((strap >= ARRAYSIZE(cis_sel)) ? CIS_DEFAULT : cis_sel[strap]);
6645 uint8 strap = (sih->chipst & CST43236_OTP_SEL_MASK) >> local
6647 return ((strap >= ARRAYSIZE(cis_43236_sel)) ? CIS_DEFAULT : cis_43236_sel[strap]);
6720 uint8 strap = (sih->chipst & CST43237_OTP_SEL_MASK) >> local
6722 return ((strap >= ARRAYSIZE(cis_43236_sel)) ? CIS_DEFAULT : cis_43236_sel[strap]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c931 u32 strap = er32(STRAP); local
934 strap &= E1000_STRAP_SMBUS_ADDRESS_MASK;
941 phy_data |= (strap >> E1000_STRAP_SMBUS_ADDRESS_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c164 /* strap, cfg1, & write1 need updates */
170 /* strap, cfg1, & write1 need updates */
191 /* strap, cfg1, & write1 need updates */
7731 u32 strap; local
7741 strap = (val & BNX2_MISC_DUAL_MEDIA_CTRL_PHY_CTRL) >> 21;
7743 strap = (val & BNX2_MISC_DUAL_MEDIA_CTRL_PHY_CTRL_STRAP) >> 8;
7746 switch (strap) {
7754 switch (strap) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c2487 * really old chipsets, the memory type reported by the strap bits
3137 * Uses the RAMCFG strap of PEXTDEV_BOOT as an index into the table at
3147 uint32_t strap = (bios_rd32(bios, NV_PEXTDEV_BOOT_0) & 0x0000003c) >> 2; local
3148 uint8_t index = bios->data[bios->ram_restrict_tbl_ptr + strap];
3280 * Use the RAMCFG strap of PEXTDEV_BOOT as an index into the table at
4063 * The fp strap is normally dictated by the "User Strap" in
4065 * Internal_Flags struct at 0x48 is set, the user strap gets overriden
4067 * strap has been committed to CR58 for CR57=0xf on head A, which may be
4163 /* nv4x cards need both a strap value and fpindex of 0xf to use DDC */
4168 * If either the strap o
[all...]

Completed in 109 milliseconds