Searched refs:SWAP (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/platform/mediatek/mdp/ |
| 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))
|
| /drivers/video/fbdev/ |
| A D | dnfb.c | 104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro 264 out_be16(AP_ROP_1, SWAP(0x3)); in dnfb_probe()
|
| /drivers/media/platform/mediatek/mdp3/ |
| 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))
|
| /drivers/gpu/drm/bridge/ |
| A D | chrontel-ch7033.c | 61 SWAP = GENMASK(2, 0), enumerator 403 regmap_update_bits(priv->regmap, 0x18, SWAP, BYTE_SWAP_BGR); in ch7033_bridge_mode_set()
|
| /drivers/mtd/ |
| A D | Kconfig | 188 depends on MTD && SWAP
|
Completed in 39 milliseconds