Home
last modified time | relevance | path

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

/linux/include/video/
H A 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/include/pcmcia/
H A Dds.h123 u16 _win:4; member
/linux/Documentation/pcmcia/
H A Dlocking.rst122 u16 _win:4;
/linux/drivers/pcmcia/
H A 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()
H A Dds.c384 if (p_dev->_win & CLIENT_WIN_REQ(i)) in pcmcia_device_remove()