Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 154) sorted by relevance

1234567

/openbmc/linux/drivers/usb/typec/mux/
H A Dgpio-sbu-mux.c23 bool swapped; member
31 bool swapped; in gpio_sbu_switch_set() local
36 swapped = sbu_mux->swapped; in gpio_sbu_switch_set()
43 swapped = false; in gpio_sbu_switch_set()
46 swapped = true; in gpio_sbu_switch_set()
53 if (swapped != sbu_mux->swapped) in gpio_sbu_switch_set()
54 gpiod_set_value(sbu_mux->select_gpio, swapped); in gpio_sbu_switch_set()
57 sbu_mux->swapped = swapped; in gpio_sbu_switch_set()
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst39 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
65 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
115 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
141 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
143 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
251 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
253 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
255 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
257 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
[all …]
/openbmc/u-boot/tools/
H A Domapimage.c152 int swapped = 0; in omapimage_set_header() local
157 while (swapped < size_in_words) { in omapimage_set_header()
159 swapped++; in omapimage_set_header()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst17 * Bits 0-4 swap type if swapped
18 * Bits 5-54 swap offset if swapped
26 * Bit 62 page swapped
201 swapped out. This makes swapped out pages indistinguishable from never-allocated
206 page is swapped out (i.e. SOFT_DIRTY).
208 In user space, whether the page is present, swapped or none can be deduced with
211 lseek() can differentiate between accessed pages (present or swapped out) and
217 cache) and out of memory (swapped out or none/non-allocated).
H A Dswap_numa.rst17 to be swapped on. Simply swapping them on by doing::
24 that the order of them being swapped on doesn't matter.
27 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
/openbmc/linux/arch/mips/alchemy/devboards/
H A Dplatform.c153 int swapped) in db1x_register_norflash() argument
190 if (!swapped) { in db1x_register_norflash()
220 if (swapped) { in db1x_register_norflash()
H A Dplatform.h20 int swapped);
H A Ddb1550.c584 int swapped, id; in db1550_dev_setup() local
624 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
626 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
H A Ddb1300.c788 int swapped, cpldirq; in db1300_dev_setup() local
848 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup()
849 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
H A Ddb1200.c803 int swapped, bid; in db1200_dev_setup() local
932 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1200_dev_setup()
933 db1x_register_norflash(64 << 20, 2, swapped); in db1200_dev_setup()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts128 touchscreen-swapped-x-y;
137 touchscreen-swapped-x-y;
150 touchscreen-swapped-x-y;
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
H A Draspberrypi,firmware-ts.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
H A Dektf2127.txt23 touchscreen-swapped-x-y;
H A Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
H A Deeti.txt18 - touchscreen-swapped-x-y
H A Dbu21013.txt17 - touchscreen-swapped-x-y : General touchscreen binding, see [1].
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c143 } swapped; in le16_to_cpu() local
145 swapped.val = val; in le16_to_cpu()
146 return (swapped.pval[1] << 8) + swapped.pval[0]; in le16_to_cpu()
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-i9305.dts19 /* SCL and SDA pins are swapped */
/openbmc/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c132 bool swapped; member
409 if (mbus_fmt->swapped) in ceu_hw_config()
423 if (mbus_fmt->swapped) in ceu_hw_config()
1019 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1026 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1033 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1040 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
/openbmc/qemu/scripts/coccinelle/
H A Dinplace-byteswaps.cocci3 // undefined behaviour if the expression being swapped is a field in a
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-skov-cpu-revc.dtsi12 touchscreen-swapped-x-y;
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Fix-swapping-fake-lines-in-pch_swap.patch8 in the middle of the hunk and isn't swapped.
/openbmc/u-boot/board/toradex/apalis_imx6/
H A DKconfig46 The UARTs must be used in DCE mode, RTS/CTS are swapped and
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dti,dp83867.txt12 compensate for the board being designed with the lanes swapped.

1234567