Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux-6.12.1/drivers/video/fbdev/
Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
/linux-6.12.1/drivers/gpu/drm/bridge/
Dchrontel-ch7033.c61 SWAP = GENMASK(2, 0), enumerator
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.h21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux-6.12.1/mm/
DKconfig15 menuconfig SWAP config
/linux-6.12.1/arch/powerpc/xmon/
Dxmon.c2344 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro