Home
last modified time | relevance | path

Searched refs:fddata (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dhdfd_intr.s63 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 Dhdfdreg.h63 #define fddata 0x02 /* NEC 765 Data Register (R/W) */ macro
H A Dhdfd.c438 (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 Dfdreg.h51 #define fddata 3 /* NEC 765 Data Register (R/W) */ macro
H A Dfd.c895 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 Dfdreg.h50 #define fddata 5 /* NEC 765 Data Register (R/W) */ macro
H A Dfd.c759 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 Dfdreg.h43 #define fddata 1 /* NEC 765 Data Register (R/W) */ macro
H A Dfd.c367 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()