Home
last modified time | relevance | path

Searched refs:word_idx (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
Drtl8712_efuse.c195 u8 word_idx; in calculate_word_cnts() local
197 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) in calculate_word_cnts()
198 if (!(word_en & BIT(word_idx))) in calculate_word_cnts()
207 u8 word_idx, byte_idx; in pgpacket_copy_data() local
209 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) { in pgpacket_copy_data()
210 if (!(word_en&BIT(word_idx))) { in pgpacket_copy_data()
211 byte_idx = word_idx * 2; in pgpacket_copy_data()
/drivers/xen/
Devents.c1285 int word_idx = i / BITS_PER_EVTCHN_WORD; in xen_debug_interrupt() local
1289 sync_test_bit(word_idx, BM(&v->evtchn_pending_sel)) in xen_debug_interrupt()
1324 int word_idx, bit_idx; in __xen_evtchn_do_upcall() local
1348 word_idx = evtchn / BITS_PER_LONG; in __xen_evtchn_do_upcall()
1350 if (active_evtchns(cpu, s, word_idx) & (1ULL << pending_bits)) { in __xen_evtchn_do_upcall()
1362 word_idx = start_word_idx; in __xen_evtchn_do_upcall()
1367 words = MASK_LSBS(pending_words, word_idx); in __xen_evtchn_do_upcall()
1373 word_idx = 0; in __xen_evtchn_do_upcall()
1377 word_idx = EVTCHN_FIRST_BIT(words); in __xen_evtchn_do_upcall()
1379 pending_bits = active_evtchns(cpu, s, word_idx); in __xen_evtchn_do_upcall()
[all …]