Searched refs:jtag_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm/mach-omap1/
H A Did.c30 u16 jtag_id; /* Used to determine OMAP type */ member in struct:omap_id
40 { .jtag_id = 0xb574, .die_rev = 0x2, .omap_id = 0x03310315, .type = 0x03100000},
41 { .jtag_id = 0x355f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300100},
42 { .jtag_id = 0xb55f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300300},
43 { .jtag_id = 0xb62c, .die_rev = 0x1, .omap_id = 0x03320500, .type = 0x08500000},
44 { .jtag_id = 0xb470, .die_rev = 0x0, .omap_id = 0x03310100, .type = 0x15100000},
45 { .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x16100000},
46 { .jtag_id = 0xb576, .die_rev = 0x2, .omap_id = 0x03320100, .type = 0x16110000},
47 { .jtag_id = 0xb576, .die_rev = 0x3, .omap_id = 0x03320100, .type = 0x16100c00},
48 { .jtag_id
126 u16 jtag_id; local
[all...]
/linux-master/arch/arm/mach-davinci/
H A Dcommon.c39 soc_info->jtag_id = __raw_readl(base);
42 variant = (soc_info->jtag_id & 0xf0000000) >> 28;
43 part_no = (soc_info->jtag_id & 0x0ffff000) >> 12;
55 pr_err("Unknown DaVinci JTAG ID 0x%x\n", soc_info->jtag_id);
H A Dcommon.h36 u32 jtag_id; member in struct:davinci_soc_info
/linux-master/drivers/soc/ti/
H A Dk3-socinfo.c117 u32 jtag_id; local
125 ret = regmap_read(regmap, CTRLMMR_WKUP_JTAGID_REG, &jtag_id);
129 mfg = (jtag_id & CTRLMMR_WKUP_JTAGID_MFG_MASK) >>
137 variant = (jtag_id & CTRLMMR_WKUP_JTAGID_VARIANT_MASK) >>
140 partno_id = (jtag_id & CTRLMMR_WKUP_JTAGID_PARTNO_MASK) >>
149 dev_err(dev, "Unknown SoC JTAGID[0x%08X]: %d\n", jtag_id, ret);
155 dev_err(dev, "Unknown SoC SR[0x%08X]: %d\n", jtag_id, ret);
171 soc_dev_attr->revision, jtag_id);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c31 u32 jtag_id = wil_r(wil, RGF_USER_JTAG_DEV_ID); local
44 switch (jtag_id) {
108 jtag_id, chip_revision);
/linux-master/arch/powerpc/include/asm/
H A Dmpc52xx.h197 u32 jtag_id; /* CDM + 0x00 reg0 read only */ member in struct:mpc52xx_cdm

Completed in 123 milliseconds