Home
last modified time | relevance | path

Searched refs:_win (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/exynos/
Dregs-decon7.h51 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
54 #define WINCON(_win) (0x50 + ((_win) * 4)) argument
92 #define VIDW_BUF_START(_win) (0x80 + ((_win) * 0x10)) argument
93 #define VIDW_BUF_START1(_win) (0x84 + ((_win) * 0x10)) argument
94 #define VIDW_BUF_START2(_win) (0x88 + ((_win) * 0x10)) argument
96 #define VIDW_WHOLE_X(_win) (0x0130 + ((_win) * 8)) argument
97 #define VIDW_WHOLE_Y(_win) (0x0134 + ((_win) * 8)) argument
98 #define VIDW_OFFSET_X(_win) (0x0170 + ((_win) * 8)) argument
99 #define VIDW_OFFSET_Y(_win) (0x0174 + ((_win) * 8)) argument
100 #define VIDW_BLKOFFSET(_win) (0x01B0 + ((_win) * 4)) argument
[all …]
/linux-6.6.21/include/video/
Dsamsung_fimd.h176 #define WINCON(_win) (0x20 + ((_win) * 4)) argument
235 #define SHADOWCON_WINx_PROTECT(_win) (1 << (10 + (_win))) argument
237 #define SHADOWCON_CHx_ENABLE(_win) (1 << (_win)) argument
239 #define SHADOWCON_CHx_LOCAL_ENABLE(_win) (1 << (5 + (_win))) argument
406 #define WINxMAP(_win) (0x180 + ((_win) * 4)) argument
439 #define BLENDEQx(_win) (0x244 + ((_win - 1) * 4)) argument
479 #define WIN_RGB_ORDER(_win) (0x2020 + ((_win) * 4)) argument
/linux-6.6.21/include/pcmcia/
Dds.h123 u16 _win:4; member
/linux-6.6.21/Documentation/pcmcia/
Dlocking.rst122 u16 _win:4;
/linux-6.6.21/drivers/pcmcia/
Dpcmcia_resource.c440 if (!(p_dev->_win & CLIENT_WIN_REQ(w))) { in pcmcia_release_window()
460 p_dev->_win &= ~CLIENT_WIN_REQ(w); in pcmcia_release_window()
886 p_dev->_win |= CLIENT_WIN_REQ(w); in pcmcia_request_window()
Dds.c384 if (p_dev->_win & CLIENT_WIN_REQ(i)) in pcmcia_device_remove()