Home
last modified time | relevance | path

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

12

/linux/drivers/video/fbdev/omap/
H A DMakefile13 objs-yy := omapfb_main.o lcdc.o
24 omapfb-objs := $(objs-yy)
26 obj-$(CONFIG_FB_OMAP) += $(lcds-yy)
/linux/kernel/bpf/
H A DMakefile7 CFLAGS_core.o += -Wno-override-init $(cflags-nogcse-yy)
18 ifeq ($(CONFIG_MMU)$(CONFIG_64BIT),yy)
/linux/drivers/video/fbdev/core/
H A Dtileblit.c55 const unsigned short *s, int count, int yy, int xx, in tile_putcs() argument
63 blit.sy = yy; in tile_putcs()
H A Dfbcon.h60 const unsigned short *s, int count, int yy, int xx,
H A Dbitblit.c144 const unsigned short *s, int count, int yy, int xx, in bit_putcs() argument
160 image.dy = yy * vc->vc_font.height; in bit_putcs()
H A Dfbcon_ccw.c130 const unsigned short *s, int count, int yy, int xx, in ccw_putcs() argument
150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
H A Dfbcon_cw.c115 const unsigned short *s, int count, int yy, int xx, in cw_putcs() argument
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
H A Dfbcon_ud.c152 const unsigned short *s, int count, int yy, int xx, in ud_putcs() argument
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt62 [xx]Hz [yy]Hz
65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
94 [xx]ch [yy]ch
97 CTU can convert [xx]ch to [yy]ch, or exchange outputted channel.
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c68 Y yy; in f()
H A Dcore_reloc_types.h1040 char yy; member
1046 typedef struct { long xx, yy, zzz; } anon_struct_typedef___diff_sz; member
/linux/drivers/crypto/intel/keembay/
H 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()
/linux/drivers/firmware/arm_scmi/
H A DMakefile22 ifeq ($(CONFIG_THUMB2_KERNEL)$(CONFIG_CC_IS_CLANG),yy)
/linux/scripts/
H A DMakefile.debug12 ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_AS_IS_GNU),yy)
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h70 u8 yy; member
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h64 u8 yy; member
/linux/lib/crypto/mpi/
H A Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local
1326 yy = mpi_copy(point->y); in mpi_ec_mul_point()
1330 ec_invm(yy, yy, ctx); in mpi_ec_mul_point()
1335 mpi_set(y1, yy); in mpi_ec_mul_point()
1346 ec_mulm(y1, yy, z3, ctx); in mpi_ec_mul_point()
1365 mpi_set(result->y, yy); in mpi_ec_mul_point()
1368 mpi_free(yy); yy = NULL; in mpi_ec_mul_point()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit() argument
424 ydstlen = (yy << 16) | height; in matroxfb_1bpp_imageblit()
/linux/arch/riscv/
H A DMakefile146 ifeq ($(CONFIG_RISCV_M_MODE)$(CONFIG_SOC_CANAAN_K210),yy)
/linux/drivers/video/fbdev/nvidia/
H 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()
/linux/drivers/video/fbdev/
H 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);
H 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()
/linux/crypto/
H A Decc.c1606 u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; in ecc_is_pubkey_valid_partial() local
1622 vli_mod_square_fast(yy, pk->y, curve); /* y^2 */ in ecc_is_pubkey_valid_partial()
1628 if (vli_cmp(yy, w, pk->ndigits) != 0) /* Equation */ in ecc_is_pubkey_valid_partial()
/linux/arch/powerpc/
H A DMakefile56 ifeq ($(CONFIG_PPC64)$(CONFIG_LD_IS_BFD),yy)
/linux/drivers/video/fbdev/riva/
H 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()

12