| /Linux-v5.4/drivers/usb/host/ | 
| D | xhci-dbgcap.c | 88 	struct xhci_dbc		*dbc;  in xhci_dbc_init_contexts()  local95 	dbc = xhci->dbc;  in xhci_dbc_init_contexts()
 96 	if (!dbc)  in xhci_dbc_init_contexts()
 100 	info			= (struct dbc_info_context *)dbc->ctx->bytes;  in xhci_dbc_init_contexts()
 101 	dma			= dbc->string_dma;  in xhci_dbc_init_contexts()
 109 	ep_ctx			= dbc_bulkout_ctx(dbc);  in xhci_dbc_init_contexts()
 110 	max_burst		= DBC_CTRL_MAXBURST(readl(&dbc->regs->control));  in xhci_dbc_init_contexts()
 111 	deq			= dbc_bulkout_enq(dbc);  in xhci_dbc_init_contexts()
 114 	ep_ctx->deq		= cpu_to_le64(deq | dbc->ring_out->cycle_state);  in xhci_dbc_init_contexts()
 117 	ep_ctx			= dbc_bulkin_ctx(dbc);  in xhci_dbc_init_contexts()
 [all …]
 
 | 
| D | xhci-dbgtty.c | 97 	struct xhci_dbc		*dbc = xhci->dbc;  in dbc_read_complete()  local98 	struct dbc_port		*port = &dbc->port;  in dbc_read_complete()
 109 	struct xhci_dbc		*dbc = xhci->dbc;  in dbc_write_complete()  local
 110 	struct dbc_port		*port = &dbc->port;  in dbc_write_complete()
 287 	struct xhci_dbc		*dbc = xhci->dbc;  in xhci_dbc_tty_register_driver()  local
 307 	dbc_tty_driver->driver_state = &dbc->port;  in xhci_dbc_tty_register_driver()
 447 	struct xhci_dbc		*dbc = xhci->dbc;  in xhci_dbc_tty_register_device()  local
 448 	struct dbc_port		*port = &dbc->port;  in xhci_dbc_tty_register_device()
 494 	struct xhci_dbc		*dbc = xhci->dbc;  in xhci_dbc_tty_unregister_device()  local
 495 	struct dbc_port		*port = &dbc->port;  in xhci_dbc_tty_unregister_device()
 
 | 
| D | xhci-dbgcap.h | 105 	struct xhci_dbc			*dbc;  member183 	struct xhci_dbc		*dbc = xhci->dbc;  in get_in_ep()  local
 185 	return &dbc->eps[BULK_IN];  in get_in_ep()
 190 	struct xhci_dbc		*dbc = xhci->dbc;  in get_out_ep()  local
 192 	return &dbc->eps[BULK_OUT];  in get_out_ep()
 
 | 
| D | xhci.h | 1894 	void			*dbc;  member
 | 
| /Linux-v5.4/sound/firewire/ | 
| D | amdtp-stream.c | 525 	unsigned int dbc;  in check_cip_header()  local577 	dbc = cip_header[0] & CIP_DBC_MASK;  in check_cip_header()
 580 		dbc = *data_block_counter;  in check_cip_header()
 582 	if ((dbc == 0x00 && (s->flags & CIP_SKIP_DBC_ZERO_CHECK)) ||  in check_cip_header()
 586 		lost = dbc != *data_block_counter;  in check_cip_header()
 595 		lost = dbc != ((*data_block_counter + dbc_interval) & 0xff);  in check_cip_header()
 601 			*data_block_counter, dbc);  in check_cip_header()
 605 	*data_block_counter = dbc;  in check_cip_header()
 686 	unsigned int dbc = s->data_block_counter;  in generate_device_pkt_descs()  local
 701 					  &data_blocks, &dbc, &syt, i);  in generate_device_pkt_descs()
 [all …]
 
 | 
| /Linux-v5.4/drivers/usb/early/ | 
| D | Makefile | 7 obj-$(CONFIG_EARLY_PRINTK_USB_XDBC) += xhci-dbc.o
 | 
| /Linux-v5.4/Documentation/driver-api/usb/ | 
| D | usb3-debug-port.rst | 113 	root@target:/sys/bus/pci/devices/0000:00:14.0# cat dbc118 	root@target:/sys/bus/pci/devices/0000:00:14.0# echo enable > dbc
 122 	root@target:/sys/bus/pci/devices/0000:00:14.0# cat dbc
 136 	root@target:/sys/bus/pci/devices/0000:00:14.0# cat dbc
 
 | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-bus-pci-drivers-xhci_hcd | 1 What:		/sys/bus/pci/drivers/xhci_hcd/.../dbc
 | 
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ | 
| D | sym_hipd.c | 2301 	u32	dbc	= INL(np, nc_dbc);  local2304 	u_char	cmd	= dbc >> 24;
 2310 			sym_name(np), hsts, dbc, sbcl);
 2388 	u32	dbc;  local
 2404 	dbc	= INL(np, nc_dbc);
 2407 	cmd	= dbc >> 24;
 2408 	rest	= dbc & 0xffffff;
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | ncr53c8xx.c | 6157 	u32	dbc	= INL (nc_dbc);  in ncr_int_par()  local6164 		ncr_name(np), hsts, dbc, sstat1);  in ncr_int_par()
 6189 	if (!(dbc & 0xc0000000))  in ncr_int_par()
 6190 		phase = (dbc >> 24) & 7;  in ncr_int_par()
 6236 	u32	dbc;  in ncr_int_ma()  local
 6250 	dbc	= INL (nc_dbc);  in ncr_int_ma()
 6253 	cmd	= dbc >> 24;  in ncr_int_ma()
 6254 	rest	= dbc & 0xffffff;  in ncr_int_ma()
 
 | 
| /Linux-v5.4/arch/m68k/ifpsp060/ | 
| D | pfpsp.sa | 306 	dc.l	$66363dae,$00040804,$2daeff44,$08063dbc318 	dc.l	$08006014,$3dae0004,$08042d9f,$08063dbc
 
 | 
| D | itest.sa | 542 	dc.l	$4a0066ff,$00002dbc,$52aeff78,$4cfb3fff
 | 
| D | fplsp.sa | 106 	dc.l	$00002dbc,$4cee0303,$ff9cf22e,$9800ff60
 |