Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
A Devents_2l.c170 int word_idx, bit_idx; in evtchn_2l_handle_events() local
179 word_idx = evtchn / BITS_PER_LONG; in evtchn_2l_handle_events()
195 word_idx = start_word_idx; in evtchn_2l_handle_events()
206 word_idx = 0; in evtchn_2l_handle_events()
210 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events()
226 if (word_idx == start_word_idx) { in evtchn_2l_handle_events()
251 bit_idx ? word_idx : in evtchn_2l_handle_events()
252 (word_idx+1) % BITS_PER_EVTCHN_WORD); in evtchn_2l_handle_events()
258 pending_words &= ~(1UL << word_idx); in evtchn_2l_handle_events()
260 word_idx = (word_idx + 1) % BITS_PER_EVTCHN_WORD; in evtchn_2l_handle_events()
[all …]
/linux/drivers/staging/rtl8712/
A Drtl8712_efuse.c186 u8 word_idx; in calculate_word_cnts() local
188 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) in calculate_word_cnts()
189 if (!(word_en & BIT(word_idx))) in calculate_word_cnts()
198 u8 word_idx, byte_idx; in pgpacket_copy_data() local
200 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) { in pgpacket_copy_data()
201 if (!(word_en & BIT(word_idx))) { in pgpacket_copy_data()
202 byte_idx = word_idx * 2; in pgpacket_copy_data()

Completed in 8 milliseconds