Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/
Dpmc.h28 static inline uint32_t tegra_pmc_read_32(uint32_t 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()
Dmemctrl_v1.h46 static inline uint32_t tegra_mc_read_32(uint32_t 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()
Dflowctrl.h42 static inline uint32_t tegra_fc_read_32(uint32_t 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()
Dmemctrl_v2.h188 #define mc_make_txn_override_cfg(off, val) \ argument
220 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ argument
412 static inline uint32_t tegra_mc_read_32(uint32_t 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()
422 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32()
427 static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) in tegra_mc_streamid_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()
43 uint32_t off, uint32_t val) in tegra_smmu_write_32()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgetstr.c102 size_t off; in __fgetstr() local
/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/marlin/vibrator/
DVibrator.cpp57 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/device/google/cuttlefish_common/host/commands/launch/
Dboot_image_unpacker.cc42 auto off = source->LSeek(offset, SEEK_SET); in ExtractFile() local
/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/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DEfiCopyMemSSE2.c55 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
DEfiCopyMem.c57 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
DMvI2cDxe.c79 IN UINTN off) in I2C_READ()
89 IN UINTN off, in I2C_WRITE()
/device/google/bonito/vibrator/
DVibrator.cpp122 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
/device/google/wahoo/vibrator/
DVibrator.cpp130 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
/device/google/crosshatch/vibrator/
DVibrator.cpp126 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
DAArch64.h129 #define VECTOR_ENTRY(tbl, off) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c652 compiler_set_lineno(struct compiler *c, int off) in compiler_set_lineno()
905 int off; in compiler_addop() local
1024 int off; in compiler_addop_i() local
1040 int off; in compiler_addop_j() local
Dast.c2876 int off = 5 + (n_elif - i - 1) * 4; in ast_for_if_stmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c675 compiler_set_lineno(struct compiler *c, int off) in compiler_set_lineno()
928 int off; in compiler_addop() local
1047 int off; in compiler_addop_i() local
1063 int off; in compiler_addop_j() local
Dast.c2893 int off = 5 + (n_elif - i - 1) * 4; in ast_for_if_stmt() local
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c133 #define QueueNext(off) ((((off) + 1) >= QUEUE_DEPTH) ? 0 : ((off) + 1)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c2881 int off, dst; in tzinfo_fromutc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c2881 int off, dst; in tzinfo_fromutc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c1424 Py_ssize_t i, n, off, to_merge_size; in set_mro_error() local

12