| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | zynqmppl.c | 49 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 D | zynqpl.c | 67 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 D | pci.c | 38 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 D | udivsi3_i4i-Os.S | 31 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 D | udivsi3.S | 33 swap.w r4,r0 42 swap.w r4,r4 47 swap.w r0,r0
|
| H A D | udiv_qrnnd.S | 37 swap.w r0,r0 51 swap.w r4,r1
|
| H A D | udivsi3_i4i.S | 196 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 | .gitignore | 30 /xway-swap-bytes
|
| H A D | Makefile | 51 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes 52 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.gpt | 218 '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 D | pci-info.txt | 119 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 D | ipu.h | 267 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);
|
| H A D | ipu_disp.c | 650 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 D | kernel.h | 238 #define swap(a, b) \ macro
|
| /rk3399_rockchip-uboot/board/freescale/mpc8544ds/ |
| H A D | README | 15 board, a runtime reset through the FPGA can also affect a swap
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 152 compatible = "sandbox,swap-case";
|
| H A D | test.dts | 323 compatible = "sandbox,swap-case";
|
| /rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/ |
| H A D | README | 54 SW5(2) = 1 CONFIG_SYS_FLASHBANK = 1 :: swap upper/lower
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 77 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-phycore-som.dtsi | 194 enet-phy-lane-no-swap;
|
| /rk3399_rockchip-uboot/board/sbc8548/ |
| H A D | README | 176 JP12 CS0/CS6 swap see note[*] see note[*]
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 1291 bool "Sanity cpu swap"
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Kconfig | 720 partitions via the 'gpt swap' command or to rename single
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | mvpp2.c | 1758 swap(start, end); in mvpp2_prs_tcam_first_free()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 3236 * malloc: swap order of clean-bin strategy;
|