Searched refs:mir1 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm24xx.c286 u32 wken_wkup, mir1; local
293 mir1 = omap_readl(0x480fe0a4);
299 omap_writel(mir1, 0x480fe0a4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Di5000_edac.c348 u16 mir0, mir1, mir2; member in struct:i5000_pvt
1151 pci_read_config_word(pvt->branchmap_werrors, MIR1, &pvt->mir1);
1159 limit = (pvt->mir1 >> 4) & 0x0FFF;
1160 way0 = pvt->mir1 & 0x1;
1161 way1 = pvt->mir1 & 0x2;
H A Di5400_edac.c348 u16 mir0, mir1; member in struct:i5400_pvt
1048 pci_read_config_word(pvt->branchmap_werrors, MIR1, &pvt->mir1);
1055 limit = (pvt->mir1 >> 4) & 0xfff;
1056 way0 = pvt->mir1 & 0x1;
1057 way1 = pvt->mir1 & 0x2;

Completed in 169 milliseconds