Searched refs:dw0 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | aer.h | 19 unsigned int dw0; member
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 52 __dw dw0; member 292 mem_writes8(base, ptd_offset + slot*sizeof(*ptd) + sizeof(ptd->dw0), in ptd_write() 297 mem_writes8(base, ptd_offset + slot*sizeof(*ptd), &ptd->dw0, in ptd_write() 298 sizeof(ptd->dw0)); in ptd_write() 553 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl() 554 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl() 555 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket); in create_ptd_atl() 556 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl() 586 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl() 1154 ptd.dw0 |= DW0_VALID_BIT; in handle_done_ptds() [all …]
|
/linux-4.1.27/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 | 654 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in get_device_error_info()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8862 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 8881 dw0 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG); in ixgbe_io_error_detected() 8901 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|