Home
last modified time | relevance | path

Searched refs:hscb_busaddr (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_inline.h739 saved_hscb_busaddr = q_hscb->hscb_busaddr; in ahd_swap_with_next_hscb()
741 q_hscb->hscb_busaddr = saved_hscb_busaddr; in ahd_swap_with_next_hscb()
742 q_hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; in ahd_swap_with_next_hscb()
789 SCB_GET_TAG(scb), ahd_le32toh(scb->hscb->hscb_busaddr), in ahd_queue_scb()
Daic7xxx_inline.h192 return (ahc->scb_data->hscb_busaddr in ahc_hscb_busaddr()
Daic79xx_core.c5594 bus_addr_t hscb_busaddr; in ahd_alloc_scbs() local
5611 hscb_busaddr = hscb_map->physaddr + (offset * sizeof(*hscb)); in ahd_alloc_scbs()
5633 hscb_busaddr = hscb_map->physaddr; in ahd_alloc_scbs()
5744 hscb->hscb_busaddr = ahd_htole32(hscb_busaddr); in ahd_alloc_scbs()
5774 hscb_busaddr += sizeof(*hscb); in ahd_alloc_scbs()
5951 ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr); in ahd_init()
6355 busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); in ahd_chip_init()
6891 busaddr = ahd_le32toh(scb->hscb->hscb_busaddr); in ahd_qinfifo_requeue()
6897 prev_scb->hscb->next_hscb_busaddr = scb->hscb->hscb_busaddr; in ahd_qinfifo_requeue()
6903 scb->hscb->next_hscb_busaddr = ahd->next_queued_hscb->hscb_busaddr; in ahd_qinfifo_requeue()
[all …]
Daic7xxx.h614 bus_addr_t hscb_busaddr; member
Daic79xx.h510 /*40*/ uint32_t hscb_busaddr; member
Daic7xxx_core.c4322 ahc_dmamap_cb, &scb_data->hscb_busaddr, /*flags*/0); in ahc_init_scbdata()
4650 physaddr = ahc->scb_data->hscb_busaddr; in ahc_chip_init()