Lines Matching refs:dev_info

30 	dev_info(&hci->master.dev, "vendor MIPI ID: %#x\n", hci->vendor_mipi_id);  in hci_extcap_hardware_id()
31 dev_info(&hci->master.dev, "vendor version ID: %#x\n", hci->vendor_version_id); in hci_extcap_hardware_id()
32 dev_info(&hci->master.dev, "vendor product ID: %#x\n", hci->vendor_product_id); in hci_extcap_hardware_id()
52 dev_info(&hci->master.dev, "operation mode: %s\n", functionality[operation_mode]); in hci_extcap_master_config()
64 dev_info(&hci->master.dev, "%d bus instances\n", count); in hci_extcap_multi_bus()
74 dev_info(&hci->master.dev, "transfer mode table has %d entries\n", in hci_extcap_xfer_modes()
97 dev_info(&hci->master.dev, "available data rates:\n"); in hci_extcap_xfer_rates()
104 dev_info(&hci->master.dev, "rate %d for %s = %d kHz\n", in hci_extcap_xfer_rates()
123 dev_info(&hci->master.dev, "%d/%d active auto-command entries\n", in hci_extcap_auto_command()
132 dev_info(&hci->master.dev, "debug registers present\n"); in hci_extcap_debug()
139 dev_info(&hci->master.dev, "scheduled commands available\n"); in hci_extcap_scheduled_cmd()
146 dev_info(&hci->master.dev, "Non-Current Master support available\n"); in hci_extcap_non_curr_master()
153 dev_info(&hci->master.dev, "CCC Response Configuration available\n"); in hci_extcap_ccc_resp_conf()
159 dev_info(&hci->master.dev, "Global DAT available\n"); in hci_extcap_global_DAT()
165 dev_info(&hci->master.dev, "Master Multi-Lane support available\n"); in hci_extcap_multilane()
171 dev_info(&hci->master.dev, "NCM Multi-Lane support available\n"); in hci_extcap_ncm_multilane()
204 dev_info(&hci->master.dev, "Build Date Info = %#x\n", readl(base + 1*4)); in hci_extcap_vendor_NXP()