/netbsd-src/sys/external/bsd/dwc2/dist/ |
H A D | dwc2_hcd.c | 99 dev_dbg(hsotg->dev, " Assigned to channel %p:\n", chan); in dwc2_dump_channel_info() 100 dev_dbg(hsotg->dev, " hcchar 0x%08x, hcsplt 0x%08x\n", in dwc2_dump_channel_info() 102 dev_dbg(hsotg->dev, " hctsiz 0x%08x, hc_dma 0x%08x\n", in dwc2_dump_channel_info() 104 dev_dbg(hsotg->dev, " dev_addr: %d, ep_num: %d, ep_is_in: %d\n", in dwc2_dump_channel_info() 106 dev_dbg(hsotg->dev, " ep_type: %d\n", chan->ep_type); in dwc2_dump_channel_info() 107 dev_dbg(hsotg->dev, " max_packet: %d\n", chan->max_packet); in dwc2_dump_channel_info() 108 dev_dbg(hsotg->dev, " data_pid_start: %d\n", chan->data_pid_start); in dwc2_dump_channel_info() 109 dev_dbg(hsotg->dev, " xfer_started: %d\n", chan->xfer_started); in dwc2_dump_channel_info() 110 dev_dbg(hsotg->dev, " halt_status: %d\n", chan->halt_status); in dwc2_dump_channel_info() 111 dev_dbg(hsotg->dev, " xfer_buf: %p\n", chan->xfer_buf); in dwc2_dump_channel_info() [all …]
|
H A D | dwc2_core.c | 82 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_backup_host_registers() 110 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_restore_host_registers() 155 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_backup_device_registers() 208 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_restore_device_registers() 294 dev_dbg(hsotg->dev, "%s\n", __func__); in dwc2_restore_global_registers() 483 dev_dbg(hsotg->dev, "Initializing HCFG.FSLSPClkSel to %08x\n", val); in dwc2_init_fs_ls_pclk_sel() 562 dev_dbg(hsotg->dev, "Forcing mode to %s\n", host ? "host" : "device"); in dwc2_force_mode() 667 dev_dbg(hsotg->dev, "FS PHY selected\n"); in dwc2_fs_phy_init() 694 dev_dbg(hsotg->dev, "FS PHY enabling I2C\n"); in dwc2_fs_phy_init() 732 dev_dbg(hsotg->dev, "HS ULPI PHY selected\n"); in dwc2_hs_phy_init() [all …]
|
H A D | dwc2_coreintr.c | 133 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint, in dwc2_handle_otg_intr() 137 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 153 dev_dbg(hsotg->dev, "Session End Detected\n"); in dwc2_handle_otg_intr() 172 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 233 dev_dbg(hsotg->dev, "HNP Failed\n"); in dwc2_handle_otg_intr() 246 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 250 dev_dbg(hsotg->dev, "a_suspend->a_peripheral (%d)\n", in dwc2_handle_otg_intr() 269 dev_dbg(hsotg->dev, in dwc2_handle_otg_intr() 272 dev_dbg(hsotg->dev, " ++OTG Interrupt: Debounce Done++\n"); in dwc2_handle_otg_intr() 300 dev_dbg(hsotg->dev, " ++Connector ID Status Change Interrupt++ (%s)\n", in dwc2_handle_conn_id_status_change_intr() [all …]
|
H A D | dwc2_hcdintr.c | 694 dev_dbg(hsotg->dev, "## QTD list empty ##\n"); in dwc2_deactivate_qh() 1152 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: STALL Received--\n", in dwc2_hc_stall_intr() 1253 dev_dbg(hsotg->dev, "%s: qtd is NULL\n", __func__); in dwc2_hc_nak_intr() 1258 dev_dbg(hsotg->dev, "%s: qtd->urb is NULL\n", __func__); in dwc2_hc_nak_intr() 1530 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: Babble Error--\n", in dwc2_hc_babble_intr() 1566 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: AHB Error--\n", in dwc2_hc_ahberr_intr() 1666 dev_dbg(hsotg->dev, in dwc2_hc_xacterr_intr() 1728 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: Frame Overrun--\n", in dwc2_hc_frmovrun_intr() 1758 dev_dbg(hsotg->dev, in dwc2_hc_datatglerr_intr() 1798 dev_dbg(hsotg->dev, in dwc2_halt_status_ok() [all …]
|
H A D | dwc2_hcdqueue.c | 150 dev_dbg(hsotg->dev, "interval=%d\n", qh->interval); in dwc2_qh_init() 306 dev_dbg(hsotg->dev, in dwc2_periodic_channel_available() 544 dev_dbg(hsotg->dev, in dwc2_schedule_periodic() 552 dev_dbg(hsotg->dev, in dwc2_schedule_periodic() 677 dev_dbg(hsotg->dev, in dwc2_hcd_qh_add()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
H A D | kfd_flat_memory.c | 440 dev_dbg(kfd_device, "node id %u\n", id); in kfd_init_apertures() 441 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id); in kfd_init_apertures() 442 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base); in kfd_init_apertures() 443 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit); in kfd_init_apertures() 444 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base); in kfd_init_apertures() 445 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit); in kfd_init_apertures() 446 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base); in kfd_init_apertures() 447 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit); in kfd_init_apertures()
|
H A D | kfd_chardev.c | 142 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open() 879 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); in kfd_ioctl_get_process_apertures() 900 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 902 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 904 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 906 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 908 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 910 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 912 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() 914 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures() [all …]
|
H A D | kfd_events.c | 849 dev_dbg(kfd_device, in lookup_events_by_type_and_signal()
|
/netbsd-src/sys/external/bsd/dwc2/ |
H A D | dwc2.h | 87 #define dev_dbg(d,fmt,...) do { \ macro 103 #define dev_dbg(...) do { } while (0) macro
|
H A D | dwc2.c | 1400 dev_dbg(hsotg->dev, "## %s: qtd is NULL ##\n", __func__); in dwc2_host_complete() 1405 dev_dbg(hsotg->dev, "## %s: qtd->urb is NULL ##\n", __func__); in dwc2_host_complete() 1411 dev_dbg(hsotg->dev, "## %s: urb->priv is NULL ##\n", __func__); in dwc2_host_complete() 1510 dev_dbg(hsotg->dev, "DWC OTG HCD START\n"); in _dwc2_hcd_start()
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | device.h | 80 #define dev_dbg(DEV, FMT, ...) do { \ macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 603 dev_dbg(pci_dev_dev(dev->pdev), in amdgpu_gem_va_ioctl() 611 dev_dbg(pci_dev_dev(dev->pdev), in amdgpu_gem_va_ioctl() 621 dev_dbg(pci_dev_dev(dev->pdev), "invalid flags combination 0x%08X\n", in amdgpu_gem_va_ioctl() 633 dev_dbg(pci_dev_dev(dev->pdev), "unsupported operation %d\n", in amdgpu_gem_va_ioctl()
|
H A D | amdgpu_irq.c | 259 dev_dbg(adev->dev, "amdgpu: using MSI/MSI-X.\n"); in amdgpu_irq_init() 276 dev_dbg(adev->dev, "amdgpu: using MSI/MSI-X.\n"); in amdgpu_irq_init()
|
H A D | amdgpu_xgmi.c | 305 dev_dbg(adev->dev, "Set xgmi pstate %d.\n", pstate); in amdgpu_xgmi_set_pstate()
|
H A D | amdgpu_kms.c | 191 dev_dbg(pci_dev_dev(dev->pdev), in amdgpu_driver_load_kms()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
H A D | nouveau_nvkm_engine_device_tegra.c | 335 dev_dbg(&pdev->dev, "GPU clock set to %lu\n", rate); in nvkm_device_tegra_new()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_kms.c | 161 dev_dbg(dev->dev, in radeon_driver_load_kms()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_page_alloc_dma.c | 1209 dev_dbg(p->dev, "(%s:%d) Freeing.\n", p->pool->name, in ttm_dma_page_alloc_fini()
|