Home
last modified time | relevance | path

Searched refs:shmem_magic (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/isdn/sc/
Dshmem.c60 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()
Dmessage.c61 outb((adapter[card]->shmem_magic >> 14) | 0x80, in receivemessage()
158 outb((adapter[card]->shmem_magic >> 14) | 0x80, in sendmessage()
Dcard.h81 int shmem_magic; /* adapter magic number */ member
Dtimer.c69 (adapter[card]->shmem_magic>>14) | 0x80); in check_reset()
Dinit.c359 adapter[cinst]->shmem_magic = magic; in sc_init()