Searched refs:COMPRESS (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 641 g_usDataType |= COMPRESS; in ispVMCode() 643 g_usDataType &= ~COMPRESS; in ispVMCode() 1383 if (g_usDataType & COMPRESS) { in ispVMData() 1472 !getData && !(g_usDataType&COMPRESS)) { in ispVMData() 1737 if (g_usDataType & COMPRESS) { in ispVMAmble() 1738 g_usDataType &= ~(COMPRESS); in ispVMAmble() 1861 g_usDataType |= COMPRESS; in ispVMAmble()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.h | 21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument 22 (((COMPRESS) << 29) | ((PACKED) << 27) | ((LOOSE) << 26) | ((VIDEO) << 23) |\
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 58 #define COMPRESS 0x0008 /* Data is compressed. */ macro
|
/openbmc/linux/fs/btrfs/ |
H A D | super.c | 380 if (!btrfs_test_opt(info, COMPRESS) || in btrfs_parse_options() 388 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 404 COMPRESS) ? in btrfs_parse_options() 427 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 435 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 447 btrfs_set_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 456 btrfs_clear_opt(info->mount_opt, COMPRESS); in btrfs_parse_options() 1260 if (btrfs_test_opt(info, COMPRESS)) { in btrfs_show_options()
|
H A D | inode.c | 801 if (btrfs_test_opt(fs_info, COMPRESS) || in inode_need_compress()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.2.rst | 441 - :ref:`ref-classes-image`: Renamed COMPRESS(ION) to CONVERSION. This change 444 ``CONVERSION_DEPENDS`` and :term:`CONVERSION_CMD`. The ``COMPRESS*`` 447 new names as the ``COMPRESS*`` ones will be removed in a future
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-types.rst | 271 .. _MEDIA-INTF-T-ALSA-COMPRESS:
|