Home
last modified time | relevance | path

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

/linux/sound/drivers/pcsp/
H A Dpcsp.h42 #define PCSP_CALC_NS(div) ({ \ macro
47 #define PCSP_PERIOD_NS() PCSP_CALC_NS(CUR_DIV())
H A Dpcsp_lib.c84 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem); in pcsp_timer_update()