Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.c514 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb32() local
526 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb32()
546 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb32()
594 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb24() local
607 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb24()
629 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb24()
664 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb16() local
676 bottom = top + (uint64_t)swidth * (bmp->height - 1); in bmp_decode_rgb16()
694 scanline = (void *)(bottom - (y * swidth)); in bmp_decode_rgb16()
750 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb() local
[all …]
/rk3399_rockchip-uboot/board/grinn/chiliboard/
H A DREADME24 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/board/grinn/liteboard/
H A DREADME24 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/board/freescale/mx6ul_14x14_evk/
H A DREADME25 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h435 u32 bottom; member
441 u32 bottom; member
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite33 2. Put this SD card into the slot for the large SD card (SD3 on the bottom of
52 Note: The board now boots from full size SD3 on the bottom of the board. NOT
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.css21 margin-bottom: 0px;
/rk3399_rockchip-uboot/board/freescale/mx6ullevk/
H A DREADME25 Where 0 means bottom position and 1 means top position (from the switch label
/rk3399_rockchip-uboot/board/wandboard/
H A DREADME34 - Insert the SD card into the slot located in the bottom of the board (same side
/rk3399_rockchip-uboot/common/
H A Dbedbug.c422 int bottom = n_opcodes - 1; in find_opcode() local
427 while (top <= bottom) { in find_opcode()
428 idx = (top + bottom) >> 1; in find_opcode()
432 bottom = idx - 1; in find_opcode()
H A Dcli_hush.c2225 struct variables *bottom = top_vars; local
2230 while(bottom->next) bottom=bottom->next;
2231 bottom->next = cur;
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A Dmsg.c134 msg_setup->overscan.body.req.bottom = 0; in bcm2835_set_video_params()
/rk3399_rockchip-uboot/doc/
H A DREADME.video72 This configures a black border on the left and right resp. top and bottom
H A DREADME.socfpga82 4.3 In the Qsys window, click on 'Generate HDL...' in bottom right corner
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME58 address, which can be found on a sticker on the bottom of your box.
/rk3399_rockchip-uboot/env/
H A DKconfig93 happens usually with "bottom boot sector" or "top boot
106 beginning of flash memory; for instance, with bottom boot
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra124-nyan.dtsi42 /* Debug connector on the bottom of the board near SD card. */
/rk3399_rockchip-uboot/drivers/net/
H A DKconfig160 This driver is a bridge from the bottom of the network stack
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox198 The sandbox_eth_raw driver bridges traffic between the bottom of the network
/rk3399_rockchip-uboot/doc/driver-model/
H A Dspi-howto.txt49 Put this code at the bottom of your existing driver file:
H A Dspi-howto.rst56 Put this code at the bottom of your existing driver file:
H A DREADME.txt280 So that is a trip from top (command execution) to bottom (driver action)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc881 if (e->y() <= header()->geometry().bottom()) { in contextMenuEvent()
H A Dzconf.tab.c_shipped358 /* The OS might guarantee only one guard page at the bottom of the stack,
/rk3399_rockchip-uboot/arch/x86/
H A DKconfig28 to 64-bit just before starting the kernel. Only the bottom 4GB of

12