/openbmc/u-boot/test/dm/ |
H A D | pci.c | 28 struct udevice *swap; in dm_test_pci_busdev() local 62 struct udevice *swap; in dm_test_pci_swapcase() local 115 struct udevice *bus, *swap; in dm_test_pci_drvdata() local 138 struct udevice *bus, *swap; in dm_test_pci_mixed() local 200 struct udevice *bus, *swap; in dm_test_pci_cap() local
|
/openbmc/u-boot/drivers/fpga/ |
H A D | zynqmppl.c | 49 static u32 load_word(const void *buf, u32 swap) in load_word() 73 int swap = SWAP_NO; in check_header() local 103 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() 129 static ulong zynqmp_align_dma_buffer(u32 *buf, u32 len, u32 swap) in zynqmp_align_dma_buffer() 169 size_t bsize, u32 blocksize, u32 *swap) in zynqmp_validate_bitstream() 200 u32 swap = 0; in zynqmp_load() local
|
H A D | zynqpl.c | 68 static u32 load_word(const void *buf, u32 swap) in load_word() 92 int swap = SWAP_NO; in check_header() local 127 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() 298 static u32 *zynq_align_dma_buffer(u32 *buf, u32 len, u32 swap) in zynq_align_dma_buffer() 337 size_t bsize, u32 blocksize, u32 *swap, in zynq_validate_bitstream() 372 u32 isr_status, swap; in zynq_load() local 419 u32 isr_status, swap; in zynq_loadfs() local
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) in read_elf_word() 106 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() 111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word() 125 bool swap; in main() local
|
/openbmc/linux/arch/m68k/lib/ |
H A D | udivsi3.S | 98 swap d2 define 101 swap d0 define 120 swap d2 define 122 swap d2 /* align high part with low part */ define
|
H A D | mulsi3.S | 98 swap d0 define
|
/openbmc/qemu/crypto/ |
H A D | aes.c | 956 aesenc_MC_swap(AESState *r, const AESState *st, bool swap) in aesenc_MC_swap() 1016 const AESState *rk, bool swap) in aesenc_SB_SR_AK_swap() 1061 const AESState *rk, bool swap) in aesenc_SB_SR_MC_AK_swap() 1118 aesdec_IMC_swap(AESState *r, const AESState *st, bool swap) in aesdec_IMC_swap() 1178 const AESState *rk, bool swap) in aesdec_ISB_ISR_AK_swap() 1223 const AESState *rk, bool swap) in aesdec_ISB_ISR_IMC_AK_swap()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __concepts.hpp | 214 inline constexpr const auto& swap = __swap::__fn; variable
|
H A D | __intrusive_slist.hpp | 44 auto swap(__intrusive_slist& __other) noexcept -> void in swap() function in stdexec::__slist::__intrusive_slist
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_ipp.c | 477 bool rotate, bool swap) in exynos_drm_ipp_check_size_limits() 524 unsigned int num_limits, bool swap) in exynos_drm_ipp_check_scale_limits() 552 bool rotate, bool swap) in exynos_drm_ipp_check_format() 608 bool swap = drm_rotation_90_or_270(rotation); in exynos_drm_ipp_task_check() local
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 271 u8 devfn, u8 offset, int *swap) in u3_ht_cfg_access() 288 int swap; in u3_ht_read_config() local 339 int swap; in u3_ht_write_config() local
|
/openbmc/qemu/target/ppc/ |
H A D | mem_helper.c | 394 #define LVE(name, access, swap, element) \ argument 421 #define STVE(name, access, swap, element) \ in LVE() argument
|
/openbmc/linux/drivers/ata/ |
H A D | pata_falcon.c | 53 bool swap = 1; in pata_falcon_data_xfer() local
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | pmf.c | 553 const char *swap ; in smt_add_para() local 1076 const char *swap ; in smt_set_para() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-ima.h | 70 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} in dm_ima_measure_on_device_resume()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpiutil.c | 300 void mpi_swap_cond(MPI a, MPI b, unsigned long swap) in mpi_swap_cond()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | plane.h | 51 u32 swap; member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa168fb.h | 236 #define CFG_GRA_SWAPRB(swap) ((swap) << 12) argument 238 #define CFG_GRA_SWAPUV(swap) ((swap) << 11) argument 240 #define CFG_GRA_SWAPYU(swap) ((swap) << 10) argument 253 #define CFG_DMA_SWAPRB(swap) ((swap) << 4) argument 255 #define CFG_DMA_SWAPUV(swap) ((swap) << 3) argument 257 #define CFG_DMA_SWAPYU(swap) ((swap) << 2) argument
|
/openbmc/u-boot/drivers/sound/ |
H A D | rt5677.c | 136 static void debug_dump_5677_regs(struct rt5677_priv *priv, int swap) in debug_dump_5677_regs()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 52 #define swap(a, b) \ macro
|
/openbmc/linux/lib/ |
H A D | sort.c | 132 swap_func_t swap; member
|
/openbmc/linux/fs/nfs/ |
H A D | direct.c | 416 bool swap) in nfs_file_direct_read() 954 bool swap) in nfs_file_direct_write()
|
/openbmc/linux/kernel/power/ |
H A D | user.c | 33 int swap; member
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_lcdc_encoder.c | 64 int bpp, nchan, swap; in setup_phy() local
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | stop_token.hpp | 195 void swap(inplace_stop_token& __other) noexcept in swap() function in stdexec::inplace_stop_token
|