/u-boot/test/dm/ |
A D | pci.c | 29 struct udevice *swap; in dm_test_pci_busdev() local 63 struct udevice *swap; in dm_test_pci_swapcase() local 71 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_swapcase() 92 io_addr = dm_pci_read_bar32(swap, 0); in dm_test_pci_swapcase() 116 struct udevice *bus, *swap; in dm_test_pci_drvdata() local 123 ut_assertok(dev_has_ofnode(swap)); in dm_test_pci_drvdata() 126 ut_assertok(dev_has_ofnode(swap)); in dm_test_pci_drvdata() 129 ut_assertok(!dev_has_ofnode(swap)); in dm_test_pci_drvdata() 139 struct udevice *bus, *swap; in dm_test_pci_mixed() local 201 struct udevice *bus, *swap; in dm_test_pci_cap() local [all …]
|
/u-boot/drivers/fpga/ |
A D | zynqmppl.c | 61 if (swap == SWAP_NO) { in load_word() 79 int swap = SWAP_NO; in check_header() local 86 pattern = load_word(&test[i], swap); in check_header() 96 swap = SWAP_DONE; in check_header() 106 return swap; in check_header() 122 *swap = check_header(&buf[p]); in check_data() 123 if (*swap) { in check_data() 153 buf, new_buf, swap); in zynqmp_align_dma_buffer() 159 } else if ((swap != SWAP_DONE) && in zynqmp_align_dma_buffer() 165 swap); in zynqmp_align_dma_buffer() [all …]
|
A D | zynqpl.c | 79 if (swap == SWAP_NO) { in load_word() 97 int swap = SWAP_NO; in check_header() local 104 pattern = load_word(&test[i], swap); in check_header() 115 swap = SWAP_DONE; in check_header() 129 return swap; in check_header() 145 *swap = check_header(&buf[p]); in check_data() 146 if (*swap) { in check_data() 327 } else if (swap != SWAP_DONE) { in zynq_align_dma_buffer() 332 swap); in zynq_align_dma_buffer() 377 u32 isr_status, swap; in zynq_load() local [all …]
|
/u-boot/arch/sh/lib/ |
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
|
A D | start.S | 30 swap.b r0, r0 31 swap.w r0, r0 32 swap.b r0, r0
|
A D | udivsi3.S | 32 swap.w r4,r0 41 swap.w r4,r4 46 swap.w r0,r0
|
A D | udiv_qrnnd.S | 36 swap.w r0,r0 50 swap.w r4,r1
|
A D | udivsi3_i4i.S | 195 swap.w r0,r0 204 mov.l @r15+,r4 ! zero-extension and swap using LS unit. 255 swap.w r0,r0 264 mov.l @r15+,r4 ! zero-extension and swap using LS unit.
|
/u-boot/drivers/sound/ |
A D | rt5677.c | 137 static void debug_dump_5677_regs(struct rt5677_priv *priv, int swap) in debug_dump_5677_regs() argument 147 if (swap) in debug_dump_5677_regs() 161 if (swap) in debug_dump_5677_regs()
|
/u-boot/tools/ |
A D | .gitignore | 38 /xway-swap-bytes
|
A D | Makefile | 49 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes 50 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
|
/u-boot/configs/ |
A D | maltael_defconfig | 6 CONFIG_BUILD_TARGET="u-boot-swap.bin"
|
A D | malta64el_defconfig | 6 CONFIG_BUILD_TARGET="u-boot-swap.bin"
|
/u-boot/arch/arm/dts/ |
A D | omap3-panel-sharp-ls037v7dw01.dtsi | 70 ti,swap-xy;
|
A D | imx6ull-dart-6ul.dtsi | 57 fsl,no-blockmark-swap;
|
A D | phycore-imx8mm.dts | 52 enet-phy-lane-no-swap;
|
A D | imx8mp-phycore-som.dtsi | 63 enet-phy-lane-no-swap;
|
/u-boot/doc/ |
A D | README.gpt | 216 'gpt read', 'gpt rename' and 'gpt swap' commands facilitate 219 employing 'swap' to exchange 'primary' and 'backup' partition names: 221 U-BOOT> gpt swap mmc 0 primary backup 237 => gpt swap host 0 name othername 266 "swap" = PARTITION_LINUX_SWAP_GUID
|
/u-boot/drivers/video/imx/ |
A D | ipu.h | 266 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);
|
A D | ipu_disp.c | 651 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap) in ipu_dp_dc_disable() argument 659 dc_swap = swap; in ipu_dp_dc_disable()
|
/u-boot/doc/driver-model/ |
A D | pci-info.rst | 127 compatible = "sandbox,swap-case"; 131 This means that there is a 'sandbox,swap-case' driver at that bus position.
|
/u-boot/include/linux/ |
A D | kernel.h | 262 #define swap(a, b) \ macro
|
/u-boot/arch/sandbox/dts/ |
A D | test.dts | 806 compatible = "sandbox,swap-case"; 809 compatible = "sandbox,swap-case"; 813 compatible = "sandbox,swap-case"; 859 compatible = "sandbox,swap-case";
|
A D | sandbox.dtsi | 169 compatible = "sandbox,swap-case";
|
/u-boot/arch/arm/cpu/armv8/ |
A D | Kconfig | 94 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
|