global_req_table  129 drivers/dma/ioat/dca.c 	u16 global_req_table;
global_req_table  146 drivers/dma/ioat/dca.c 			global_req_table =
global_req_table  149 drivers/dma/ioat/dca.c 			       ioatdca->iobase + global_req_table + (i * 4));
global_req_table  163 drivers/dma/ioat/dca.c 	u16 global_req_table;
global_req_table  172 drivers/dma/ioat/dca.c 			global_req_table =
global_req_table  174 drivers/dma/ioat/dca.c 			writel(0, ioatdca->iobase + global_req_table + (i * 4));
global_req_table  226 drivers/dma/ioat/dca.c 	u16 global_req_table;
global_req_table  228 drivers/dma/ioat/dca.c 	global_req_table = readw(iobase + dca_offset + IOAT3_DCA_GREQID_OFFSET);
global_req_table  229 drivers/dma/ioat/dca.c 	if (global_req_table == 0)
global_req_table  233 drivers/dma/ioat/dca.c 		req = readl(iobase + global_req_table + (slots * sizeof(u32)));