OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEM_PCI
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
gemvar.h
169
#define
GEM_PCI
0x0004 /* XXX PCI busses are little-endian */
243
(((sc)->sc_flags &
GEM_PCI
) ? le64toh(v) : be64toh(v))
245
(((sc)->sc_flags &
GEM_PCI
) ? htole64(v) : htobe64(v))
gem.c
1317
((sc->sc_flags &
GEM_PCI
) ?
2057
if (sc->sc_flags &
GEM_PCI
)
/src/sys/dev/sbus/
if_gem_sbus.c
134
sc->sc_flags &= ~
GEM_PCI
;
/src/sys/dev/pci/
if_gem_pci.c
86
CFATTACH_DECL3_NEW(
gem_pci
, sizeof(struct gem_pci_softc),
214
sc->sc_flags |=
GEM_PCI
;
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025