/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atom.c | 673 static void atom_op_div(atom_exec_context *ctx, int *ptr, int arg) function in typeref:typename:void 1115 atom_op_div, ATOM_ARG_REG}, { 1116 atom_op_div, ATOM_ARG_PS}, { 1117 atom_op_div, ATOM_ARG_WS}, { 1118 atom_op_div, ATOM_ARG_FB}, { 1119 atom_op_div, ATOM_ARG_PLL}, { 1120 atom_op_div, ATOM_ARG_MC}, {
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atom.c | 687 static void atom_op_div(atom_exec_context *ctx, int *ptr, int arg) function in typeref:typename:void 1086 atom_op_div, ATOM_ARG_REG}, { 1087 atom_op_div, ATOM_ARG_PS}, { 1088 atom_op_div, ATOM_ARG_WS}, { 1089 atom_op_div, ATOM_ARG_FB}, { 1090 atom_op_div, ATOM_ARG_PLL}, { 1091 atom_op_div, ATOM_ARG_MC}, {
|