Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-ops-test.c21 #define TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert) \ argument
25 .rreg = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_DOUBLE_R ? 1 : 0, \
26 .rshift = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_DOUBLE ? 16 : 0, \
29 #define TEST_UINFO(clayout, ctype, cmin, cmax) \ argument
32 .count = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_SINGLE ? 1 : 2, \
37 #define ITEST(cname, clayout, ctype, cfunc, cmin, cmax, \ argument
42 .layout = SOC_OPS_TEST_##clayout, \
44 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
45 TEST_UINFO(clayout, ctype, cmin, cmax), \
48 #define ATEST(clayout, cfunc, cctl, cret, cinit, \ argument
[all …]