Home
last modified time | relevance | path

Searched refs:ret_code (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vcn_v1_0.c1123 int ret_code __unused, tmp; in vcn_v1_0_stop_spg_mode()
1125 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_STATUS, UVD_STATUS__IDLE, 0x7, ret_code); in vcn_v1_0_stop_spg_mode()
1131 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_LMI_STATUS, tmp, tmp, ret_code); in vcn_v1_0_stop_spg_mode()
1140 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_LMI_STATUS, tmp, tmp, ret_code); in vcn_v1_0_stop_spg_mode()
1164 int ret_code __unused = 0; in vcn_v1_0_stop_dpg_mode()
1170 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v1_0_stop_dpg_mode()
1174 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v1_0_stop_dpg_mode()
1177 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RB_RPTR2, tmp, 0xFFFFFFFF, ret_code); in vcn_v1_0_stop_dpg_mode()
1180 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_JRBC_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v1_0_stop_dpg_mode()
1183 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RBC_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v1_0_stop_dpg_mode()
[all …]
H A Damdgpu_vcn_v2_0.c1044 int ret_code __unused = 0; in vcn_v2_0_stop_dpg_mode()
1049 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_0_stop_dpg_mode()
1053 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_0_stop_dpg_mode()
1056 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RB_RPTR2, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_0_stop_dpg_mode()
1059 SOC15_WAIT_ON_RREG(UVD, 0, mmUVD_RBC_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_0_stop_dpg_mode()
1062 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_0_stop_dpg_mode()
1144 int ret_code; in vcn_v2_0_pause_dpg_mode() local
1154 ret_code = 0; in vcn_v2_0_pause_dpg_mode()
1156 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_0_pause_dpg_mode()
1158 if (!ret_code) { in vcn_v2_0_pause_dpg_mode()
[all …]
H A Damdgpu_vcn_v2_5.c1274 int ret_code __unused = 0; in vcn_v2_5_stop_dpg_mode()
1279 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_5_stop_dpg_mode()
1283 SOC15_WAIT_ON_RREG(UVD, inst_idx, mmUVD_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_5_stop_dpg_mode()
1286 SOC15_WAIT_ON_RREG(UVD, inst_idx, mmUVD_RB_RPTR2, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_5_stop_dpg_mode()
1289 SOC15_WAIT_ON_RREG(UVD, inst_idx, mmUVD_RBC_RB_RPTR, tmp, 0xFFFFFFFF, ret_code); in vcn_v2_5_stop_dpg_mode()
1292 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_5_stop_dpg_mode()
1374 int ret_code; in vcn_v2_5_pause_dpg_mode() local
1384 ret_code = 0; in vcn_v2_5_pause_dpg_mode()
1386 UVD_POWER_STATUS__UVD_POWER_STATUS_MASK, ret_code); in vcn_v2_5_pause_dpg_mode()
1388 if (!ret_code) { in vcn_v2_5_pause_dpg_mode()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py125 ret_code = -1
136 ret_code = result
141 assert ret_code == 0
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap_krb_helper.c65 #define CHECK(ret_code, msg) \ argument
66 if (ret_code != 0) { \
67 log_error("Error, %i %s\n", ret_code, msg); \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dbio_b64.c110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local
156 ret_code = 0; in b64_read()
165 ret_code = i; in b64_read()
301 ret_code = 0; in b64_read()
323 return ((ret == 0) ? ret_code : ret); in b64_read()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dbio_b64.c112 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local
158 ret_code = 0; in b64_read()
167 ret_code = i; in b64_read()
303 ret_code = 0; in b64_read()
325 return ((ret == 0) ? ret_code : ret); in b64_read()
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dvalidate_repo.in604 my $ret_code;
639 $ret_code = $?;
643 $ret_code = 0xffff & system "$command >/dev/null 2>&1";
646 return !$ret_code;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3448 int ret_code = 0; in execute() local
3500 ret_code = -1; in execute()
3526 ret_code = -1; in execute()
3584 return ret_code; in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3240 int ret_code = 0; in execute() local
3292 ret_code = -1; in execute()
3318 ret_code = -1; in execute()
3376 return ret_code; in execute()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1865 __owur int SSL_get_error(const SSL *s, int ret_code);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1915 __owur int SSL_get_error(const SSL *s, int ret_code);