OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:irqctl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
eso.c
600
uint8_t
irqctl
;
local in function:eso_intr
604
irqctl
= bus_space_read_1(sc->sc_iot, sc->sc_ioh, ESO_IO_IRQCTL);
607
if ((
irqctl
& (ESO_IO_IRQCTL_A1IRQ | ESO_IO_IRQCTL_A2IRQ |
613
if (
irqctl
& ESO_IO_IRQCTL_A1IRQ) {
624
if (
irqctl
& ESO_IO_IRQCTL_A2IRQ) {
637
if (
irqctl
& ESO_IO_IRQCTL_HVIRQ) {
651
if ((
irqctl
& ESO_IO_IRQCTL_MPUIRQ) && sc_mpu != NULL)
eso.c
600
uint8_t
irqctl
;
local in function:eso_intr
604
irqctl
= bus_space_read_1(sc->sc_iot, sc->sc_ioh, ESO_IO_IRQCTL);
607
if ((
irqctl
& (ESO_IO_IRQCTL_A1IRQ | ESO_IO_IRQCTL_A2IRQ |
613
if (
irqctl
& ESO_IO_IRQCTL_A1IRQ) {
624
if (
irqctl
& ESO_IO_IRQCTL_A2IRQ) {
637
if (
irqctl
& ESO_IO_IRQCTL_HVIRQ) {
651
if ((
irqctl
& ESO_IO_IRQCTL_MPUIRQ) && sc_mpu != NULL)
Completed in 23 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025