Searched refs:dw1 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 53 __dw dw1; member 293 &ptd->dw1, 7*sizeof(ptd->dw1)); in ptd_write() 559 ptd->dw1 = usb_pipeendpoint(qtd->urb->pipe) >> 1; in create_ptd_atl() 560 ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe)); in create_ptd_atl() 561 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl() 564 ptd->dw1 |= DW1_TRANS_BULK; in create_ptd_atl() 566 ptd->dw1 |= DW1_TRANS_INT; in create_ptd_atl() 571 ptd->dw1 |= DW1_TRANS_SPLIT; in create_ptd_atl() 573 ptd->dw1 |= DW1_SE_USB_LOSPEED; in create_ptd_atl() 575 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl() [all …]
|
/linux-4.4.14/include/linux/ |
D | aer.h | 20 unsigned int dw1; member
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv_errprint.c | 136 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
|
D | aerdrv_core.c | 683 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in get_device_error_info()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_ringbuffer.c | 1418 u32 dw1 = MI_SEMAPHORE_MBOX | in gen6_ring_sync() local 1438 intel_ring_emit(waiter, dw1 | wait_mbox); in gen6_ring_sync()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9119 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 9139 dw1 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 4); in ixgbe_io_error_detected() 9145 req_id = dw1 >> 16; in ixgbe_io_error_detected() 9158 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|