Searched refs:PCXHR_SIZE_MAX_STATUS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.h44 #define PCXHR_SIZE_MAX_STATUS 16 macro
53 u32 stat[PCXHR_SIZE_MAX_STATUS];
H A Dpcxhr.c1259 rmh.cmd[0] = 0x4200 + PCXHR_SIZE_MAX_STATUS;
1261 rmh.stat_len = PCXHR_SIZE_MAX_STATUS;
1512 PCXHR_SIZE_MAX_STATUS),
H A Dpcxhr_core.c549 if (rmh->stat_len < PCXHR_SIZE_MAX_STATUS)
550 max_stat_len = PCXHR_SIZE_MAX_STATUS;

Completed in 35 milliseconds