Home
last modified time | relevance | path

Searched refs:dma_wd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/
H A Dataflop.c319 dma_wd.dma_mode_status = 0x80 | (reg); \
321 __val = dma_wd.fdc_acces_seccount; \
331 dma_wd.dma_mode_status = 0x80 | (reg); \
333 dma_wd.fdc_acces_seccount = (val); \
544 dma_wd.fdc_speed = UDT->fdc_speed; in fd_select_drive()
888 dma_wd.fdc_speed = 0; /* always seek with 8 Mhz */ in fd_calibrate()
908 dma_wd.fdc_speed = SUDT->fdc_speed; in fd_calibrate_done()
932 dma_wd.fdc_speed = 0; /* always seek witch 8 Mhz */ in fd_seek()
956 dma_wd.fdc_speed = SUDT->fdc_speed; in fd_seek_done()
1024 dma_wd.dma_lo = (unsigned char)paddr; in fd_rwsec()
[all …]
/linux/arch/m68k/atari/
H A Dconfig.c358 if (!MACH_IS_MEDUSA && hwreg_present(&dma_wd.fdc_speed) && in config_atari()
359 hwreg_write(&dma_wd.fdc_speed, 0)) { in config_atari()
/linux/arch/m68k/include/asm/
H A Datarihw.h295 # define dma_wd ((*(volatile struct DMA_WD *)FWD_BAS)) macro
297 #define st_dma dma_wd