/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircd.conf | 136 SWAP 0xba45 204 SWAP 0x100E
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_regs.c | 14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument 17 ((SWAP) << 5) | ((ID) << 0))
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | dnfb.c | 104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro 262 out_be16(AP_ROP_1, SWAP(0x3)); in dnfb_probe()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.h | 21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument 24 ((GROUP) << 6) | ((SWAP) << 5) | ((ID) << 0))
|
/openbmc/linux/Documentation/translations/zh_CN/accounting/ |
H A D | delay-accounting.rst | 96 SWAP count delay total delay average
|
/openbmc/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | tmpfs.rst | 136 /mytmpfs上掛載tmpfs實例,分配只能由root用戶訪問的10GB RAM/SWAP,可以有10240個
|
/openbmc/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | tmpfs.rst | 135 /mytmpfs上挂载tmpfs实例,分配只能由root用户访问的10GB RAM/SWAP,可以有10240个
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | chrontel-ch7033.c | 61 SWAP = GENMASK(2, 0), enumerator 402 regmap_update_bits(priv->regmap, 0x18, SWAP, BYTE_SWAP_BGR); in ch7033_bridge_mode_set()
|
/openbmc/qemu/target/sparc/ |
H A D | insns.decode | 656 SWAP 11 ..... 001111 ..... . ............. @r_r_ri_na 657 SWAP 11 ..... 011111 ..... . ............. @r_r_r_asi # SWAPA 658 SWAP 11 ..... 011111 ..... . ............. @r_r_i_asi # SWAPA
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2346 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro 2355 SWAP(val[0], val[1], t); in byterev() 2358 SWAP(val[0], val[3], t); in byterev() 2359 SWAP(val[1], val[2], t); in byterev() 2362 SWAP(val[0], val[7], t); in byterev() 2363 SWAP(val[1], val[6], t); in byterev() 2364 SWAP(val[2], val[5], t); in byterev() 2365 SWAP(val[3], val[4], t); in byterev()
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 173 SWAP 1001 010 rd:5 0010
|
H A D | disas.c | 231 INSN(SWAP, "r%d", a->rd)
|
/openbmc/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 114 SWAP count delay total delay average
|
/openbmc/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 247 SWAP Page Table Helpers
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 295 - ANGLE / SWAP
|
/openbmc/linux/mm/ |
H A D | Kconfig | 6 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can 7 # add proper SWAP support to them, in which case this can be remove. 15 menuconfig SWAP config 27 depends on SWAP 878 depends on TRANSPARENT_HUGEPAGE && ARCH_WANTS_THP_SWAP && SWAP && 64BIT
|
/openbmc/linux/fs/nfs/ |
H A D | Kconfig | 92 depends on NFS_FS && SWAP
|
/openbmc/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 67 FIELD(CR2, SWAP, 15, 1) /* Swap RX/TX pins */
|
/openbmc/linux/drivers/mtd/ |
H A D | Kconfig | 188 depends on MTD && SWAP
|
/openbmc/linux/Documentation/filesystems/ |
H A D | tmpfs.rst | 242 RAM/SWAP in 10240 inodes and it is only accessible by root.
|
/openbmc/linux/tools/mm/ |
H A D | page-types.c | 497 flags |= BIT(SWAP); in expand_overloaded_flags()
|
/openbmc/linux/kernel/power/ |
H A D | Kconfig | 40 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 272 /* COMPARE AND SWAP */ 276 /* COMPARE DOUBLE AND SWAP */ 280 /* COMPARE AND SWAP AND STORE */ 1335 /* COMPARE AND SWAP AND PURGE */
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 2007 FIELD(ID_ISAR0, SWAP, 0, 4)
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 914 - (SWAP): Add prototype. 2792 -# define W(flag, data) ((flag) ? SWAP (data) : (data)) 2796 -static nls_uint32 SWAP PARAMS ((nls_uint32 i)); 2799 -SWAP (i)
|