Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h141 #define PVS 0x000e /* 16bit */ macro
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac369 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`
370 if test "x$PVS" = "x"; then
371 PVS="0"
374 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"
H A Dconfigure23388 PVS=`echo $PACKAGE_VERSION | cut -d . -f 4 | cut -d - -f 1`
23389 if test "x$PVS" = "x"; then
23390 PVS="0"
23393 VENDOR_RELEASE="((($PVMAJOR) * 10000000) + (($PVM) * 100000) + (($PVP) * 1000) + $PVS)"