Searched refs:ISM_NR_DMBS (Results 1 – 4 of 4) sorted by relevance
27 #define ISM_NR_DMBS 1920 macro36 DECLARE_BITMAP(sba_bitmap, ISM_NR_DMBS);
187 u32 dmb_bits[ISM_NR_DMBS / 32];189 u16 dmbe_mask[ISM_NR_DMBS];
102 for (int i = 0; i < ISM_NR_DMBS; ++i) { in ism_unregister_client()309 bit = find_next_zero_bit(ism->sba_bitmap, ISM_NR_DMBS, in ism_alloc_dmb()311 if (bit == ISM_NR_DMBS) in ism_alloc_dmb()558 ism->sba_client_arr = kzalloc(ISM_NR_DMBS, GFP_KERNEL); in ism_dev_init()561 memset(ism->sba_client_arr, NO_CLIENT, ISM_NR_DMBS); in ism_dev_init()
469 ISM_NR_DMBS); in smcd_register_dev()