dbdma_cmd 56 arch/mips/include/asm/mach-au1x00/au1xxx_ide.h struct dbdma_cmd *dma_table_cpu; dbdma_cmd 92 arch/powerpc/include/asm/dbdma.h #define DBDMA_ALIGN(x) (((unsigned long)(x) + sizeof(struct dbdma_cmd) - 1) \ dbdma_cmd 93 arch/powerpc/include/asm/dbdma.h & -sizeof(struct dbdma_cmd)) dbdma_cmd 239 drivers/ata/pata_macio.c struct dbdma_cmd * dma_table_cpu; dbdma_cmd 519 drivers/ata/pata_macio.c struct dbdma_cmd *table; dbdma_cmd 528 drivers/ata/pata_macio.c table = (struct dbdma_cmd *) priv->dma_table_cpu; dbdma_cmd 567 drivers/ata/pata_macio.c memset(table, 0, sizeof(struct dbdma_cmd)); dbdma_cmd 721 drivers/ata/pata_macio.c (MAX_DCMDS + 2) * sizeof(struct dbdma_cmd), dbdma_cmd 193 drivers/block/swim3.c struct dbdma_cmd *dma_cmd; dbdma_cmd 202 drivers/block/swim3.c char dbdma_cmd_space[5 * sizeof(struct dbdma_cmd)]; dbdma_cmd 237 drivers/block/swim3.c static void init_dma(struct dbdma_cmd *cp, int cmd, void *buf, int count); dbdma_cmd 407 drivers/block/swim3.c static inline void init_dma(struct dbdma_cmd *cp, int cmd, dbdma_cmd 420 drivers/block/swim3.c struct dbdma_cmd *cp = fs->dma_cmd; dbdma_cmd 645 drivers/block/swim3.c struct dbdma_cmd *cp; dbdma_cmd 1141 drivers/block/swim3.c fs->dma_cmd = (struct dbdma_cmd *) DBDMA_ALIGN(fs->dbdma_cmd_space); dbdma_cmd 1142 drivers/block/swim3.c memset(fs->dma_cmd, 0, 2 * sizeof(struct dbdma_cmd)); dbdma_cmd 69 drivers/ide/pmac.c struct dbdma_cmd* dma_table_cpu; dbdma_cmd 1457 drivers/ide/pmac.c struct dbdma_cmd *table; dbdma_cmd 1464 drivers/ide/pmac.c table = (struct dbdma_cmd *) pmif->dma_table_cpu; dbdma_cmd 1514 drivers/ide/pmac.c memset(table, 0, sizeof(struct dbdma_cmd)); dbdma_cmd 1689 drivers/ide/pmac.c (MAX_DCMDS + 2) * sizeof(struct dbdma_cmd), dbdma_cmd 44 drivers/macintosh/rack-meter.c struct dbdma_cmd cmd[4] ____cacheline_aligned; dbdma_cmd 169 drivers/macintosh/rack-meter.c struct dbdma_cmd *cmd = db->cmd; dbdma_cmd 182 drivers/macintosh/rack-meter.c memset(cmd, 0, 4 * sizeof(struct dbdma_cmd)); dbdma_cmd 66 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ dbdma_cmd 67 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ dbdma_cmd 140 drivers/net/ethernet/apple/bmac.c + (N_RX_RING + N_TX_RING + 4) * sizeof(struct dbdma_cmd) \ dbdma_cmd 197 drivers/net/ethernet/apple/bmac.c dbdma_setcmd(volatile struct dbdma_cmd *cp, dbdma_cmd 561 drivers/net/ethernet/apple/bmac.c bmac_construct_xmt(struct sk_buff *skb, volatile struct dbdma_cmd *cp) dbdma_cmd 575 drivers/net/ethernet/apple/bmac.c bmac_construct_rxbuff(struct sk_buff *skb, volatile struct dbdma_cmd *cp) dbdma_cmd 588 drivers/net/ethernet/apple/bmac.c memset((char *)bp->tx_cmds, 0, (N_TX_RING+1) * sizeof(struct dbdma_cmd)); dbdma_cmd 614 drivers/net/ethernet/apple/bmac.c (N_RX_RING + 1) * sizeof(struct dbdma_cmd)); dbdma_cmd 679 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *cp; dbdma_cmd 752 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *cp; dbdma_cmd 1313 drivers/net/ethernet/apple/bmac.c bp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(bp + 1); dbdma_cmd 1475 drivers/net/ethernet/apple/bmac.c volatile struct dbdma_cmd *cp; dbdma_cmd 1541 drivers/net/ethernet/apple/bmac.c static void dump_dbdma(volatile struct dbdma_cmd *cp,int count) dbdma_cmd 51 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *tx_cmds; /* xmit dma command list */ dbdma_cmd 52 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *rx_cmds; /* recv dma command list */ dbdma_cmd 78 drivers/net/ethernet/apple/mace.c + (N_RX_RING + NCMDS_TX * N_TX_RING + 3) * sizeof(struct dbdma_cmd)) dbdma_cmd 195 drivers/net/ethernet/apple/mace.c mp->tx_cmds = (volatile struct dbdma_cmd *) DBDMA_ALIGN(mp + 1); dbdma_cmd 199 drivers/net/ethernet/apple/mace.c (NCMDS_TX*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd)); dbdma_cmd 434 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *cp; dbdma_cmd 444 drivers/net/ethernet/apple/mace.c memset((char *)mp->rx_cmds, 0, N_RX_RING * sizeof(struct dbdma_cmd)); dbdma_cmd 533 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *cp, *np; dbdma_cmd 663 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *cp; dbdma_cmd 810 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *cp; dbdma_cmd 879 drivers/net/ethernet/apple/mace.c volatile struct dbdma_cmd *cp, *np; dbdma_cmd 267 drivers/net/ethernet/packetengines/yellowfin.c __le32 dbdma_cmd; dbdma_cmd 731 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[i].dbdma_cmd = dbdma_cmd 751 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[i-1].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 759 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 764 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); dbdma_cmd 772 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[j].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 777 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[j].dbdma_cmd = dbdma_cmd 784 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[j].dbdma_cmd = dbdma_cmd 797 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[++j].dbdma_cmd |= cpu_to_le32(BRANCH_ALWAYS | INTR_ALWAYS); dbdma_cmd 839 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[0].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 840 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[TX_RING_SIZE-1].dbdma_cmd = dbdma_cmd 843 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[entry+1].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 844 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[entry].dbdma_cmd = dbdma_cmd 858 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[next_entry<<1].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 862 drivers/net/ethernet/packetengines/yellowfin.c yp->tx_ring[entry<<1].dbdma_cmd = dbdma_cmd 1043 drivers/net/ethernet/packetengines/yellowfin.c entry, yp->rx_ring[entry].dbdma_cmd, yp->rx_ring[entry].addr, dbdma_cmd 1062 drivers/net/ethernet/packetengines/yellowfin.c data_size = (le32_to_cpu(desc->dbdma_cmd) - dbdma_cmd 1161 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[entry].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 1164 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[entry - 1].dbdma_cmd = dbdma_cmd 1167 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[RX_RING_SIZE - 1].dbdma_cmd = dbdma_cmd 1219 drivers/net/ethernet/packetengines/yellowfin.c i, yp->tx_ring[i].dbdma_cmd, yp->tx_ring[i].addr, dbdma_cmd 1232 drivers/net/ethernet/packetengines/yellowfin.c i, yp->rx_ring[i].dbdma_cmd, yp->rx_ring[i].addr, dbdma_cmd 1253 drivers/net/ethernet/packetengines/yellowfin.c yp->rx_ring[i].dbdma_cmd = cpu_to_le32(CMD_STOP); dbdma_cmd 55 drivers/scsi/mac53c94.c struct dbdma_cmd *dma_cmds; /* space for dbdma commands, aligned */ dbdma_cmd 366 drivers/scsi/mac53c94.c struct dbdma_cmd *dcmds; dbdma_cmd 469 drivers/scsi/mac53c94.c sizeof(struct dbdma_cmd), dbdma_cmd 477 drivers/scsi/mac53c94.c state->dma_cmds = (struct dbdma_cmd *)DBDMA_ALIGN(dma_cmd_space); dbdma_cmd 479 drivers/scsi/mac53c94.c * sizeof(struct dbdma_cmd)); dbdma_cmd 168 drivers/scsi/mesh.c struct dbdma_cmd *dma_cmds; /* space for dbdma commands, aligned */ dbdma_cmd 1262 drivers/scsi/mesh.c struct dbdma_cmd *dcmds; dbdma_cmd 1914 drivers/scsi/mesh.c ms->dma_cmd_size = (mesh_host->sg_tablesize + 2) * sizeof(struct dbdma_cmd); dbdma_cmd 1927 drivers/scsi/mesh.c ms->dma_cmds = (struct dbdma_cmd *) DBDMA_ALIGN(dma_cmd_space); dbdma_cmd 45 sound/aoa/soundbus/i2sbus/core.c r->size = (numcmds + 3) * sizeof(struct dbdma_cmd); dbdma_cmd 33 sound/aoa/soundbus/i2sbus/i2sbus.h struct dbdma_cmd *cmds; dbdma_cmd 331 sound/aoa/soundbus/i2sbus/pcm.c struct dbdma_cmd *command; dbdma_cmd 378 sound/aoa/soundbus/i2sbus/pcm.c memset(command, 0, (nperiods + 2) * sizeof(struct dbdma_cmd)); dbdma_cmd 395 sound/aoa/soundbus/i2sbus/pcm.c (nperiods + 1) * sizeof(struct dbdma_cmd); dbdma_cmd 52 sound/ppc/pmac.c unsigned int rsize = sizeof(struct dbdma_cmd) * (size + 1); dbdma_cmd 69 sound/ppc/pmac.c unsigned int rsize = sizeof(struct dbdma_cmd) * (rec->size + 1); dbdma_cmd 200 sound/ppc/pmac.c volatile struct dbdma_cmd __iomem *cp; dbdma_cmd 264 sound/ppc/pmac.c volatile struct dbdma_cmd __iomem *cp; dbdma_cmd 316 sound/ppc/pmac.c volatile struct dbdma_cmd __iomem *cp = &rec->cmd.cmds[rec->cur_period]; dbdma_cmd 400 sound/ppc/pmac.c volatile struct dbdma_cmd __iomem *cp) dbdma_cmd 414 sound/ppc/pmac.c sizeof(struct dbdma_cmd)); dbdma_cmd 433 sound/ppc/pmac.c + sizeof(struct dbdma_cmd)*((rec->cur_period+1)%rec->nperiods)); dbdma_cmd 451 sound/ppc/pmac.c volatile struct dbdma_cmd __iomem *cp; dbdma_cmd 42 sound/ppc/pmac.h struct dbdma_cmd __iomem *cmds;