Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 26) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/fpga/
H A Dzynqmppl.c49 static u32 load_word(const void *buf, u32 swap) in load_word() argument
55 if (swap == SWAP_NO) { in load_word()
73 int swap = SWAP_NO; in check_header() local
80 pattern = load_word(&test[i], swap); in check_header()
90 swap = SWAP_DONE; in check_header()
98 buf, swap == SWAP_NO ? "without" : "with"); in check_header()
100 return swap; in check_header()
103 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() argument
116 *swap = check_header(&buf[p]); in check_data()
117 if (*swap) { in check_data()
[all …]
H A Dzynqpl.c67 static u32 load_word(const void *buf, u32 swap) in load_word() argument
73 if (swap == SWAP_NO) { in load_word()
91 int swap = SWAP_NO; in check_header() local
98 pattern = load_word(&test[i], swap); in check_header()
109 swap = SWAP_DONE; in check_header()
121 (u32)buf, swap == SWAP_NO ? "without" : "with"); in check_header()
123 return swap; in check_header()
126 static void *check_data(u8 *buf, size_t bsize, u32 *swap) in check_data() argument
139 *swap = check_header(&buf[p]); in check_data()
140 if (*swap) { in check_data()
[all …]
/rk3399_rockchip-uboot/test/dm/
H A Dpci.c38 struct udevice *emul, *swap; in dm_test_pci_swapcase() local
44 ut_assertok(dm_pci_bus_find_bdf(PCI_BDF(0, 0x1f, 0), &swap)); in dm_test_pci_swapcase()
45 ut_assert(device_active(swap)); in dm_test_pci_swapcase()
48 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_swapcase()
56 mem_addr = dm_pci_read_bar32(swap, 1); in dm_test_pci_swapcase()
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dudivsi3_i4i-Os.S31 swap.w r4,r0
47 swap.w r4,r4
53 swap.w r0,r0
103 swap.w r4,r0
115 swap.w r4,r0
H A Dudivsi3.S33 swap.w r4,r0
42 swap.w r4,r4
47 swap.w r0,r0
H A Dudiv_qrnnd.S37 swap.w r0,r0
51 swap.w r4,r1
H A Dudivsi3_i4i.S196 swap.w r0,r0
205 mov.l @r15+,r4 ! zero-extension and swap using LS unit.
256 swap.w r0,r0
265 mov.l @r15+,r4 ! zero-extension and swap using LS unit.
/rk3399_rockchip-uboot/tools/
H A D.gitignore30 /xway-swap-bytes
H A DMakefile51 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes
52 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
/rk3399_rockchip-uboot/doc/
H A DREADME.gpt218 'gpt read', 'gpt rename' and 'gpt swap' commands facilitate
221 employing 'swap' to exchange 'primary' and 'backup' partition names:
223 U-BOOT> gpt swap mmc 0 primary backup
239 => gpt swap host 0 name othername
268 "swap" = PARTITION_LINUX_SWAP_GUID
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpci-info.txt119 compatible = "sandbox,swap-case";
123 This means that there is a 'sandbox,swap-case' driver at that bus position.
/rk3399_rockchip-uboot/drivers/video/
H A Dipu.h267 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);
H A Dipu_disp.c650 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap) in ipu_dp_dc_disable() argument
658 dc_swap = swap; in ipu_dp_dc_disable()
/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h238 #define swap(a, b) \ macro
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/
H A DREADME15 board, a runtime reset through the FPGA can also affect a swap
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts152 compatible = "sandbox,swap-case";
H A Dtest.dts323 compatible = "sandbox,swap-case";
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/
H A DREADME54 SW5(2) = 1 CONFIG_SYS_FLASHBANK = 1 :: swap upper/lower
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig77 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3288-phycore-som.dtsi194 enet-phy-lane-no-swap;
/rk3399_rockchip-uboot/board/sbc8548/
H A DREADME176 JP12 CS0/CS6 swap see note[*] see note[*]
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig1291 bool "Sanity cpu swap"
/rk3399_rockchip-uboot/cmd/
H A DKconfig720 partitions via the 'gpt swap' command or to rename single
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c1758 swap(start, end); in mvpp2_prs_tcam_first_free()
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src3236 * malloc: swap order of clean-bin strategy;

12