Searched refs:dma_wd (Results 1 – 4 of 4) sorted by relevance
236 dma_wd.dma_mode_status = 0x80 | (reg); \238 __val = dma_wd.fdc_acces_seccount; \248 dma_wd.dma_mode_status = 0x80 | (reg); \250 dma_wd.fdc_acces_seccount = (val); \452 dma_wd.fdc_speed = UDT->fdc_speed; in fd_select_drive()779 dma_wd.fdc_speed = 0; /* always seek with 8 Mhz */; in fd_calibrate()799 dma_wd.fdc_speed = SUDT->fdc_speed; in fd_calibrate_done()823 dma_wd.fdc_speed = 0; /* always seek witch 8 Mhz */ in fd_seek()847 dma_wd.fdc_speed = SUDT->fdc_speed; in fd_seek_done()915 dma_wd.dma_lo = (unsigned char)paddr; in fd_rwsec()[all …]
768 dma_wd.dma_mode_status= (u_short)(0x88 + reg); in atari_scsi_falcon_reg_read()769 return (u_char)dma_wd.fdc_acces_seccount; in atari_scsi_falcon_reg_read()774 dma_wd.dma_mode_status = (u_short)(0x88 + reg); in atari_scsi_falcon_reg_write()775 dma_wd.fdc_acces_seccount = (u_short)value; in atari_scsi_falcon_reg_write()
373 if (!MACH_IS_MEDUSA && hwreg_present(&dma_wd.fdc_speed) && in config_atari()374 hwreg_write(&dma_wd.fdc_speed, 0)) { in config_atari()
297 # define dma_wd ((*(volatile struct DMA_WD *)FWD_BAS)) macro299 #define st_dma dma_wd