Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A Dsb16_csp.c32 #define CSP_HDR_VALUE(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro
34 #define CSP_HDR_VALUE(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
37 #define RIFF_HEADER CSP_HDR_VALUE('R', 'I', 'F', 'F')
38 #define CSP__HEADER CSP_HDR_VALUE('C', 'S', 'P', ' ')
39 #define LIST_HEADER CSP_HDR_VALUE('L', 'I', 'S', 'T')
40 #define FUNC_HEADER CSP_HDR_VALUE('f', 'u', 'n', 'c')
41 #define CODE_HEADER CSP_HDR_VALUE('c', 'o', 'd', 'e')
42 #define INIT_HEADER CSP_HDR_VALUE('i', 'n', 'i', 't')
43 #define MAIN_HEADER CSP_HDR_VALUE('m', 'a', 'i', 'n')