Searched refs:chipid (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm8668/files/arch/mips/adm8668/
H A Dplatform.c136 unsigned long chipid = ADM8668_CONFIG_REG(ADM8668_CR0); local
141 product = chipid >> 16;
142 revision = chipid & 0xffff;
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/arch/mips/amazon/
H A Dsetup.c138 u32 chipid = 0; local
141 chipid = amazon_readl(AMAZON_MCD_CHIPID);
142 part_no = AMAZON_MCD_CHIPID_PART_NUMBER_GET(chipid);
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm_tag.h44 char chipid[CHIPID_LEN]; // 38-43: Chip this image is for member in struct:bcm_tag
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dbcm_tag.h44 char chipid[CHIPID_LEN]; // 38-43: Chip this image is for member in struct:bcm_tag
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbcm_tag.h44 char chipid[CHIPID_LEN]; // 38-43: Chip this image is for member in struct:bcm_tag
H A Dimagetag.c336 strncpy(tag.chipid, args->chipid_arg, sizeof(tag.chipid) - 1);
456 fprintf(stderr, "Error: Chip ID (chipid,c) too long.\n");
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dprocessor.c72 unsigned int chipid; local
80 : "=r" (chipid)
90 seq_printf(m, "Arch:\t\t%hx\n", chipid >> 16);
91 seq_printf(m, "Rev:\t\t%hx\n", (chipid & 0xffff));
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/video/backlight/
H A Dubicom32bl.c284 u32_t chipid; local
287 : "=r" (chipid)
289 if (chipid != 0x00030001) {
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/
H A DMakefile38 --boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \
48 --boardid $(2) --chipid $(4) --entry $(KERNEL_ENTRY) \
58 --boardid $(2) --chipid $(3) --entry $(LOADADDR) \
67 --boardid $(2) --chipid $(3) --entry $(LOADADDR) \
77 --boardid $(2) --chipid $(3) --entry $(LOADADDR) \
94 --boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/include/asm/mach-lantiq/svip/
H A Dstatus_reg.h25 unsigned long chipid; /* 0x000C */ member in struct:svip_reg_status
/netgear-R7800-V1.0.2.28/scripts/
H A DbrcmImage.pl55 -c <chipid> : default $arg{c}
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8306.c867 unsigned int chipid, chipver, chiptype; local
883 chipid = rtl_get(dev, RTL_REG_CHIPID);
908 printk(KERN_INFO "Registering %s switch with Chip ID: 0x%04x, version: 0x%04x\n", priv->hwname, chipid, chipver);
924 u16 chipid; local
934 chipid = rtl_get(&priv.dev, RTL_REG_CHIPID);
935 if (chipid == 0x5988)

Completed in 74 milliseconds