Searched refs:xp_shmptr (Results 1 – 3 of 3) sorted by relevance
292 xp_shmptr(int offset) in xp_shmptr() function303 return *((volatile uint8_t *)xp_shmptr(offset)); in xp_readmem8()311 return le16toh(*(volatile uint16_t *)xp_shmptr(offset)); in xp_readmem16le()319 *(volatile uint8_t *)(xp_shmptr(offset)) = v; in xp_writemem8()327 *((volatile uint16_t *)xp_shmptr(offset)) = htole16((uint16_t)v); in xp_writemem16le()
361 memset(xp_shmptr(PAM_BUF), XP_ATN_RESET, PAM_BUF_LEN); in psgpam_open()583 dp = xp_shmptr(sc->sc_xp_addr); in psgpam_trigger_output()609 memset(xp_shmptr(PAM_BUF), XP_ATN_RESET, PAM_BUF_LEN); in psgpam_halt_output()710 memcpy(xp_shmptr(sc->sc_xp_addr), in psgpam_intr()
69 void *xp_shmptr(int);