Searched refs:max_ddbs (Results 1 – 6 of 6) sorted by relevance
257 asd_ha->hw_prof.max_ddbs = asd_get_devctx_size(asd_ha)/ASD_DDB_SIZE; in asd_get_max_scb_ddb()260 asd_ha->hw_prof.max_ddbs); in asd_get_max_scb_ddb()507 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx_ocm()512 asd_ha->hw_prof.max_ddbs += MAX_DEVS; in asd_extend_devctx_ocm()525 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx()526 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()530 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()536 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()541 dma_addr -= asd_ha->hw_prof.max_ddbs * ASD_DDB_SIZE; in asd_extend_devctx()548 asd_ha->hw_prof.max_ddbs = max_devs; in asd_extend_devctx()[all …]
34 (_ha)->hw_prof.max_ddbs)43 if (ddb >= asd_ha->hw_prof.max_ddbs) { in asd_get_ddb()
115 u32 max_ddbs; member
558 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_cseq_mdp()740 (u16)asd_ha->hw_prof.max_ddbs); in asd_init_lseq_mdp()1131 asd_ha->hw_prof.max_ddbs-1); in asd_init_ddb_0()
242 asd_ha->hw_prof.max_ddbs = ASD_MAX_DDBS; in asd_common_setup()
750 if (site_no >= asd_ha->hw_prof.max_ddbs)