OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIX_CMD
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
pci.c
959
pcs->x_csr = pci_conf_read(pc, tag, off +
PCIX_CMD
);
1038
pci_conf_write(pc, tag, off +
PCIX_CMD
, pcs->x_csr);
pcireg.h
755
#define
PCIX_CMD
0x00
if_bge.c
4375
+
PCIX_CMD
);
4390
+
PCIX_CMD
, reg & ~PCIX_CMD_RELAXED_ORDER);
if_wm.c
2353
pcireg_t
pcix_cmd
, pcix_sts, bytecnt, maxb;
local in function:wm_attach
2367
pcix_cmd
= pci_conf_read(pa->pa_pc, pa->pa_tag,
2368
sc->sc_pcixe_capoff +
PCIX_CMD
);
2372
bytecnt = (
pcix_cmd
& PCIX_CMD_BYTECNT_MASK) >>
2380
pcix_cmd
= (
pcix_cmd
&
2384
sc->sc_pcixe_capoff +
PCIX_CMD
,
2385
pcix_cmd
);
Completed in 34 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025