Searched refs:tstep (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_ar933x.c | 69 u64 tstep; in ar933x_serial_get_scale_step() local 72 tstep = baud * (tscale + 1); in ar933x_serial_get_scale_step() 73 tstep *= (2 << 16); in ar933x_serial_get_scale_step() 74 do_div(tstep, clk); in ar933x_serial_get_scale_step() 76 if (tstep > AR933X_UART_CLK_STEP_M) in ar933x_serial_get_scale_step() 79 baudrate = ar933x_serial_get_baud(clk, tscale, tstep); in ar933x_serial_get_scale_step() 84 *step = tstep; in ar933x_serial_get_scale_step()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ar933x_uart.c | 265 u64 tstep; in ar933x_uart_get_scale_step() local 268 tstep = baud * (tscale + 1); in ar933x_uart_get_scale_step() 269 tstep *= (2 << 16); in ar933x_uart_get_scale_step() 270 do_div(tstep, clk); in ar933x_uart_get_scale_step() 272 if (tstep > AR933X_UART_MAX_STEP) in ar933x_uart_get_scale_step() 275 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud); in ar933x_uart_get_scale_step() 279 *step = tstep; in ar933x_uart_get_scale_step()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 234 uchar* tilted, size_t tstep,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 234 uchar* tilted, size_t tstep,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 234 uchar* tilted, size_t tstep,
|