Searched refs:PCITOOL_ACC_ATTR_ENDN_BIG (Results 1 – 3 of 3) sorted by relevance
211 #define PCITOOL_ACC_ATTR_ENDN_BIG 0x100 macro212 #define PCITOOL_ACC_IS_BIG_ENDIAN(x) (x & PCITOOL_ACC_ATTR_ENDN_BIG)
279 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()
78 #define NATIVE_ENDIAN PCITOOL_ACC_ATTR_ENDN_BIG578 #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()