Home
last modified time | relevance | path

Searched refs:TO_US (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Drockchip_ir.h42 #define TO_US(duration) ((duration) / 1000) macro
/rk3399_rockchip-uboot/drivers/input/
H A Drockchip_ir.c206 data->count, data->state, TO_US(ev->duration), TO_STR(ev->pulse)); in ir_nec_decode()