Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 6 of 6) sorted by relevance

/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
/openbmc/linux/drivers/video/fbdev/
H A Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dchrontel-ch7033.c61 SWAP = GENMASK(2, 0), enumerator
/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
/openbmc/linux/mm/
H A DKconfig15 menuconfig SWAP config
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2346 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro