Searched refs:dw0 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv.h39 unsigned int dw0; member in struct:header_log_regs
H A Daerdrv_core.c630 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-hcd.h101 __le32 dw0; member in struct:ptd
H A Disp1760-hcd.c533 u32 dw0; local
549 dw0 = PTD_VALID;
550 dw0 |= PTD_LENGTH(qtd->length);
551 dw0 |= PTD_MAXPACKET(maxpacket);
552 dw0 |= PTD_ENDPOINT(usb_pipeendpoint(urb->pipe));
585 dw0 |= PTD_MULTI(multi);
610 ptd->dw0 = cpu_to_le32(dw0);
1073 ptd.dw0 |= cpu_to_le32(PTD_VALID);

Completed in 85 milliseconds