Home
last modified time | relevance | path

Searched refs:check_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c134 uint16_t offset = 0, check_offset; in combios_get_table_offset() local
142 check_offset = 0xc; in combios_get_table_offset()
145 check_offset = 0x14; in combios_get_table_offset()
148 check_offset = 0x2a; in combios_get_table_offset()
151 check_offset = 0x2c; in combios_get_table_offset()
154 check_offset = 0x2e; in combios_get_table_offset()
157 check_offset = 0x30; in combios_get_table_offset()
160 check_offset = 0x32; in combios_get_table_offset()
163 check_offset = 0x34; in combios_get_table_offset()
166 check_offset = 0x36; in combios_get_table_offset()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D05681 self.wait_until_completed(check_offset=False)
H A Diotests.py1283 def wait_until_completed(self, drive='drive0', check_offset=True, argument
1292 if check_offset:
/openbmc/qemu/block/
H A Dqcow2-cluster.c451 bool check_offset = false; in count_contiguous_subclusters() local
474 check_offset = (type == QCOW2_SUBCLUSTER_NORMAL || in count_contiguous_subclusters()
479 } else if (check_offset) { in count_contiguous_subclusters()
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c1840 bool check_offset = false; in test_file_common() local
1854 check_offset = true; in test_file_common()
1897 if (check_offset) { in test_file_common()