HomeSort by: relevance | last modified time | path
    Searched defs:t_sg_hi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
tsp_dma.c 185 bus_dma_tag_t t_sg_hi = NULL; local in function:tsp_dma_init
216 t = t_sg_hi = &pcp->pc_dmat_sgmap_hi;
262 t->_next_window = t_sg_hi;
288 t->_next_window = t_sg_hi;
346 if (t_sg_hi != NULL) {
347 alpha_sgmap_init(t_sg_hi, &pcp->pc_sgmap_hi, "tsp_sgmap_hi",
378 if (t_sg_hi != NULL) {
cia_dma.c 130 bus_dma_tag_t t_sg_hi = NULL; local in function:cia_dma_init
156 t = t_sg_hi = &ccp->cc_dmat_sgmap_hi;
188 t->_next_window = t_sg_hi;
254 if (t_sg_hi != NULL) {
255 alpha_sgmap_init(t_sg_hi, &ccp->cc_sgmap_hi, "cia_sgmap_hi",
281 if (t_sg_hi != NULL) {

Completed in 13 milliseconds