Searched refs:shmem_magic (Results 1 – 5 of 5) sorted by relevance
51 outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80, in memcpy_toshmem()56 ((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80); in memcpy_toshmem()92 outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80, in memcpy_fromshmem()98 ((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80); in memcpy_fromshmem()130 outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80,135 ((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80);
49 outb((sc_adapter[card]->shmem_magic >> 14) | 0x80, in receivemessage()144 outb((sc_adapter[card]->shmem_magic >> 14) | 0x80, in sendmessage()
84 int shmem_magic; /* adapter magic number */ member
60 (sc_adapter[card]->shmem_magic >> 14) | 0x80); in sc_check_reset()
314 sc_adapter[cinst]->shmem_magic = magic; in sc_init()