Home
last modified time | relevance | path

Searched refs:FDC_DATA (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/arch/x68k/stand/common/
H A Dchkfmt.s11 #define FDC_DATA 0xE94003 /* data register */ macro
44 lea %a1@(FDC_DATA-FDC_STATUS),%a2 | FDC_DATA
45 lea %a2@(INT_STAT-FDC_DATA),%a3 | INT_STAT
/netbsd/sys/arch/sparc64/sparc64/
H A Dbsd_fdintr.s113 ld [R_fdc + FDC_DATA], R_buf ! IO buffer
124 st R_buf, [R_fdc + FDC_DATA]
145 st R_buf, [R_fdc + FDC_DATA]
H A Dgenassym.cf286 define FDC_DATA offsetof(struct fdcio, fdcio_data)
/netbsd/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s210 ld [R_fdc + FDC_DATA], R_buf ! IO buffer
221 st R_buf, [R_fdc + FDC_DATA]
253 st R_buf, [R_fdc + FDC_DATA]
H A Dgenassym.cf262 define FDC_DATA offsetof(struct fdcio, fdcio_data)
/netbsd/sys/arch/bebox/stand/boot/
H A Dfd.c48 #define FDC_DATA(x) (FDC_PORT[x] + 0x5) /* fdc data register */ macro
409 outb(FDC_DATA(ctlr), cmd); in fdc_out()
437 if (data) *data = (u_char)inb(FDC_DATA(ctlr)); in fdc_in()
/netbsd/sys/arch/ews4800mips/include/
H A Dsbd_tr2.h149 #define FDC_DATA ((volatile uint8_t *)0xbb030014) macro