Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/common/
H A Defx_types.h326 #define EFX_BYTE_VAL(_byte) \ argument
535 (((_byte).eb_u8[0]) == 0)
560 #define EFX_BYTE_IS_SET(_byte) \ argument
561 ((_byte).eb_u8[0] == ~((uint8_t)0))
1200 #define EFX_ZERO_BYTE(_byte) \ argument
1203 #define EFX_SET_BYTE(_byte) \ argument
1204 EFX_POPULATE_BYTE_1(_byte, \
1313 (_byte).eb_u8[0] = (((_byte).eb_u8[0] & \
1491 (_byte).eb_u8[0] |= \
1498 (_byte).eb_u8[0] &= \
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm-vc4.txt74 The 3 clocks output from the DSI analog PHY: dsi[01]_byte,
/freebsd-13.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md908 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.