Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 23 of 23) sorted by relevance

/drivers/video/fbdev/omap/
A DMakefile13 objs-yy := omapfb_main.o lcdc.o
24 omapfb-objs := $(objs-yy)
26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/drivers/crypto/intel/keembay/
A Dkeembay-ocs-ecc.c354 u64 yy[KMB_ECC_VLI_MAX_DIGITS] = { 0 }; in kmb_ocs_ecc_is_pubkey_valid_partial() local
376 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits, in kmb_ocs_ecc_is_pubkey_valid_partial()
411 rc = vli_cmp(yy, w, pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_partial()
417 memzero_explicit(yy, sizeof(yy)); in kmb_ocs_ecc_is_pubkey_valid_partial()
/drivers/pmdomain/mediatek/
A DMakefile6 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/drivers/firmware/arm_scmi/transports/
A DMakefile13 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/drivers/video/fbdev/core/
A Dtileblit.c53 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
61 blit.sy = yy; in tile_putcs()
A Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
A Dbitblit.c143 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument
159 image.dy = yy * vc->vc_font.height; in bit_putcs()
A Dfbcon_ccw.c129 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument
149 image.dx = yy * vc->vc_font.height; in ccw_putcs()
A Dfbcon_cw.c114 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument
134 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
A Dfbcon_ud.c151 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument
172 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.h70 u8 yy; member
A Dotx_cptpf_ucode.c397 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_tar_dbg_info()
565 ucode->ver_num.xx, ucode->ver_num.yy, ucode->ver_num.zz); in print_ucode_dbg_info()
/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_ucode.h64 u8 yy; member
A Dotx2_cptpf_ucode.c449 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_uc_info()
/drivers/video/fbdev/matrox/
A Dmatroxfb_accel.c409 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument
426 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
/drivers/video/fbdev/nvidia/
A Dnvidia.c546 u32 xx, yy, temp; in nvidiafb_cursor() local
548 yy = cursor->image.dy - info->var.yoffset; in nvidiafb_cursor()
551 temp |= yy << 16; in nvidiafb_cursor()
/drivers/gpu/drm/amd/display/dc/dml2/
A DMakefile32 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_COMPILE_TEST),yy)
/drivers/video/fbdev/
A Dfsl-diu-fb.c1046 uint32_t xx, yy; in fsl_diu_cursor() local
1048 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff; in fsl_diu_cursor()
1051 out_be32(&hw->curs_pos, yy << 16 | xx); in fsl_diu_cursor()
A Dimsttfb.c1200 u32 flags = cursor->set, fg, bg, xx, yy;
1209 yy = cursor->image.dy - info->var.yoffset;
1251 imsttfb_load_cursor_image(par, xx, yy, fgc);
/drivers/video/fbdev/riva/
A Dfbdev.c1591 u32 xx, yy, temp; in rivafb_cursor() local
1593 yy = cursor->image.dy - info->var.yoffset; in rivafb_cursor()
1596 temp |= yy << 16; in rivafb_cursor()
/drivers/video/fbdev/via/
A Dviafbdev.c762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local
782 yy = cursor->image.dy - info->var.yoffset; in viafb_cursor()
784 temp = yy & 0xFFFF; in viafb_cursor()
/drivers/tty/vt/
A Dvt.c603 unsigned int xx, yy, offset; in do_update_region() local
608 yy = offset / vc->vc_cols; in do_update_region()
617 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
627 vc->vc_sw->con_putcs(vc, q, p-q, yy, startx); in do_update_region()
631 yy++; in do_update_region()
/drivers/bluetooth/
A Dbtintel.c1071 u8 num, u8 ww, u8 yy, in btintel_firmware_version() argument
1102 yy == params->fw_build_yy); in btintel_firmware_version()

Completed in 63 milliseconds