HomeSort by relevance Sort by last modified time
    Searched refs:CMASK (Results 1 - 9 of 9) sorted by null

  /external/devlib/src/readenergy/
readenergy.c 46 #define CMASK 0xFFF
267 reading->sys_adc_ch0_pm1_sys = (double)(CMASK & buffer[BASE_INDEX+0]) / SYS_ADC_CH0_PM1_SYS_SCALE;
268 reading->sys_adc_ch1_pm2_a57 = (double)(CMASK & buffer[BASE_INDEX+1]) / SYS_ADC_CH1_PM2_A57_SCALE;
269 reading->sys_adc_ch2_pm3_a53 = (double)(CMASK & buffer[BASE_INDEX+2]) / SYS_ADC_CH2_PM3_A53_SCALE;
270 reading->sys_adc_ch3_pm4_gpu = (double)(CMASK & buffer[BASE_INDEX+3]) / SYS_ADC_CH3_PM4_GPU_SCALE;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 194 #define CMASK 022 /* default file mask: S_IWGRP|S_IWOTH */
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
HaswellMsr.h 192 /// [Bit 23] INV: invert the CMASK.
196 /// [Bits 31:24] CMASK: When CMASK is not zero, the corresponding
198 /// greater than or equal to the CMASK.
200 UINT32 CMASK:8;
288 /// [Bit 23] INV: invert the CMASK.
292 /// [Bits 31:24] CMASK: When CMASK is not zero, the corresponding
294 /// greater than or equal to the CMASK.
296 UINT32 CMASK:8;
    [all...]
P6Msr.h 969 /// [Bit 23] INV Inverts the result of the CMASK condition 1 = Inverted 0
974 /// [Bits 31:24] CMASK (Counter Mask).
976 UINT32 CMASK:8;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 269 ITEM(CMASK),
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 421 CMASK = 022
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
ArchitecturalMsr.h 1054 /// [Bit 23] INV: invert the CMASK.
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 100 CMASK = 022
STROPTS.py 97 CMASK = 022
    [all...]

Completed in 377 milliseconds