Searched refs:col_addrs (Results 1 – 1 of 1) sorted by relevance
699 unsigned int op_id, col_addrs, row_addrs, naddrs, remainder, words, i; in rnandc_exec_op() local 752 col_addrs = min(2U, naddrs); in rnandc_exec_op() 753 row_addrs = naddrs > 2 ? naddrs - col_addrs : 0; in rnandc_exec_op() 757 for (i = 0; i < col_addrs; i++) in rnandc_exec_op() 759 rop.gen_seq_ctrl |= GEN_SEQ_COL_A0(col_addrs); in rnandc_exec_op() 769 for (i = 0; i < col_addrs; i++) in rnandc_exec_op() 771 rop.gen_seq_ctrl |= GEN_SEQ_COL_A1(col_addrs); in rnandc_exec_op()