Searched refs:ahd_outl (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 128 void ahd_outl(struct ahd_softc *ahd, u_int port,
|
D | aic79xx_core.c | 611 ahd_outl(struct ahd_softc *ahd, u_int port, uint32_t value) in ahd_outl() function 1449 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 1457 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr & SG_PTR_MASK); in ahd_run_data_fifo() 1508 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() 1607 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 5819 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_handle_ign_wide_residue() [all …]
|
D | aic79xx_pci.c | 469 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); in ahd_pci_test_register_access()
|