Home
last modified time | relevance | path

Searched refs:r_cr (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/arch/powerpc64/powerpc64/
H A Dprocess_machdep.c38 regs->r_cr = tf->cr; in process_read_regs()
110 tf->cr = regs->r_cr; in process_write_regs()
/openbsd/sys/arch/powerpc64/include/
H A Dreg.h25 uint64_t r_cr; member
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h289 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2176 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc() argument
2193 *r_cr = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_R_CR); in dce110_get_crc()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dppc64obsd-nat.c221 ppc64obsd_reg_offsets.cr_offset = offsetof (struct reg, r_cr); in _initialize_ppc64obsd_nat()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h288 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_stream.h570 uint32_t *r_cr,
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1139 static bool dce120_get_crc(struct timing_generator *tg, uint32_t *r_cr, in dce120_get_crc() argument
1155 *r_cr = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_RG, CRC0_R_CR); in dce120_get_crc()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1516 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in optc1_get_crc() argument
1529 CRC0_R_CR, r_cr, in optc1_get_crc()
H A Ddcn10_optc.h746 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c653 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc() argument
671 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()