Home
last modified time | relevance | path

Searched refs:AP_DBF (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c593 AP_DBF(DBF_DEBUG, "%s running\n", __func__); in ap_bus_suspend()
630 AP_DBF(DBF_DEBUG, "%s running\n", __func__); in ap_bus_resume()
703 AP_DBF(DBF_DEBUG, "reprobing queue=%02x.%04x\n", in __ap_revise_reserved()
1015 AP_DBF(DBF_DEBUG, "stored new default domain=%d\n", domain); in ap_domain_store()
1266 AP_DBF(DBF_DEBUG, "new ap_domain_index=%d\n", ap_domain_index); in ap_select_domain()
1307 AP_DBF(DBF_WARN, "queue=%02x.%04x unable to map type %d\n", in ap_get_compatible_type()
1310 AP_DBF(DBF_INFO, "queue=%02x.%04x map type %d to %d\n", in ap_get_compatible_type()
1346 AP_DBF(DBF_DEBUG, "%s running\n", __func__); in ap_scan_bus()
1471 AP_DBF(DBF_INFO, in ap_scan_bus()
Dap_debug.h21 #define AP_DBF(...) \ macro