OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SF_CHIP_BE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
siopvar_common.h
174
#define
SF_CHIP_BE
0x00200000 /* big-endian */
211
(((sc)->features &
SF_CHIP_BE
) ? htobe32((x)) : htole32((x)))
214
(((sc)->features &
SF_CHIP_BE
) ? be32toh((x)) : le32toh((x)))
siop.c
1680
off = (sc->sc_c.features &
SF_CHIP_BE
) ? 3 : 0;
/src/sys/arch/hppa/dev/
siop_sgc.c
109
sc->sc_c.features = SF_CHIP_PF |
SF_CHIP_BE
| SF_BUS_WIDE;
/src/sys/arch/hppa/gsc/
siop_gsc.c
101
sc->sc_c.features = SF_CHIP_PF |
SF_CHIP_BE
| SF_BUS_WIDE;
Completed in 19 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025