Home
last modified time | relevance | path

Searched refs:PCITOOL_ACC_ATTR_ENDN_BIG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h211 #define PCITOOL_ACC_ATTR_ENDN_BIG 0x100 macro
212 #define PCITOOL_ACC_IS_BIG_ENDIAN(x) (x & PCITOOL_ACC_ATTR_ENDN_BIG)
/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c279 prg.acc_attr = PCITOOL_ACC_ATTR_SIZE_8 | PCITOOL_ACC_ATTR_ENDN_BIG; in fpc_event_io()
321 prg.acc_attr = PCITOOL_ACC_ATTR_SIZE_8 | PCITOOL_ACC_ATTR_ENDN_BIG; in fpc_counter_io()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c78 #define NATIVE_ENDIAN PCITOOL_ACC_ATTR_ENDN_BIG
578 #if (NATIVE_ENDIAN == PCITOOL_ACC_ATTR_ENDN_BIG)
1075 #if (NATIVE_ENDIAN == PCITOOL_ACC_ATTR_ENDN_BIG) in bytedump_get()
1078 (local_prg.acc_attr & ~PCITOOL_ACC_ATTR_ENDN_BIG) : in bytedump_get()
1079 (local_prg.acc_attr | PCITOOL_ACC_ATTR_ENDN_BIG)); in bytedump_get()
1258 access_attrs |= PCITOOL_ACC_ATTR_ENDN_BIG; in set_acc_attr()