Searched defs:cols (Results 1 – 13 of 13) sorted by relevance
/u-boot/drivers/ram/ |
A D | bmips_ram.c | 66 static ulong bmips_dram_size(unsigned int cols, unsigned int rows, in bmips_dram_size() 78 unsigned int cols = 0, rows = 0, is_32b = 0, banks = 0; in bcm6338_get_ram_size() local 92 unsigned int cols = 0, rows = 0, is_32b = 0; in bcm6358_get_ram_size() local
|
/u-boot/tools/ |
A D | rkmux.py | 26 def __init__(self, cols=None): argument 37 def Setup(self, cols): argument
|
/u-boot/include/ |
A D | lcd_console.h | 10 short cols, rows; member
|
A D | video_console.h | 70 int cols; member
|
A D | ec_commands.h | 2803 uint32_t cols; member
|
/u-boot/lib/efi_loader/ |
A D | efi_console.c | 248 static bool cout_mode_matches(struct cout_mode *mode, int rows, int cols) in cout_mode_matches() 266 static int query_console_serial(int *rows, int *cols) in query_console_serial() 310 static int __maybe_unused query_vidconsole(int *rows, int *cols) in query_vidconsole() 342 int rows = 25, cols = 80; in query_console_size() local
|
/u-boot/drivers/input/ |
A D | key_matrix.c | 179 int key_matrix_init(struct key_matrix *config, int rows, int cols, in key_matrix_init()
|
/u-boot/arch/arm/mach-sunxi/ |
A D | dram_sun50i_h6.c | 203 u8 cols = para->cols; in mctl_set_addrmap() local
|
A D | dram_sun50i_h616.c | 147 u8 cols = para->cols; in mctl_set_addrmap() local
|
/u-boot/drivers/ddr/altera/ |
A D | sdram_gen5.c | 71 const unsigned int cols = in get_errata_rows() local
|
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | dram_sun50i_h616.h | 143 u8 cols; member
|
A D | dram_sun50i_h6.h | 318 u8 cols; member
|
/u-boot/drivers/ram/rockchip/ |
A D | dmc-rk3368.c | 667 const u8 cols = params->chan.col - ((params->chan.bw == 2) ? 0 : 1); in msch_niu_config() local
|
Completed in 59 milliseconds