Searched refs:shmem_magic (Results 1 – 5 of 5) sorted by relevance
60 outb(((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80, in memcpy_toshmem()63 ((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80); in memcpy_toshmem()104 outb(((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80, in memcpy_fromshmem()107 ((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80); in memcpy_fromshmem()145 outb(((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80, in memset_shmem()148 ((adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80); in memset_shmem()
61 outb((adapter[card]->shmem_magic >> 14) | 0x80, in receivemessage()158 outb((adapter[card]->shmem_magic >> 14) | 0x80, in sendmessage()
81 int shmem_magic; /* adapter magic number */ member
69 (adapter[card]->shmem_magic>>14) | 0x80); in check_reset()
359 adapter[cinst]->shmem_magic = magic; in sc_init()