Lines Matching defs:caps2
459 struct cdns_nand_caps caps2;
553 u8 data_dma_width = cdns_ctrl->caps2.data_dma_width;
901 cdns_ctrl->caps2.max_banks = 1 << FIELD_GET(CTRL_FEATURES_N_BANKS, reg);
904 cdns_ctrl->caps2.data_dma_width = 8;
906 cdns_ctrl->caps2.data_dma_width = 4;
909 cdns_ctrl->caps2.data_control_supp = true;
913 cdns_ctrl->caps2.is_phy_type_dll = true;
1249 if (cdns_ctrl->caps2.data_control_supp) {
1320 if (cdns_ctrl->caps2.is_phy_type_dll)
1325 if (cdns_ctrl->caps2.is_phy_type_dll) {
1452 cdns_ctrl->caps2.data_control_supp) {
1631 cdns_ctrl->caps2.data_control_supp) {
2338 if (cdns_ctrl->caps2.is_phy_type_dll)
2525 if (cdns_ctrl->caps2.is_phy_type_dll) {
2560 if (!cdns_ctrl->caps2.is_phy_type_dll)
2573 if (cdns_ctrl->caps2.is_phy_type_dll)
2578 if (cdns_ctrl->caps2.is_phy_type_dll) {
2733 if (cs >= cdns_ctrl->caps2.max_banks) {
2736 cs, cdns_ctrl->caps2.max_banks);
2800 int max_cs = cdns_ctrl->caps2.max_banks;