Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dcbmem_console.c25 int cursor; in cbmemc_putc() local
27 cursor = cbmem_console_p->buffer_cursor++; in cbmemc_putc()
28 if (cursor < cbmem_console_p->buffer_size) in cbmemc_putc()
29 cbmem_console_p->buffer_body[cursor] = data; in cbmemc_putc()
/rk3399_rockchip-uboot/drivers/video/
H A Dfsl_diu_fb.c164 __be32 cursor; member
259 struct diu_addr cursor; in fsl_diu_init() local
343 if (allocate_buf(&cursor, 32 * 32 * 2, 32) < 0) { in fsl_diu_init()
352 out_be32(&hw->cursor, cursor.paddr); in fsl_diu_init()
H A DKconfig509 cursor.
564 a limited number of ANSI escape sequences (cursor control,
579 bool "Enable a software cursor"
583 This draws a cursor after the last character. No blinking is
584 provided. This makes it possible to see the current cursor
/rk3399_rockchip-uboot/doc/
H A DREADME.bootmenu11 The cursor keys "Up" and "Down" are used for navigation through
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c3798 uint8_t *cursor; in nand_flash_detect_ext_param_page() local
3837 cursor = (uint8_t *)(ep + 1); in nand_flash_detect_ext_param_page()
3842 cursor += s->length * 16; in nand_flash_detect_ext_param_page()
3850 ecc = (struct onfi_ext_ecc_info *)cursor; in nand_flash_detect_ext_param_page()
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox96 (where the terminal is in cooked mode and cursor keys will not work, Ctrl-C
/rk3399_rockchip-uboot/cmd/
H A DKconfig31 cursor.