Lines Matching refs:apm
282 return ap_test_config(ap_qci_info->apm, id); in ap_test_config_card_id()
793 devres = test_bit_inv(card, ap_perms.apm) && in __ap_revise_reserved()
833 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv()
853 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm, in ap_apqn_in_matrix_owned_by_def_drv() argument
859 if (test_bit_inv(card, apm) && in ap_apqn_in_matrix_owned_by_def_drv()
860 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv()
889 devres = test_bit_inv(card, ap_perms.apm) && in ap_device_probe()
1262 ap_qci_info->apm[0], ap_qci_info->apm[1], in ap_adapter_mask_show()
1263 ap_qci_info->apm[2], ap_qci_info->apm[3], in ap_adapter_mask_show()
1264 ap_qci_info->apm[4], ap_qci_info->apm[5], in ap_adapter_mask_show()
1265 ap_qci_info->apm[6], ap_qci_info->apm[7]); in ap_adapter_mask_show()
1377 ap_perms.apm[0], ap_perms.apm[1], in apmask_show()
1378 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show()
1418 if (bitmap_andnot(reserved, newapm, ap_perms.apm, AP_DEVICES)) { in apmask_commit()
1425 memcpy(ap_perms.apm, newapm, APMASKSIZE); in apmask_commit()
1439 rc = ap_parse_bitmap_str(buf, ap_perms.apm, AP_DEVICES, newapm); in apmask_store()
1443 changes = memcmp(ap_perms.apm, newapm, APMASKSIZE); in apmask_store()
1490 rc = ap_drv->in_use(ap_perms.apm, newaqm); in __verify_queue_reservations()
1666 !test_bit_inv(card, ap_perms.apm)) in ap_select_domain()
2176 bitmap_andnot(m, (unsigned long *)ap_qci_info->apm, in ap_config_has_new_aps()
2177 (unsigned long *)ap_qci_info_old->apm, AP_DEVICES); in ap_config_has_new_aps()
2395 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init()
2400 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm)); in ap_perms_init()
2401 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES, in ap_perms_init()