Lines Matching refs:ch
38 unsigned char ch; in memcpy_toshmem() local
52 ch = (unsigned long) dest / SRAM_PAGESIZE; in memcpy_toshmem()
53 pr_debug("%s: loaded page %d\n",adapter[card]->devicename,ch); in memcpy_toshmem()
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()
80 unsigned char ch; in memcpy_fromshmem() local
94 ch = (unsigned long) src / SRAM_PAGESIZE; in memcpy_fromshmem()
95 pr_debug("%s: loaded page %d\n",adapter[card]->devicename,ch); in memcpy_fromshmem()
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()
121 unsigned char ch; in memset_shmem() local
136 ch = (unsigned long) dest / SRAM_PAGESIZE; in memset_shmem()
137 pr_debug("%s: loaded page %d\n",adapter[card]->devicename,ch); in memset_shmem()
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()