Home
last modified time | relevance | path

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

/fs/ncpfs/
Dncpsign_kernel.c23 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) macro
29 return PVAL(buf, pos) | PVAL(buf, pos + 1) << 8; in WVAL_LH()