Home
last modified time | relevance | path

Searched refs:ahd_outl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h128 void ahd_outl(struct ahd_softc *ahd, u_int port,
H A Daic79xx_core.c1508 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, resid); in ahd_run_data_fifo()
1523 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo()
1533 ahd_outl(ahd, SCB_DATACNT, resid); in ahd_run_data_fifo()
1534 ahd_outl(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
1597 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo()
5789 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_handle_ign_wide_residue()
5862 ahd_outl(ahd, HADDR + 4, dataptr >> 32); in ahd_reinitialize_dataptrs()
5877 ahd_outl(ahd, HADDR, dataptr); in ahd_reinitialize_dataptrs()
7456 ahd_outl(ahd, SHARED_DATA_ADDR, busaddr); in ahd_chip_init()
7457 ahd_outl(ahd, QOUTFIFO_NEXT_ADDR, busaddr); in ahd_chip_init()
[all …]
H A Daic79xx_pci.c467 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); in ahd_pci_test_register_access()