Home
last modified time | relevance | path

Searched refs:ORC_RISCCTL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Da100u2w.c389 outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL); /* Enable SRAM programming */ in orc_load_firmware()
418 outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL); /* Reset program count 0 */ in orc_load_firmware()
427 outb(PRGMRST, host->base + ORC_RISCCTL); /* Reset program to 0 */ in orc_load_firmware()
436 outb(PRGMRST, host->base + ORC_RISCCTL); /* Reset program to 0 */ in orc_load_firmware()
H A Da100u2w.h129 #define ORC_RISCCTL 0xE0 /* RISC Control */ macro