Searched refs:ahd_outl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 128 void ahd_outl(struct ahd_softc *ahd, u_int port,
|
D | aic79xx_core.c | 619 ahd_outl(struct ahd_softc *ahd, u_int port, uint32_t value) in ahd_outl() function 1457 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 1465 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr & SG_PTR_MASK); in ahd_run_data_fifo() 1516 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, resid); in ahd_run_data_fifo() 1531 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo() 1541 ahd_outl(ahd, SCB_DATACNT, resid); in ahd_run_data_fifo() 1542 ahd_outl(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo() 1605 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo() 1615 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK); in ahd_run_data_fifo() 5825 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_handle_ign_wide_residue() [all …]
|
D | aic79xx_pci.c | 477 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); in ahd_pci_test_register_access()
|