Lines Matching refs:columns

675 		u8 columns;  in msch_niu_config()  member
683 [0] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
684 [1] = { .rows = 14, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
685 [2] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
686 [3] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
687 [4] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
688 [5] = { .rows = 15, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
689 [6] = { .rows = 16, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
690 [7] = { .rows = 13, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
691 [8] = { .rows = 14, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
692 [9] = { .rows = 15, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
693 [10] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBRD }, in msch_niu_config()
704 [11] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CRBD }, in msch_niu_config()
705 [12] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CRBD }, in msch_niu_config()
706 [13] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CRBD }, in msch_niu_config()
719 [14] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBDR }, in msch_niu_config()
720 [15] = { .rows = 16, .columns = 9, .type = DMC_MSCH_CBDR }, in msch_niu_config()
741 match = (ddrconf_table[i].columns == cols) && in msch_niu_config()
746 match = (ddrconf_table[i].columns == cols) && in msch_niu_config()
751 match = (ddrconf_table[i].columns == cols) || in msch_niu_config()
752 ((ddrconf_table[i].columns <= cols) && in msch_niu_config()