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

/linux-4.4.14/drivers/dma/ioat/
H A Ddca.c141 u16 global_req_table; ioat_dca_add_requester() local
158 global_req_table = ioat_dca_add_requester()
161 ioatdca->iobase + global_req_table + (i * 4)); ioat_dca_add_requester()
175 u16 global_req_table; ioat_dca_remove_requester() local
184 global_req_table = ioat_dca_remove_requester()
186 writel(0, ioatdca->iobase + global_req_table + (i * 4)); ioat_dca_remove_requester()
238 u16 global_req_table; ioat_dca_count_dca_slots() local
240 global_req_table = readw(iobase + dca_offset + IOAT3_DCA_GREQID_OFFSET); ioat_dca_count_dca_slots()
241 if (global_req_table == 0) ioat_dca_count_dca_slots()
245 req = readl(iobase + global_req_table + (slots * sizeof(u32))); ioat_dca_count_dca_slots()

Completed in 63 milliseconds