Searched refs:WATERMARK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dp16v.h206 #define WATERMARK 0x46 /* Test bit to indicate cache level usage */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c1390 this digit. If result==WATERMARK, current digit may not
1392 const strtoll_type WATERMARK = STRTOLL_MAX / base;
1395 if (result > WATERMARK
1396 || (result == WATERMARK && digit > STRTOLL_MAX % base))
1409 const strtoll_type WATERMARK = STRTOLL_MIN / base;
1412 if (result < WATERMARK
1413 || (result == WATERMARK && digit > MOD (STRTOLL_MIN, base)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca0106.h319 #define WATERMARK 0x46 /* Test bit to indicate cache usage level */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dadxl34x.c70 #define WATERMARK (1 << 1) macro
368 if (int_stat & (DATA_READY | WATERMARK)) {
798 ac->int_mask |= WATERMARK;

Completed in 497 milliseconds