Searched refs:DEFINE_CONV (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 28 # define DEFINE_CONV(n,...) \ macro 110 # define DEFINE_CONV(n,...) \ macro 121 DEFINE_CONV(btrfs_key, objectid, offset) 122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width, 124 DEFINE_CONV(btrfs_stripe, devid, offset) 125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width, 127 DEFINE_CONV(btrfs_free_space_entry, offset, bytes) 128 DEFINE_CONV(btrfs_free_space_header, location, generation, num_entries, 130 DEFINE_CONV(btrfs_extent_item, refs, generation, flags) 131 DEFINE_CONV(btrfs_tree_block_info, key) [all …]
|
/openbmc/linux/drivers/platform/x86/hp/ |
H A D | hp_accel.c | 150 #define DEFINE_CONV(name, x, y, z) \ macro 153 DEFINE_CONV(normal, 1, 2, 3); 154 DEFINE_CONV(y_inverted, 1, -2, 3); 155 DEFINE_CONV(x_inverted, -1, 2, 3); 156 DEFINE_CONV(x_inverted_usd, -1, 2, -3); 157 DEFINE_CONV(z_inverted, 1, 2, -3); 158 DEFINE_CONV(xy_swap, 2, 1, 3); 159 DEFINE_CONV(xy_rotated_left, -2, 1, 3); 160 DEFINE_CONV(xy_rotated_left_usd, -2, 1, -3); 161 DEFINE_CONV(xy_swap_inverted, -2, -1, 3); [all …]
|