Lines Matching full:columns
672 u8 columns; in msch_niu_config() member
677 * exact match for the columns and rows (as there's in msch_niu_config()
680 [0] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
681 [1] = { .rows = 14, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
682 [2] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
683 [3] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
684 [4] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
685 [5] = { .rows = 15, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
686 [6] = { .rows = 16, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
687 [7] = { .rows = 13, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
688 [8] = { .rows = 14, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
689 [9] = { .rows = 15, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
690 [10] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
693 * matched for an exact number of columns and to in msch_niu_config()
701 [11] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CRBD }, in msch_niu_config()
702 [12] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CRBD }, in msch_niu_config()
703 [13] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CRBD }, in msch_niu_config()
709 * number of columns is either an exact match (i.e. we in msch_niu_config()
711 * that the columns exceed what is given in this table in msch_niu_config()
716 [14] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBDR }, in msch_niu_config()
717 [15] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBDR }, in msch_niu_config()
722 * columns and rows), while for C-B-D-R, only the the number of in msch_niu_config()
723 * columns needs to match. in msch_niu_config()
738 match = (ddrconf_table[i].columns == cols) && in msch_niu_config()
743 match = (ddrconf_table[i].columns == cols) && in msch_niu_config()
748 match = (ddrconf_table[i].columns == cols) || in msch_niu_config()
749 ((ddrconf_table[i].columns <= cols) && in msch_niu_config()