Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic79xx.c644 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo()
652 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr & SG_PTR_MASK); in ahd_run_data_fifo()
703 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, resid); in ahd_run_data_fifo()
718 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo()
728 ahd_outl(ahd, SCB_DATACNT, resid); in ahd_run_data_fifo()
729 ahd_outl(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
792 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_run_data_fifo()
802 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK); in ahd_run_data_fifo()
5012 ahd_outl(ahd, SCB_RESIDUAL_SGPTR, sgptr); in ahd_handle_ign_wide_residue()
5013 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, data_cnt); in ahd_handle_ign_wide_residue()
[all …]
HDaic79xx_inline.h436 static __inline void ahd_outl(struct ahd_softc *ahd, u_int port,
554 ahd_outl(struct ahd_softc *ahd, u_int port, uint32_t value) in ahd_outl() function
HDaic79xx_pci.c513 ahd_outl(ahd, SRAM_BASE, 0x5aa555aa); in ahd_pci_test_register_access()
HDaic79xx_osm.c1525 ahd_outl(ahd_ddb_softc, addr, new_value); in DB_FUNC()