OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcib_bar_msr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbmips/loongson/dev/
glx.c
348
static const uint64_t
pcib_bar_msr
[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
variable in typeref:typename:const uint64_t[]
396
if (
pcib_bar_msr
[index] == 0)
403
data = (pcireg_t)rdmsr(
pcib_bar_msr
[index]);
429
for (index = 0; index < __arraycount(
pcib_bar_msr
); index++) {
430
if (
pcib_bar_msr
[index] == 0)
432
msr = rdmsr(
pcib_bar_msr
[index]);
437
wrmsr(
pcib_bar_msr
[index], msr);
462
} else if (
pcib_bar_msr
[index] != 0) {
466
wrmsr(
pcib_bar_msr
[index],
469
wrmsr(
pcib_bar_msr
[index], 0ULL)
[
all
...]
glx.c
348
static const uint64_t
pcib_bar_msr
[(4 + PCI_MAPREG_END - PCI_MAPREG_START) / 4] = {
variable in typeref:typename:const uint64_t[]
396
if (
pcib_bar_msr
[index] == 0)
403
data = (pcireg_t)rdmsr(
pcib_bar_msr
[index]);
429
for (index = 0; index < __arraycount(
pcib_bar_msr
); index++) {
430
if (
pcib_bar_msr
[index] == 0)
432
msr = rdmsr(
pcib_bar_msr
[index]);
437
wrmsr(
pcib_bar_msr
[index], msr);
462
} else if (
pcib_bar_msr
[index] != 0) {
466
wrmsr(
pcib_bar_msr
[index],
469
wrmsr(
pcib_bar_msr
[index], 0ULL)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025