Searched defs:rows (Results 1 - 6 of 6) sorted by relevance

/arch/arm/mach-s3c64xx/
H A Dsetup-keypad.c18 void samsung_keypad_cfg_gpio(unsigned int rows, unsigned int cols) argument
21 s3c_gpio_cfgrange_nopull(S3C64XX_GPK(8), rows, S3C_GPIO_SFN(3));
/arch/blackfin/mach-bf548/include/mach/
H A Dbf54x_keys.h11 int rows; member in struct:bfin_kpad_platform_data
/arch/mips/jz4740/
H A Dsetup.c34 u32 ctrl, bus, bank, rows, cols; local
42 rows = 11 + ((ctrl >> 20) & 3);
44 "SDRAM preconfigured: bus:%u bank:%u rows:%u cols:%u\n",
45 bus, bank, rows, cols);
48 size = 1 << (bus + bank + cols + rows);
/arch/x86/boot/
H A Dvideo-mode.c27 int force_x, force_y; /* Don't query the BIOS for cols/rows */
120 unsigned int font_size, rows; local
126 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */
128 rows *= font_size; /* Visible scan lines */
129 rows--; /* ... minus one */
137 out_idx((u8)rows, crtc, 0x12); /* Lower height register */
141 ov |= (rows >> (8-1)) & 0x02;
142 ov |= (rows >> (9-6)) & 0x40;
/arch/mips/bcm63xx/
H A Dcpu.c258 unsigned int cols = 0, rows = 0, is_32bits = 0, banks = 0; local
271 rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT;
279 rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT;
286 rows += 11;
291 return 1 << (cols + rows + (is_32bits + 1) + banks);
/arch/um/drivers/
H A Dchan_kern.c57 static int not_configged_window_size(int fd, void *data, unsigned short *rows, argument

Completed in 167 milliseconds