Lines Matching refs:straps
65 u32 straps = tegra_read_straps(); in tegra_read_ram_code() local
68 straps &= PMC_STRAPPING_OPT_A_RAM_CODE_MASK_LONG; in tegra_read_ram_code()
70 straps &= PMC_STRAPPING_OPT_A_RAM_CODE_MASK_SHORT; in tegra_read_ram_code()
72 return straps >> PMC_STRAPPING_OPT_A_RAM_CODE_SHIFT; in tegra_read_ram_code()
118 struct resource apbmisc, straps; in tegra_init_apbmisc() local
139 straps.start = 0x7000e864; in tegra_init_apbmisc()
140 straps.end = 0x7000e867; in tegra_init_apbmisc()
142 straps.start = 0x70000008; in tegra_init_apbmisc()
143 straps.end = 0x7000000b; in tegra_init_apbmisc()
146 straps.flags = IORESOURCE_MEM; in tegra_init_apbmisc()
150 &straps); in tegra_init_apbmisc()
168 if (of_address_to_resource(np, 1, &straps) < 0) { in tegra_init_apbmisc()
178 strapping_base = ioremap_nocache(straps.start, resource_size(&straps)); in tegra_init_apbmisc()