Home
last modified time | relevance | path

Searched defs:y (Results 326 – 350 of 1296) sorted by relevance

1...<<11121314151617181920>>...52

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa-regs.h39 # define __REG2(x,y) \ argument
/openbmc/linux/arch/sparc/lib/
H A DNGbzero.S8 #define EX_ST(x,y) \ argument
H A DGENbzero.S8 #define EX_ST(x,y) \ argument
/openbmc/linux/net/sched/
H A Dsch_hfsc.c96 u64 y; /* current starting position on y-axis */ member
384 u64 y; in seg_x2y() local
396 seg_y2x(u64 y, u64 ism) in seg_y2x()
488 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init()
505 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x()
528 u64 y; in rtsc_x2y() local
547 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_min()
/openbmc/qemu/hw/display/
H A Dvmware_vga.c56 int y; member
82 int x, y, w, h; member
298 int x, int y, int w, int h) in vmsvga_verify_rect()
354 int x, int y, int w, int h) in vmsvga_update_rect()
403 int x, int y, int w, int h) in vmsvga_update_rect_delayed()
459 uint32_t c, int x, int y, int w, int h) in vmsvga_fill_rect()
620 int x, y, dx, dy, width, height; in vmsvga_fifo_run() local
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame_comm.h40 struct ia_css_frame_sp_plane y; member
46 struct ia_css_frame_sp_plane y; member
/openbmc/u-boot/lib/
H A Dsha256.c90 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() argument
91 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() argument
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c239 int y; in png_save() local
306 int y; in ppm_save() local
/openbmc/linux/kernel/sched/
H A Dclock.c247 static __always_inline u64 wrap_min(u64 x, u64 y) in wrap_min()
252 static __always_inline u64 wrap_max(u64 x, u64 y) in wrap_max()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_accel.c146 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect()
248 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c639 int x, int y, struct drm_framebuffer *old_fb) in nv_crtc_mode_set()
827 int x, int y, bool atomic) in nv04_crtc_do_mode_set_base()
904 nv04_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in nv04_crtc_mode_set_base()
916 int x, int y, enum mode_set_atomic state) in nv04_crtc_mode_set_base_atomic()
1024 nv04_crtc_cursor_move(struct drm_crtc *crtc, int x, int y) in nv04_crtc_cursor_move()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dgcc_intrin.h538 #define ia64_lfetch(lfhint, y) \ argument
556 #define ia64_lfetch_excl(lfhint, y) \ argument
574 #define ia64_lfetch_fault(lfhint, y) \ argument
592 #define ia64_lfetch_fault_excl(lfhint, y) \ argument
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c497 #define CTRL_OPTIONS_CS(x, y) {"cs" #x "_" #y, \ argument
602 #define CFG_REGS_CS(x, y) {"cs" #x "_" #y, \ argument
1238 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr3_spd_dump() argument
1431 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr4_spd_dump() argument
/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S160 #define GG1(x, y, z, o, t) \ argument
165 #define FF1(x, y, z, o, t) GG1(x, y, z, o, t) argument
167 #define GG2(x, y, z, o, t) \ argument
173 #define FF2(x, y, z, o, t) \ argument
/openbmc/linux/arch/sparc/prom/
H A Dmemory.c52 const struct sparc_phys_banks *x = a, *y = b; in sp_banks_cmp() local
/openbmc/u-boot/drivers/rtc/
H A Dmcfrtc.c20 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) argument
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_escape.h51 int32 x, y; member
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0.h26 #define hwread(x,y) readl((x)+(y)) argument
27 #define hwwrite(x,y,z) writel((z),(x)+(y)) argument
37 #define SRC_RATIO(x,y) ((((x<<15)/y) + 1)/2) argument
/openbmc/linux/drivers/video/fbdev/
H A Dvt8623fb.c150 int x, y; in vt8623fb_iplan_imageblit() local
175 int x, y; in vt8623fb_iplan_fillrect() local
206 int x, y; in vt8623fb_cfb4_imageblit() local
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c291 int x, int y) in shmob_drm_crtc_compute_base()
351 int x, int y, in shmob_drm_crtc_mode_set()
378 static int shmob_drm_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in shmob_drm_crtc_mode_set_base()
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c130 int y = state->src.y1 >> 16; in drm_plane_state_to_eba() local
146 int y = state->src.y1 >> 16; in drm_plane_state_to_ubo() local
165 int y = state->src.y1 >> 16; in drm_plane_state_to_vbo() local
/openbmc/linux/lib/crypto/
H A Darc4.c40 u32 x, y, a, b; in arc4_crypt() local
/openbmc/linux/arch/x86/math-emu/
H A Dreg_divide.c30 FPU_REG x, y; in FPU_div() local
/openbmc/u-boot/include/
H A Dimage-sparse.h9 #define ROUNDUP(x, y) (((x) + ((y) - 1)) & ~((y) - 1)) argument
/openbmc/linux/include/crypto/
H A Decc_curve.h18 u64 *y; member

1...<<11121314151617181920>>...52