Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 227) sorted by relevance

12345678910

/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/
Dmemctrl_v2.h188 #define mc_make_txn_override_cfg(off, val) \ argument
190 .offset = MC_TXN_OVERRIDE_CONFIG_ ## off, \
220 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ argument
222 .name = # off, \
224 MC_STREAMID_OVERRIDE_CFG_ ## off), \
412 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() argument
414 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32()
417 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() argument
419 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32()
422 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32() argument
[all …]
Dmemctrl_v1.h46 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() argument
48 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32()
51 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() argument
53 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32()
Dpmc.h28 static inline uint32_t tegra_pmc_read_32(uint32_t off) in tegra_pmc_read_32() argument
30 return mmio_read_32(TEGRA_PMC_BASE + off); in tegra_pmc_read_32()
33 static inline void tegra_pmc_write_32(uint32_t off, uint32_t val) in tegra_pmc_write_32() argument
35 mmio_write_32(TEGRA_PMC_BASE + off, val); in tegra_pmc_write_32()
Dflowctrl.h42 static inline uint32_t tegra_fc_read_32(uint32_t off) in tegra_fc_read_32() argument
44 return mmio_read_32(TEGRA_FLOWCTRL_BASE + off); in tegra_fc_read_32()
47 static inline void tegra_fc_write_32(uint32_t off, uint32_t val) in tegra_fc_write_32() argument
49 mmio_write_32(TEGRA_FLOWCTRL_BASE + off, val); in tegra_fc_write_32()
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/smmu/
Dsmmu.c22 static uint32_t tegra_smmu_read_32(uint32_t smmu_id, uint32_t off) in tegra_smmu_read_32() argument
26 return mmio_read_32(TEGRA_SMMU0_BASE + off); in tegra_smmu_read_32()
31 return mmio_read_32(TEGRA_SMMU1_BASE + off); in tegra_smmu_read_32()
36 return mmio_read_32(TEGRA_SMMU2_BASE + off); in tegra_smmu_read_32()
43 uint32_t off, uint32_t val) in tegra_smmu_write_32() argument
47 mmio_write_32(TEGRA_SMMU0_BASE + off, val); in tegra_smmu_write_32()
52 mmio_write_32(TEGRA_SMMU1_BASE + off, val); in tegra_smmu_write_32()
57 mmio_write_32(TEGRA_SMMU2_BASE + off, val); in tegra_smmu_write_32()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgetstr.c102 size_t off; in __fgetstr() local
145 for (len = fp->_r, off = 0;; len += fp->_r) { in __fgetstr()
155 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in __fgetstr()
156 len - off); in __fgetstr()
157 off = len; in __fgetstr()
169 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in __fgetstr()
/device/amlogic/yukawa/lights/
Dlights.rc6 # shutting off lights while powering-off
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dasm.h81 #define CPUVAR(off) %gs:CPU_INFO_ ## off argument
83 #define CPUVAR(off) %gs:CPU_INFO_/**/off argument
/device/google/sunfish/vibrator/common/bench/
Dbenchmark.cpp48 mVibrator->off(); in TearDown()
123 this->mVibrator->off(); in performBench()
158 mVibrator->off();
162 BENCHMARK_WRAPPER(VibratorBench_V1_0, off, {
169 mVibrator->off();
192 mVibrator->off();
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dasm.h100 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off) argument
102 #define CPUVAR(off) _C_LABEL(cpu_info_primary)+__CONCAT(CPU_INFO_,off) argument
/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h172 size_t find(StringView other, size_t off = 0) {
176 size_t safeOff = std::min(off, mSize);
190 StringView getSubstr(StringView other, size_t off = 0) {
191 size_t loc = find(other, off);
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
DAArch64.h129 #define VECTOR_ENTRY(tbl, off) \ argument
130 .org off
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIoDxe.uni5 // I/O protocols are installed based off of the information provided by each
23 …otocol for every SIO controller. The ISA I/O protocols are installed based off of the information …
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
D.gdbinit1 set confirm off
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.cc42 auto off = source->LSeek(offset, SEEK_SET); in ExtractFile() local
43 if (off != offset) { in ExtractFile()
/device/google/bonito-sepolicy/vendor/qcom/common/
Dhal_power_stats_default.te5 get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dhal_power_stats_default.te6 get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off
/device/google/wahoo/sepolicy/vendor/
Dhal_power_stats_default.te4 get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Dsrcprep.bat1 @echo off
Dlibprep.bat1 @echo off
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DbldX64.bat14 @echo off
136 @echo off
161 @echo off
176 @echo off
197 @echo off
/device/google/sunfish/vibrator/drv2624/bench/
Dbenchmark.cpp116 BENCHMARK_WRAPPER(VibratorBench, off, {
118 mVibrator->off();
/device/linaro/hikey/installer/hikey960/
DREADME13 * Always power off the board before changing the switches or
29 After that completes, power the board off, and set the switches back
/device/google/coral-sepolicy/vendor/google/
Dhal_power_stats_default.te2 get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros36 bits are shifted off, they are ``jammed'' into the least significant bit of
63 bits are shifted off, they are ``jammed'' into the least significant bit of
92 bits shifted off form a second 64-bit result as follows: The _last_ bit
93 shifted off is the most-significant bit of the extra result, and the other
95 bits shifted off were all zero. This extra result is stored in the location
137 number of bits given in `count'. Any bits shifted off are lost. The value
170 number of bits given in `count'. If any nonzero bits are shifted off, they
217 off form a third 64-bit result as follows: The _last_ bit shifted off is
219 extra result are all zero if and only if _all_but_the_last_ bits shifted off
285 number of bits given in `count'. Any bits shifted off are lost. The value
[all …]

12345678910