Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Dmac_asc.h15 #define ASC_CONTROL 0x800 macro
/linux-2.6.39/drivers/scsi/
Dwd7000.c346 #define ASC_CONTROL 2 /* Control, Write */ macro
742 outb(host->control, host->iobase + ASC_CONTROL); in wd7000_enable_intr()
750 outb(host->control, host->iobase + ASC_CONTROL); in wd7000_enable_dma()
1196 outb(ASC_RES, host->iobase + ASC_CONTROL); in wd7000_adapter_reset()
1198 outb(0, host->iobase + ASC_CONTROL); in wd7000_adapter_reset()
1478 outb(ASC_RES, iobase + ASC_CONTROL); in wd7000_detect()
1480 outb(0, iobase + ASC_CONTROL); in wd7000_detect()
/linux-2.6.39/arch/m68k/mac/
Dmacboing.c200 *( __u32* )( ( __u32 )mac_asc_regs + ASC_CONTROL + 0x814 + 8 * i ) = cfreq; in mac_mksound()