Home
last modified time | relevance | path

Searched refs:other_data (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c87 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps()
88 while (j < 13 && edid_buf->detailed_timings[i].data.other_data.data.str.str[j]) { in dm_helpers_parse_edid_caps()
89 if (edid_buf->detailed_timings[i].data.other_data.data.str.str[j] == '\n') in dm_helpers_parse_edid_caps()
93 edid_buf->detailed_timings[i].data.other_data.data.str.str[j]; in dm_helpers_parse_edid_caps()
H A Damdgpu_dm.c5387 data = &timing->data.other_data; in amdgpu_dm_add_sink_to_freesync_module()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_edid.h168 struct detailed_non_pixel other_data; member
/dragonfly/sys/dev/drm/
H A Ddrm_edid.c2489 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
2571 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()
2620 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
2689 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
2730 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()
3802 if (t->data.other_data.type == EDID_DETAIL_MONITOR_NAME) in monitor_name()
3803 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()
/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c2132 bfd_vma other_data; in _bfd_XX_print_ce_compressed_pdata() local
2141 other_data = GET_PDATA_ENTRY (abfd, data + i + 4); in _bfd_XX_print_ce_compressed_pdata()
2143 if (begin_addr == 0 && other_data == 0) in _bfd_XX_print_ce_compressed_pdata()
2147 prolog_length = (other_data & 0x000000FF); in _bfd_XX_print_ce_compressed_pdata()
2148 function_length = (other_data & 0x3FFFFF00) >> 8; in _bfd_XX_print_ce_compressed_pdata()
2149 flag32bit = (int)((other_data & 0x40000000) >> 30); in _bfd_XX_print_ce_compressed_pdata()
2150 exception_flag = (int)((other_data & 0x80000000) >> 31); in _bfd_XX_print_ce_compressed_pdata()
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c2109 bfd_vma other_data; in _bfd_XX_print_ce_compressed_pdata() local
2118 other_data = GET_PDATA_ENTRY (abfd, data + i + 4); in _bfd_XX_print_ce_compressed_pdata()
2120 if (begin_addr == 0 && other_data == 0) in _bfd_XX_print_ce_compressed_pdata()
2124 prolog_length = (other_data & 0x000000FF); in _bfd_XX_print_ce_compressed_pdata()
2125 function_length = (other_data & 0x3FFFFF00) >> 8; in _bfd_XX_print_ce_compressed_pdata()
2126 flag32bit = (int)((other_data & 0x40000000) >> 30); in _bfd_XX_print_ce_compressed_pdata()
2127 exception_flag = (int)((other_data & 0x80000000) >> 31); in _bfd_XX_print_ce_compressed_pdata()