Lines Matching defs:columns

678 		u8 columns;
683 * exact match for the columns and rows (as there's
686 [0] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CBRD },
687 [1] = { .rows = 14, .columns = 10, .type = DMC_MSCH_CBRD },
688 [2] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CBRD },
689 [3] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBRD },
690 [4] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CBRD },
691 [5] = { .rows = 15, .columns = 11, .type = DMC_MSCH_CBRD },
692 [6] = { .rows = 16, .columns = 11, .type = DMC_MSCH_CBRD },
693 [7] = { .rows = 13, .columns = 9, .type = DMC_MSCH_CBRD },
694 [8] = { .rows = 14, .columns = 9, .type = DMC_MSCH_CBRD },
695 [9] = { .rows = 15, .columns = 9, .type = DMC_MSCH_CBRD },
696 [10] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBRD },
699 * matched for an exact number of columns and to
707 [11] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CRBD },
708 [12] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CRBD },
709 [13] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CRBD },
715 * number of columns is either an exact match (i.e. we
717 * that the columns exceed what is given in this table
722 [14] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBDR },
723 [15] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBDR },
728 * columns and rows), while for C-B-D-R, only the the number of
729 * columns needs to match.
744 match = (ddrconf_table[i].columns == cols) &&
749 match = (ddrconf_table[i].columns == cols) &&
754 match = (ddrconf_table[i].columns == cols) ||
755 ((ddrconf_table[i].columns <= cols) &&