Searched refs:xp_readmem8 (Results 1 – 4 of 4) sorted by relevance
59 r = xp_readmem8(addr + READY); in xp_waitfor_ready()93 while ((rv = xp_readmem8(addr + RESULT)) == 0) in xp_cmd()
70 int xp_readmem8(int);
300 sc->sc_xp_rept_clk = xp_readmem8(PAM_REPT_CLK); in psgpam_xp_query()301 sc->sc_xp_rept_max = xp_readmem8(PAM_REPT_MAX); in psgpam_xp_query()317 if (xp_readmem8(PAM_RUN) != 0) { in psgpam_xp_start()
300 xp_readmem8(int offset) in xp_readmem8() function