OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCI_MSI_CTL_MSI_ENABLE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/arm/cortex/
gic_v2m.c
134
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
157
ctl |=
PCI_MSI_CTL_MSI_ENABLE
;
174
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
gicv3_its.c
508
ctl |=
PCI_MSI_CTL_MSI_ENABLE
;
525
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
/src/sys/arch/x86/pci/
msipic.c
355
ctl |=
PCI_MSI_CTL_MSI_ENABLE
;
357
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
437
ctl |=
PCI_MSI_CTL_MSI_ENABLE
;
/src/sys/arch/arm/apple/
apple_pcie.c
477
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
500
ctl |=
PCI_MSI_CTL_MSI_ENABLE
;
517
ctl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
/src/sys/arch/powerpc/booke/pci/
pq3pci.c
1285
msictl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
1361
msictl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
1521
msictl |=
PCI_MSI_CTL_MSI_ENABLE
;
1579
msictl &= ~
PCI_MSI_CTL_MSI_ENABLE
;
/src/sys/dev/pci/
pci.c
1080
reg & ~
PCI_MSI_CTL_MSI_ENABLE
);
pcireg.h
721
#define
PCI_MSI_CTL_MSI_ENABLE
__SHIFTIN(__BIT(0), PCI_MSI_CTL_MASK)
pci_subr.c
1323
onoff("MSI Enabled", ctl,
PCI_MSI_CTL_MSI_ENABLE
);
Completed in 27 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025