Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_init.c465 pr_debug("Max coil current is set to: %d \n", currentValue + delta); in tfa9912_factory_trimmer()
471 pr_debug("Max coil current is set to: 15 \n"); in tfa9912_factory_trimmer()
481 pr_debug("Max coil current is set to: %d \n", currentValue - delta); in tfa9912_factory_trimmer()
487 pr_debug("Max coil current is set to: 0 \n"); in tfa9912_factory_trimmer()
Dtfa2_container.c243 pr_debug("File header\n"); in tfa2_cnt_show_header()
247 pr_debug("\tid:%.2s version:%.2s subversion:%.2s\n", _id, hdr->version, hdr->subversion); in tfa2_cnt_show_header()
248 pr_debug("\tsize:%d CRC:0x%08x \n", hdr->size, hdr->CRC); in tfa2_cnt_show_header()
249 pr_debug("\tcustomer:%.8s application:%.8s type:%.8s\n", hdr->customer, hdr->application, in tfa2_cnt_show_header()
Dtfa2_dev.h65 #define pr_debug(...) dev_dbg(NULL, __VA_ARGS__) macro