OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intr_status
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
w89c840.c
289
static void decode_interrupt(u32
intr_status
)
294
if (
intr_status
& (_intr_)) { printf (" " #_intr_); }
397
u32
intr_status
= readl(ioaddr + IntrStatus);
local
398
/* handle_intr(
intr_status
); */ /* -- handled later */
482
if (
intr_status
& (AbnormalIntr | TxFIFOUnderflow | IntrPCIErr |TimerInt | IntrTxStopped)) {
483
handle_intr(
intr_status
);
/external/qemu/hw/
usb-ohci.c
80
uint32_t
intr_status
;
member in struct:__anon9918
316
(ohci->
intr_status
& ohci->intr))
325
ohci->
intr_status
|= intr;
392
ohci->
intr_status
= 0;
[
all
...]
Completed in 253 milliseconds