Home
last modified time | relevance | path

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

12

/u-boot/test/dm/
A Dpci.c29 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 Dzynqmppl.c61 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 Dzynqpl.c79 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 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
A Dstart.S30 swap.b r0, r0
31 swap.w r0, r0
32 swap.b r0, r0
A Dudivsi3.S32 swap.w r4,r0
41 swap.w r4,r4
46 swap.w r0,r0
A Dudiv_qrnnd.S36 swap.w r0,r0
50 swap.w r4,r1
A Dudivsi3_i4i.S195 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 Drt5677.c137 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.gitignore38 /xway-swap-bytes
A DMakefile49 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes
50 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
/u-boot/configs/
A Dmaltael_defconfig6 CONFIG_BUILD_TARGET="u-boot-swap.bin"
A Dmalta64el_defconfig6 CONFIG_BUILD_TARGET="u-boot-swap.bin"
/u-boot/arch/arm/dts/
A Domap3-panel-sharp-ls037v7dw01.dtsi70 ti,swap-xy;
A Dimx6ull-dart-6ul.dtsi57 fsl,no-blockmark-swap;
A Dphycore-imx8mm.dts52 enet-phy-lane-no-swap;
A Dimx8mp-phycore-som.dtsi63 enet-phy-lane-no-swap;
/u-boot/doc/
A DREADME.gpt216 '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 Dipu.h266 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);
A Dipu_disp.c651 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 Dpci-info.rst127 compatible = "sandbox,swap-case";
131 This means that there is a 'sandbox,swap-case' driver at that bus position.
/u-boot/include/linux/
A Dkernel.h262 #define swap(a, b) \ macro
/u-boot/arch/sandbox/dts/
A Dtest.dts806 compatible = "sandbox,swap-case";
809 compatible = "sandbox,swap-case";
813 compatible = "sandbox,swap-case";
859 compatible = "sandbox,swap-case";
A Dsandbox.dtsi169 compatible = "sandbox,swap-case";
/u-boot/arch/arm/cpu/armv8/
A DKconfig94 bool "ARMv8 secure monitor firmware ERET address byteorder swap"

Completed in 36 milliseconds

12