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

  /device/google/contexthub/firmware/os/platform/stm32/
Android.mk 37 pwr.c \
62 pwr.c \
syscfg.c 17 #include <plat/pwr.h>
crc.c 22 #include <plat/pwr.h>
wdt.c 17 #include <plat/pwr.h>
stm32.mk 41 os/platform/$(PLATFORM)/pwr.c \
57 SRCS_bl += os/platform/$(PLATFORM)/pwr.c os/platform/$(PLATFORM)/gpio.c
usart.c 19 #include <plat/pwr.h>
exti.c 23 #include <plat/pwr.h>
pwr.c 19 #include <plat/pwr.h>
63 #define PWR ((struct StmPwr*)PWR_BASE)
86 /* PWR bit definitions */
236 PWR->CR |= PWR_CR_DBP;
241 uint32_t cr = PWR->CR &~ (PWR_CR_MRVLDS | PWR_CR_LPLVDS | PWR_CR_FPDS | PWR_CR_PDDS | PWR_CR_LPDS);
264 PWR->CR = cr;
rtc.c 20 #include <plat/pwr.h>
dma.c 25 #include <plat/pwr.h>
gpio.c 18 #include <plat/pwr.h>
bl.c 7 #include <plat/pwr.h>
platform.c 21 #include <plat/pwr.h>
spi.c 31 #include <plat/pwr.h>
i2c.c 34 #include <plat/pwr.h>
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_eeprom.c 639 * can have pcdac/pwr points.
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
724 /* Set min/max pwr */
795 cdata->pwr[0] = ((val << 2) & AR5K_EEPROM_POWER_M);
798 cdata->pwr[0] |= ((val >> 14) & 0x3);
799 cdata->pwr[1] = ((val >> 8) & AR5K_EEPROM_POWER_M);
800 cdata->pwr[2] = ((val >> 2) & AR5K_EEPROM_POWER_M);
801 cdata->pwr[3] = ((val << 4) & AR5K_EEPROM_POWER_M);
804 cdata->pwr[3] |= ((val >> 12) & 0xf);
805 cdata->pwr[4] = ((val >> 6) & AR5K_EEPROM_POWER_M)
    [all...]
ath5k_phy.c 1893 u8 pwr; local
    [all...]
eeprom.h 278 u8 pwr[AR5K_EEPROM_N_PWR_POINTS_5111]; member in struct:ath5k_chan_pcal_info_rf5111
301 /* Starting pwr/pddac values */
304 /* (pwr,pddac) points
306 s8 pwr[AR5K_EEPROM_N_PD_GAINS] member in struct:ath5k_chan_pcal_info_rf2413
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips64-dsp.s 90 maq_s.l.pwr $ac2,$17,$18
112 preceq.s.l.pwr $19,$20
mips64-dsp.d 90 0+0140 <[^>]*> 7e3217b4 maq_s\.l\.pwr \$ac2,s1,s2
112 0+0198 <[^>]*> 7c149d56 preceq\.s\.l\.pwr s3,s4
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cpu.c 19 #include <plat/pwr.h>
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220-hikey.dts 345 pwr-en-gpio = <&gpio2 1 0>;
  /device/google/contexthub/firmware/os/core/
hostIntf.c 26 #include <plat/pwr.h>
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mips-opc.c     [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabNeighborCellTest.py 568 for pcid, init_rsrp, pwr in zip(pcid_list, init_rsrp_list, power):
576 error.append(cell['rsrp'] - init_rsrp - pwr)
    [all...]

Completed in 874 milliseconds