Home
last modified time | relevance | path

Searched full:as (Results 1 – 25 of 7845) sorted by relevance

12345678910>>...314

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dasmmacro.h36 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
38 * as register initialized with the size
45 * __loop as
46 * restart loop. 'as' register must not have been modified!
48 * __endla ar, as, incr
50 * as scratch register used by __loops/__loopi macros or
63 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond
65 addi \at, \as, (1 << \incr_log2) - 1
76 .macro __loopt ar, as, at, incr_log2
77 sub \at, \as, \ar
[all …]
H A Dcacheasm.h21 * Define cache functions as macros here so that they can be used
55 .macro __loop_cache_range ar as at insn line_width
58 add \as, \as, \at
60 __loops \ar, \as, \at, \line_width
138 .macro ___flush_invalidate_dcache_range ar as at
141 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH
147 .macro ___flush_dcache_range ar as at
150 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH
156 .macro ___invalidate_dcache_range ar as at
159 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath5k/
Dani.c
/openbmc/linux/arch/xtensa/include/asm/
Dcacheasm.h
/openbmc/linux/drivers/media/usb/gspca/
DKconfig
/openbmc/linux/Documentation/pcmcia/
Ddriver-changes.rst
/openbmc/qemu/include/system/
H A Ddma.h27 * or less have to treat these as 64-bit always to cover all (or at
43 AddressSpace *as; member
46 static inline void dma_barrier(AddressSpace *as, DMADirection dir) in dma_barrier() argument
72 static inline bool dma_memory_valid(AddressSpace *as, in dma_memory_valid() argument
76 return address_space_access_valid(as, addr, len, in dma_memory_valid()
81 static inline MemTxResult dma_memory_rw_relaxed(AddressSpace *as, in dma_memory_rw_relaxed() argument
87 return address_space_rw(as, addr, attrs, in dma_memory_rw_relaxed()
91 static inline MemTxResult dma_memory_read_relaxed(AddressSpace *as, in dma_memory_read_relaxed() argument
95 return dma_memory_rw_relaxed(as, addr, buf, len, in dma_memory_read_relaxed()
100 static inline MemTxResult dma_memory_write_relaxed(AddressSpace *as, in dma_memory_write_relaxed() argument
[all …]
/openbmc/linux/tools/perf/scripts/python/
Dexport-to-sqlite.py
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/
H A D0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch44 +pub const FICLONE: Ioctl = _IOW::<c_int>(0x94, 9) as Ioctl;
45 +pub const FICLONERANGE: Ioctl = _IOW::<crate::file_clone_range>(0x94, 13) as Ioctl;
96 +pub const FS_IOC_GETFLAGS: Ioctl = _IOR::<c_long>('f' as u32, 1) as Ioctl;
97 +pub const FS_IOC_SETFLAGS: Ioctl = _IOW::<c_long>('f' as u32, 2) as Ioctl;
98 +pub const FS_IOC_GETVERSION: Ioctl = _IOR::<c_long>('v' as u32, 1) as Ioctl;
99 +pub const FS_IOC_SETVERSION: Ioctl = _IOW::<c_long>('v' as u32, 2) as Ioctl;
100 +pub const FS_IOC32_GETFLAGS: Ioctl = _IOR::<c_int>('f' as u32, 1) as Ioctl;
101 +pub const FS_IOC32_SETFLAGS: Ioctl = _IOW::<c_int>('f' as u32, 2) as Ioctl;
102 +pub const FS_IOC32_GETVERSION: Ioctl = _IOR::<c_int>('v' as u32, 1) as Ioctl;
103 +pub const FS_IOC32_SETVERSION: Ioctl = _IOW::<c_int>('v' as u32, 2) as Ioctl;
[all …]
/openbmc/linux/drivers/usb/serial/
DKconfig
/openbmc/linux/drivers/char/
Dapm-emulation.c
/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/
Dfloating-point.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/
Dfloating-point.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/
Dfloating-point.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/
Dfloating-point.json
/openbmc/linux/Documentation/input/
Dgamepad.rst
/openbmc/linux/sound/pci/
DKconfig
/openbmc/qemu/audio/
H A Daudio_win_int.c15 struct audsettings *as) in waveformat_from_audio_settings() argument
19 wfx->nChannels = as->nchannels; in waveformat_from_audio_settings()
20 wfx->nSamplesPerSec = as->freq; in waveformat_from_audio_settings()
21 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2); in waveformat_from_audio_settings()
22 wfx->nBlockAlign = 1 << (as->nchannels == 2); in waveformat_from_audio_settings()
25 switch (as->fmt) { in waveformat_from_audio_settings()
56 dolog("Internal logic error: Bad audio format %d\n", as->fmt); in waveformat_from_audio_settings()
64 struct audsettings *as) in waveformat_to_audio_settings() argument
70 as->freq = wfx->nSamplesPerSec; in waveformat_to_audio_settings()
74 as->nchannels = 1; in waveformat_to_audio_settings()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dfloating-point.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/
Dfloating-point.json
/openbmc/linux/sound/isa/
DKconfig
/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/
Dfloating-point.json
/openbmc/linux/drivers/input/serio/
DKconfig
/openbmc/linux/drivers/iio/trigger/
DKconfig
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py56 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
57 with open(qemu.qemurunnerlog) as f:
63 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
64 with open(qemu.qemurunnerlog) as f:
72 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
73 with open(qemu.qemurunnerlog) as f:
80 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
81 with open(qemu.qemurunnerlog) as f:
89 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu:
90 with open(qemu.qemurunnerlog) as f:
[all …]

12345678910>>...314