Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dmac_asc.h15 #define ASC_CONTROL 0x800 macro
/linux-4.4.14/drivers/scsi/
Dwd7000.c345 #define ASC_CONTROL 2 /* Control, Write */ macro
741 outb(host->control, host->iobase + ASC_CONTROL); in wd7000_enable_intr()
749 outb(host->control, host->iobase + ASC_CONTROL); in wd7000_enable_dma()
1195 outb(ASC_RES, host->iobase + ASC_CONTROL); in wd7000_adapter_reset()
1197 outb(0, host->iobase + ASC_CONTROL); in wd7000_adapter_reset()
1458 outb(ASC_RES, iobase + ASC_CONTROL); in wd7000_detect()
1460 outb(0, iobase + ASC_CONTROL); in wd7000_detect()
/linux-4.4.14/arch/m68k/mac/
Dmacboing.c200 *( __u32* )( ( __u32 )mac_asc_regs + ASC_CONTROL + 0x814 + 8 * i ) = cfreq; in mac_mksound()