Home
last modified time | relevance | path

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

/linux-4.4.14/sound/drivers/pcsp/
Dpcsp.h41 #define PCSP_CALC_NS(div) ({ \ macro
46 #define PCSP_PERIOD_NS() PCSP_CALC_NS(CUR_DIV())
Dpcsp_lib.c82 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem); in pcsp_timer_update()