Searched refs:fddata (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/atari/dev/ |
H A D | hdfd_intr.s | 63 movb %a0@(fddata),%a1@+ | Get a byte 71 movb %a1@+,%a0@(fddata) | Push a byte 92 movb %a0@(fddata),%a1@+ | Get a byte 103 movb %a1@+,%a0@(fddata) | Push a byte
|
H A D | hdfdreg.h | 63 #define fddata 0x02 /* NEC 765 Data Register (R/W) */ macro
|
H A D | hdfd.c | 438 (void)rd_fdc_reg(fddata); in fdcattach() 796 fdc->sc_status[n++] = rd_fdc_reg(fddata); in fdcresult() 814 wrt_fdc_reg(fddata, x); in out_fdc()
|
/netbsd-src/sys/dev/isa/ |
H A D | fdreg.h | 51 #define fddata 3 /* NEC 765 Data Register (R/W) */ macro
|
H A D | fd.c | 895 bus_space_read_1(iot, ioh, fddata); in fdcresult() 913 bus_space_write_1(iot, ioh, fddata, x); in out_fdc()
|
/netbsd-src/sys/arch/acorn32/mainbus/ |
H A D | fdreg.h | 50 #define fddata 5 /* NEC 765 Data Register (R/W) */ macro
|
H A D | fd.c | 759 bus_space_read_1(iot, ioh, fddata); in fdcresult() 778 bus_space_write_2(iot, ioh, fddata, x); in out_fdc()
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | fdreg.h | 43 #define fddata 1 /* NEC 765 Data Register (R/W) */ macro
|
H A D | fd.c | 367 fdc->sc_addr + fddata * 2 + 1); in fdc_dmastart() 900 bus_space_read_1(iot, ioh, fddata); in fdcresult() 919 bus_space_write_1(iot, ioh, fddata, x); in out_fdc()
|