Searched refs:data_poi (Results 1 – 2 of 2) sorted by relevance
378 this->data_poi[i] = readb (this->IO_ADDR_R); in nand_write_page()381 this->calculate_ecc (&this->data_poi[0], &(ecc_code[0])); in nand_write_page()387 this->calculate_ecc (&this->data_poi[256], &(ecc_code[3])); in nand_write_page()399 this->data_poi[i] = 0xff; in nand_write_page()403 this->data_poi[i] = 0xff; in nand_write_page()414 writeb ( this->data_poi[i] , this->IO_ADDR_W); in nand_write_page()421 writeb ( this->data_poi[i] , this->IO_ADDR_W); in nand_write_page()430 writeb ( this->data_poi[i] , this->IO_ADDR_W); in nand_write_page()441 writeb ( this->data_poi[i] , this->IO_ADDR_W); in nand_write_page()451 writeb ( this->data_poi[i] , this->IO_ADDR_W); in nand_write_page()[all …]
178 u_char *data_poi; member