Searched refs:sun_pci_dma_current (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dfloppy.h275 static struct sun_pci_dma_op sun_pci_dma_current = { -1U, 0, 0, NULL}; variable in typeref:struct:sun_pci_dma_op
338 sun_pci_dma_current.buf = sun_pci_dma_pending.buf;
339 sun_pci_dma_current.len = sun_pci_dma_pending.len;
340 sun_pci_dma_current.direction = sun_pci_dma_pending.direction;
347 sun_pci_dma_current.addr =
349 sun_pci_dma_current.buf,
350 sun_pci_dma_current.len,
351 sun_pci_dma_current.direction);
352 writel(sun_pci_dma_current.addr, &sun_pci_fd_ebus_dma->dacr);
378 if (sun_pci_dma_current
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dfloppy.h275 static struct sun_pci_dma_op sun_pci_dma_current = { -1U, 0, 0, NULL}; variable in typeref:struct:sun_pci_dma_op
338 sun_pci_dma_current.buf = sun_pci_dma_pending.buf;
339 sun_pci_dma_current.len = sun_pci_dma_pending.len;
340 sun_pci_dma_current.direction = sun_pci_dma_pending.direction;
347 sun_pci_dma_current.addr =
349 sun_pci_dma_current.buf,
350 sun_pci_dma_current.len,
351 sun_pci_dma_current.direction);
352 writel(sun_pci_dma_current.addr, &sun_pci_fd_ebus_dma->dacr);
378 if (sun_pci_dma_current
[all...]

Completed in 63 milliseconds