Searched refs:CUR_SIZE (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.h41 SRI(CUR_SIZE, DCP, id), \
83 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
84 IPP_SF(CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
167 IPP_SF(CUR_SIZE, CURSOR_WIDTH, mask_sh), \
168 IPP_SF(CUR_SIZE, CURSOR_HEIGHT, mask_sh), \
245 uint32_t CUR_SIZE; member in struct:dce_ipp_registers
H A Ddce_ipp.c117 REG_SET_2(CUR_SIZE, 0,
/linux-master/include/linux/
H A Dconsole_struct.h177 #define CUR_SIZE(c) ((c) & 0x00000f) macro
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.c28 #define CUR_SIZE 0x1C macro
121 DBGFS_DUMP(CUR_SIZE);
122 cursor_dbg_size(s, readl(cursor->regs + CUR_SIZE));
299 writel(cursor->height << 16 | cursor->width, cursor->regs + CUR_SIZE);
/linux-master/drivers/video/console/
H A Dsticon.c104 switch (CUR_SIZE(conp->vc_cursor_type)) {
H A Dmdacon.c483 switch (CUR_SIZE(c->vc_cursor_type)) {
H A Dvgacon.c527 switch (CUR_SIZE(c->vc_cursor_type)) {
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c322 switch (CUR_SIZE(ops->p->cursor_shape)) {
H A Dfbcon_ud.c342 switch (CUR_SIZE(ops->p->cursor_shape)) {
H A Dfbcon_ccw.c319 switch (CUR_SIZE(ops->p->cursor_shape)) {
H A Dfbcon_cw.c302 switch (CUR_SIZE(ops->p->cursor_shape)) {
/linux-master/drivers/tty/vt/
H A Dvt.c858 if (CUR_SIZE(vc->vc_cursor_type) != CUR_NONE)

Completed in 160 milliseconds