Searched refs:col_addr (Results 1 – 2 of 2) sorted by relevance
31 uint16_t col_addr; member406 host->col_addr += chip->ecc.bytes;429 host->col_addr += chip->ecc.postpad + chip->ecc.prepad;453 host->col_addr = n * eccsize;457 host->col_addr = mtd->writesize + n * eccpitch;501 host->col_addr = n * eccsize;505 host->col_addr = mtd->writesize + n * eccpitch;537 host->col_addr = mtd->writesize +563 host->col_addr += chip->ecc.prepad + chip->ecc.postpad;587 host->col_addr = n * eccsize;[all …]
122 uint32_t row_addr, bank_addr, col_addr; in address_to_autodetect_cells() local127 col_addr = extract32(offset, 0, s->set_col_bits); in address_to_autodetect_cells()142 if (col_addr & BIT(i)) { in address_to_autodetect_cells()