Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mtk-mdp/
A Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux/drivers/video/fbdev/
A Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
/linux/drivers/gpu/drm/bridge/
A Dchrontel-ch7033.c60 SWAP = GENMASK(2, 0), enumerator
/linux/init/
A DKconfig358 config SWAP config
/linux/arch/powerpc/xmon/
A Dxmon.c2345 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro

Completed in 30 milliseconds