Lines Matching defs:table
99 * ide_build_dmatable - build IDE DMA table
103 * the PRD table that the IDE layer wants to be fed.
118 __le32 *table = (__le32 *)hwif->dmatable_cpu;
131 * Fill in the dma table, without crossing any 64kB boundaries.
143 *table++ = cpu_to_le32(cur_addr);
150 *table++ = cpu_to_le32(0x8000);
151 *table++ = cpu_to_le32(cur_addr + 0x8000);
154 *table++ = cpu_to_le32(xcount);
162 *--table |= cpu_to_le32(0x80000000);
168 count ? "DMA table too small" : "empty DMA table?");
179 * Build an IDE DMA PRD (IDE speak for scatter gather table)
201 /* PRD table */