Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/sh/mm/
Dioremap_fixed.c49 enum fixed_addresses idx0, idx; in ioremap_fixed() local
85 idx0 = FIX_IOREMAP_BEGIN + slot; in ioremap_fixed()
86 idx = idx0; in ioremap_fixed()
/linux-2.6.39/arch/alpha/kernel/
Dperf_event.c152 int idx0; in ev67_check_constraints() local
155 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
164 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
166 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
174 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
176 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
184 idx0 = (evtype[0] == EV67_INSTRUCTIONS) ? 0 : 1; in ev67_check_constraints()
186 if (evtype[idx0^1] == EV67_CYCLES) { in ev67_check_constraints()
196 event[0]->hw.idx = idx0; in ev67_check_constraints()
199 event[1]->hw.idx = idx0 ^ 1; in ev67_check_constraints()
/linux-2.6.39/arch/x86/mm/
Dioremap.c495 enum fixed_addresses idx0, idx; in __early_ioremap() local
548 idx0 = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()
549 idx = idx0; in __early_ioremap()
/linux-2.6.39/arch/sparc/kernel/
Dperf_event.c892 int idx0 = 0; in sparc_check_constraints() local
906 idx0 = 1; in sparc_check_constraints()
923 idx0 = 1; in sparc_check_constraints()
930 idx0 = 1; in sparc_check_constraints()
938 idx0 = 1; in sparc_check_constraints()
946 evts[0]->hw.idx = idx0; in sparc_check_constraints()
948 evts[1]->hw.idx = idx0 ^ 1; in sparc_check_constraints()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c14178 static void wlc_phy_txpwr_idx_cur_set_nphy(phy_info_t *pi, u8 idx0,
28731 wlc_phy_txpwr_idx_cur_set_nphy(phy_info_t *pi, u8 idx0, u8 idx1) in wlc_phy_txpwr_idx_cur_set_nphy() argument
28733 mod_phy_reg(pi, 0x1e7, (0x7f << 0), idx0); in wlc_phy_txpwr_idx_cur_set_nphy()