Searched defs:lsb (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/arm/mach-nexell/ |
A D | tieoff.c | 43 u32 lsb, msb; in nx_tieoff_set() local 79 u32 lsb, msb; in nx_tieoff_get() local
|
/u-boot/drivers/power/ |
A D | twl6030.c | 34 u8 lsb = 0; in twl6030_gpadc_read_channel() local 114 u8 lsb = 0; in twl6030_get_battery_current() local
|
/u-boot/drivers/timer/ |
A D | mchp-pit64b-timer.c | 34 u32 lsb = readl(priv->base + MCHP_PIT64B_TLSBR); in mchp_pit64b_get_count() local
|
/u-boot/drivers/power/pmic/ |
A D | rk8xx.c | 90 u8 msb, lsb, id_msb, id_lsb; in rk8xx_probe() local
|
/u-boot/arch/arm/mach-socfpga/ |
A D | misc_gen5.c | 93 const u32 lsb = id & 0x00000001; in socfpga_fpga_id() local
|
/u-boot/include/ |
A D | regmap.h | 456 unsigned int lsb; member
|
/u-boot/drivers/video/ |
A D | console_truetype.c | 210 int lsb; in console_truetype_putc_xy() local
|
A D | stb_truetype.h | 2533 int advance, lsb, x0,y0,x1,y1,gw,gh; in stbtt_BakeFontBitmap() local 2899 int advance, lsb, x0,y0,x1,y1; in stbtt_PackFontRangesRenderIntoRects() local
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 9795 #define EXTRACT(v, lsb, width) (((v) >> (lsb)) & ((1ull << (width)) - 1)) argument
|
Completed in 110 milliseconds