Searched refs:_byte (Results 1 – 4 of 4) sorted by relevance
336 #define EFX_BYTE_VAL(_byte) \ argument627 (((_byte).eb_u8[0]) == 0)669 #define EFX_BYTE_IS_SET(_byte) \ argument670 ((_byte).eb_u8[0] == ~((uint8_t)0))1487 #define EFX_ZERO_BYTE(_byte) \ argument1490 #define EFX_SET_BYTE(_byte) \ argument1491 EFX_POPULATE_BYTE_1(_byte, \1658 (_byte).eb_u8[0] = (((_byte).eb_u8[0] & \1941 (_byte).eb_u8[0] |= \1948 (_byte).eb_u8[0] &= \[all …]
341 unsigned long _byte = regnum*HLL_BITS/8; \344 unsigned long b0 = _p[_byte]; \345 unsigned long b1 = _p[_byte+1]; \353 unsigned long _byte = regnum*HLL_BITS/8; \357 _p[_byte] &= ~(HLL_REGISTER_MAX << _fb); \358 _p[_byte] |= _v << _fb; \359 _p[_byte+1] &= ~(HLL_REGISTER_MAX >> _fb8); \360 _p[_byte+1] |= _v >> _fb8; \
74 The 3 clocks output from the DSI analog PHY: dsi[01]_byte,
908 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.