Searched refs:FDC_DATA (Results 1 – 7 of 7) sorted by relevance
/netbsd/sys/arch/x68k/stand/common/ |
H A D | chkfmt.s | 11 #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 D | bsd_fdintr.s | 113 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 D | genassym.cf | 286 define FDC_DATA offsetof(struct fdcio, fdcio_data)
|
/netbsd/sys/arch/sparc/sparc/ |
H A D | bsd_fdintr.s | 210 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 D | genassym.cf | 262 define FDC_DATA offsetof(struct fdcio, fdcio_data)
|
/netbsd/sys/arch/bebox/stand/boot/ |
H A D | fd.c | 48 #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 D | sbd_tr2.h | 149 #define FDC_DATA ((volatile uint8_t *)0xbb030014) macro
|