/src/sys/arch/mac68k/nubus/ |
cpi_nubus.c | 681 printf("Counter 1 (LSW) is now 0x%05x\n", 712 printf("Counter 1 (LSW) is now 0x%05x\n", 725 uint msw, msw2, lsw; local in function:cpi_get_timecount 734 * where the output of counter 1 (LSW) clocks counter 2 (MSW). 740 * LSW of the coupled counter. To ensure a consistent 741 * read-out, we read the MSW, then the LSW, then re-read the 743 * has just been incremented, we re-read the LSW. This avoids 744 * a race that could leave us with a new (just wrapped) LSW 782 lsw = bus_space_read_1(bst, bsh, CIO_CTRL) << 8; 785 lsw |= bus_space_read_1(bst, bsh, CIO_CTRL) 818 uint32_t lsw; local in function:z8536_read_counter1 [all...] |
/src/lib/libm/src/ |
math_private.h | 65 u_int64_t lsw; member in struct:__anondc5d15d7010a::__anondc5d15d70308 83 u_int64_t lsw; member in struct:__anondc5d15d7040a::__anondc5d15d70608 103 u_int32_t lsw; member in struct:__anondc5d15d7070a::__anondc5d15d70808 120 u_int32_t lsw; member in struct:__anondc5d15d70a0a::__anondc5d15d70b08 138 (ix1) = ew_u.parts.lsw; \ 165 (i) = gl_u.parts.lsw; \ 174 iw_u.parts.lsw = (ix1); \ 203 sl_u.parts.lsw = (v); \
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
amdgpu_dml1_display_rq_dlg_calc.c | 1085 double lsw; local in function:dml1_rq_dlg_get_dlg_params 1485 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); 1487 DTRACE("DLG: %s: lsw = %3.2f", __func__, lsw); 1495 lsw); 1504 lsw);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_rq_dlg_calc_20.c | 870 double lsw; local in function:dml20_rq_dlg_get_dlg_params 1121 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); 1123 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw);
|
amdgpu_display_rq_dlg_calc_20v2.c | 870 double lsw; local in function:dml20v2_rq_dlg_get_dlg_params 1122 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); 1124 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_rq_dlg_calc_21.c | 916 double lsw; local in function:dml_rq_dlg_get_dlg_params 1173 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); 1175 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw);
|