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

/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_core.c830 saved_hscb_busaddr = q_hscb->hscb_busaddr; ahd_swap_with_next_hscb()
832 q_hscb->hscb_busaddr = saved_hscb_busaddr; ahd_swap_with_next_hscb()
833 q_hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; ahd_swap_with_next_hscb()
883 ahd_le32toh(scb->hscb->hscb_busaddr), ahd_queue_scb()
6816 dma_addr_t hscb_busaddr; ahd_alloc_scbs() local
6833 hscb_busaddr = hscb_map->physaddr + (offset * sizeof(*hscb)); ahd_alloc_scbs()
6855 hscb_busaddr = hscb_map->physaddr; ahd_alloc_scbs()
6961 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr); ahd_alloc_scbs()
6991 hscb_busaddr += sizeof(*hscb); ahd_alloc_scbs()
7191 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr); ahd_init()
7598 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); ahd_chip_init()
8125 busaddr = ahd_le32toh(scb->hscb->hscb_busaddr); ahd_qinfifo_requeue()
8128 prev_scb->hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; ahd_qinfifo_requeue()
8134 scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr; ahd_qinfifo_requeue()
8249 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); ahd_search_qinfifo()
H A Daic79xx.h503 /*40*/ uint32_t hscb_busaddr; member in struct:hardware_scb
H A Daic7xxx.h604 dma_addr_t hscb_busaddr; member in struct:scb_data
H A Daic7xxx_core.c397 return (ahc->scb_data->hscb_busaddr ahc_hscb_busaddr()
4833 ahc_dmamap_cb, &scb_data->hscb_busaddr, /*flags*/0); ahc_init_scbdata()
5160 physaddr = ahc->scb_data->hscb_busaddr; ahc_chip_init()

Completed in 261 milliseconds