OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIX_STATUS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
ahd_pci.c
1018
pcireg_t
pcix_status
;
local
1025
pcix_status
= pci_conf_read(bd->pc, bd->tag,
1026
bd->pcix_off +
PCIX_STATUS
);
1028
ahd_name(ahd),
pcix_status
);
1075
pci_conf_write(bd->pc, bd->tag, bd->pcix_off +
PCIX_STATUS
,
1076
pcix_status
);
pcireg.h
780
#define
PCIX_STATUS
0x04
829
#define PCIX_BRIDGE_ST_64BIT 0x00010000 /* Same as
PCIX_STATUS
(nonb)*/
830
#define PCIX_BRIDGE_ST_133 0x00020000 /* Same as
PCIX_STATUS
(nonb)*/
831
#define PCIX_BRIDGE_ST_SPLDISC 0x00040000 /* Same as
PCIX_STATUS
(nonb)*/
832
#define PCIX_BRIDGE_ST_SPLUNEX 0x00080000 /* Same as
PCIX_STATUS
(nonb)*/
839
#define PCIX_BRIDGE_ST_266 0x40000000 /* Same as
PCIX_STATUS
(nonb)*/
840
#define PCIX_BRIDGE_ST_533 0x80000000 /* Same as
PCIX_STATUS
(nonb)*/
843
/* Bit 0 to 15 are the same as
PCIX_STATUS
*/
pci_subr.c
1446
reg = regs[o2i(capoff+
PCIX_STATUS
)]; /* Or PCIX_BRIDGE_PRI_STATUS */
if_wm.c
2370
sc->sc_pcixe_capoff +
PCIX_STATUS
);
Completed in 29 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026