Lines Matching refs:apm
287 return ap_test_config(ap_qci_info->apm, id); in ap_test_config_card_id()
821 devres = test_bit_inv(card, ap_perms.apm) && in __ap_revise_reserved()
862 if (test_bit_inv(card, ap_perms.apm) && in ap_owned_by_def_drv()
882 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm, in ap_apqn_in_matrix_owned_by_def_drv() argument
888 if (test_bit_inv(card, apm) && in ap_apqn_in_matrix_owned_by_def_drv()
889 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv()
918 devres = test_bit_inv(card, ap_perms.apm) && in ap_device_probe()
1233 ap_qci_info->apm[0], ap_qci_info->apm[1], in ap_adapter_mask_show()
1234 ap_qci_info->apm[2], ap_qci_info->apm[3], in ap_adapter_mask_show()
1235 ap_qci_info->apm[4], ap_qci_info->apm[5], in ap_adapter_mask_show()
1236 ap_qci_info->apm[6], ap_qci_info->apm[7]); in ap_adapter_mask_show()
1343 ap_perms.apm[0], ap_perms.apm[1], in apmask_show()
1344 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show()
1384 if (bitmap_andnot(reserved, newapm, ap_perms.apm, AP_DEVICES)) { in apmask_commit()
1391 memcpy(ap_perms.apm, newapm, APMASKSIZE); in apmask_commit()
1405 rc = ap_parse_bitmap_str(buf, ap_perms.apm, AP_DEVICES, newapm); in apmask_store()
1409 changes = memcmp(ap_perms.apm, newapm, APMASKSIZE); in apmask_store()
1457 rc = ap_drv->in_use(ap_perms.apm, newaqm); in __verify_queue_reservations()
1608 !test_bit_inv(card, ap_perms.apm)) in ap_select_domain()
2168 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init()
2173 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm)); in ap_perms_init()
2174 ap_parse_mask_str(apm_str, ap_perms.apm, AP_DEVICES, in ap_perms_init()