HomeSort by: relevance | last modified time | path
    Searched defs:R_fifo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 52 #define R_fifo %l2
99 ld [R_fdc + FDC_REG_FIFO], R_fifo ! get chip FIFO reg addr
131 ldub [R_fifo], %l7 ! reading:
137 stb %l7, [R_fifo] ! *reg_fifo = *fdc->sc_bufp
182 stb %l7, [R_fifo]
205 ldub [R_fifo], %l7 ! load the status byte
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 141 #define R_fifo %l2
191 ld [R_fdc + FDC_REG_FIFO], R_fifo ! get chip FIFO reg addr
192 add R_fifo, %l7, R_fifo
239 ldub [R_fifo], %l7 ! reading:
245 stb %l7, [R_fifo] ! *reg_fifo = *fdc->sc_bufp
273 stb %l7, [R_fifo]
297 ldub [R_fifo], %l7 ! load the status byte

Completed in 12 milliseconds