Searched defs:x0 (Results 1 - 12 of 12) sorted by relevance

/u-boot/arch/arm/include/asm/arch-imx8/
H A Dboot0.h17 ldr x0, =reset variable
/u-boot/arch/arm/mach-snapdragon/include/mach/
H A Dboot0.h33 mrs x0, CurrentEL variable
34 cmp x0, #(1 << 2) /* EL1 */ variable
38 mov x0, #ARM_SMCCC_SIP32_FAST_CALL variable
39 movk x0, #0x10f /* SCM_SVC_MILESTONE_CMD_ID */ variable
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dcboot.h22 static inline void cboot_save_boot_params(unsigned long x0, unsigned long x1, argument
/u-boot/include/
H A Dvxworks.h47 u32 x0; /* don't care, used by VxWorks */ member in struct:e820_info
H A Dvideo_console.h108 int x0; member in struct:vidconsole_bbox
/u-boot/arch/sh/include/asm/
H A Dptrace.h74 unsigned long x0; member in struct:pt_dspregs
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-xaui.c193 csr_wr(CVMX_GMXX_TX_INT_EN(interface), 0x0); local
194 csr_wr(CVMX_PCSXX_INT_EN_REG(interface), 0x0); local
442 csr_wr(CVMX_GMXX_TX_INT_EN(interface), 0x0); local
443 csr_wr(CVMX_PCSXX_INT_EN_REG(interface), 0x0); local
/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c38 ellipse(efi_uintn_t x, efi_uintn_t y, efi_uintn_t x0, efi_uintn_t y0, efi_uintn_t x1, efi_uintn_t y1, const struct efi_gop_pixel col, struct efi_gop_pixel *pix) argument
53 rectangle(efi_uintn_t x, efi_uintn_t y, efi_uintn_t x0, efi_uintn_t y0, efi_uintn_t x1, efi_uintn_t y1, const struct efi_gop_pixel col, struct efi_gop_pixel *pix) argument
/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c894 reg_set(COMPHY_PHY_CFG1_ADDR(lane), 0x0, rb_pin_tx_idle); local
904 reg_set(COMPHY_PHY_CFG1_ADDR(lane), rb_phy_rx_init, 0x0); local
[all...]
/u-boot/arch/arm/mach-tegra/
H A Dcboot.c71 void cboot_save_boot_params(unsigned long x0, unsigned long x1, argument
/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c430 u32 x0, x1, y0, y1; local
/u-boot/drivers/video/
H A Dstb_truetype.h390 int advance,lsb,x0,y0,x1,y1; local
529 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member in struct:__anon29
545 float x0,y member in struct:__anon30
577 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member in struct:__anon31
1625 stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1) argument
1641 stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1) argument
2286 stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1) argument
2652 stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1) argument
2723 int x0=0,y0=0,x1,y1; // =0 suppresses compiler warning local
2808 float x0,y0, x1,y1; member in struct:stbtt__edge
2885 int x0=0, w=0; local
3028 stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, float y0, float x1, float y1) argument
3093 float x0 = e->fx; local
3103 float x0 = e->fx; local
4161 int x0,y0,x1,y1; local
4231 int advance, lsb, x0,y0,x1,y1; local
4487 int x0 = (int) verts[i-1].x, y0 = (int) verts[i-1].y; local
4496 int x0 = (int) verts[i-1].x , y0 = (int) verts[i-1].y ; local
4616 float x0 = verts[i].x*scale_x, y0 = verts[i].y*scale_y; local
4623 float x0 = verts[i].x *scale_x, y0 = verts[i].y *scale_y; local
4646 float x0 = verts[i].x*scale_x, y0 = verts[i].y*scale_y; local
[all...]

Completed in 147 milliseconds