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

/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c306 int row_bytes; member in struct:octeontx_nand_chip
1143 int addr_bytes = chip->row_bytes + chip->col_bytes;
1155 int addr_bytes = chip->row_bytes;
1184 int addr_bytes = chip->row_bytes + chip->col_bytes;
1845 chip->row_bytes = nand->onfi_params.addr_cycles & 0xf;
1848 __func__, nand, chip->row_bytes, chip->col_bytes, ecc->mode);

Completed in 34 milliseconds