Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf136 SWAP 0xba45
204 SWAP 0x100E
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c14 #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 Ddnfb.c104 #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 Dmtk-mdp3-regs.h21 #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 Ddelay-accounting.rst96 SWAP count delay total delay average
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst136 /mytmpfs上掛載tmpfs實例,分配只能由root用戶訪問的10GB RAM/SWAP,可以有10240個
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst135 /mytmpfs上挂载tmpfs实例,分配只能由root用户访问的10GB RAM/SWAP,可以有10240个
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dchrontel-ch7033.c61 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 Dinsns.decode656 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 Dxmon.c2346 #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 Dinsn.decode173 SWAP 1001 010 rd:5 0010
H A Ddisas.c231 INSN(SWAP, "r%d", a->rd)
/openbmc/linux/Documentation/accounting/
H A Ddelay-accounting.rst114 SWAP count delay total delay average
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst247 SWAP Page Table Helpers
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst295 - ANGLE / SWAP
/openbmc/linux/mm/
H A DKconfig6 # 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 DKconfig92 depends on NFS_FS && SWAP
/openbmc/qemu/hw/char/
H A Dstm32l4x5_usart.c67 FIELD(CR2, SWAP, 15, 1) /* Swap RX/TX pins */
/openbmc/linux/drivers/mtd/
H A DKconfig188 depends on MTD && SWAP
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst242 RAM/SWAP in 10240 inodes and it is only accessible by root.
/openbmc/linux/tools/mm/
H A Dpage-types.c497 flags |= BIT(SWAP); in expand_overloaded_flags()
/openbmc/linux/kernel/power/
H A DKconfig40 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc272 /* 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 Dcpu.h2007 FIELD(ID_ISAR0, SWAP, 0, 4)
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch914 - (SWAP): Add prototype.
2792 -# define W(flag, data) ((flag) ? SWAP (data) : (data))
2796 -static nls_uint32 SWAP PARAMS ((nls_uint32 i));
2799 -SWAP (i)

12