Searched refs:col_size (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c379 u8 tbits, col_bits, col_size, row_bits, row_bsize; local
438 col_size = (col_bits + 7) / 8;
443 val = ((row_bsize - 1) << 6) | ((col_size - 1) << 4) | 2;
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1891 * @col_size: number of columns in the frame, max width is 2560
1898 __u32 col_size:12; member in struct:ipu3_uapi_yuvp1_chnr_enable_config
/linux-master/drivers/tty/vt/
H A Dvt.c333 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines); local
336 memsize = col_size * rows;
346 p += col_size;

Completed in 175 milliseconds