Searched refs:wp_wrreg (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | esm.c | 125 static inline void wp_wrreg(struct esm_softc *, uint16_t, uint16_t); 394 wp_wrreg(struct esm_softc *ess, uint16_t reg, uint16_t data) in wp_wrreg() function 406 wp_wrreg(ess, WPREG_CRAM_PTR, reg); in apu_setindex() 437 wp_wrreg(ess, WPREG_DATA_PORT, data); in wp_wrapu() 469 wp_wrreg(ess, WPREG_TIMER_ENABLE, 0); in wp_settimer() 470 wp_wrreg(ess, WPREG_TIMER_FREQ, in wp_settimer() 472 wp_wrreg(ess, WPREG_TIMER_ENABLE, 1); in wp_settimer() 479 wp_wrreg(ess, WPREG_TIMER_START, 1); in wp_starttimer() 486 wp_wrreg(ess, WPREG_TIMER_START, 0); in wp_stoptimer() 608 wp_wrreg(ess, WPREG_WAVE_ROMRAM, in esm_init() [all …]
|