Lines Matching defs:address
61 /* use bounce buffer if the physical address is bad */
85 /* check if the address of the bounce buffer is OK */
89 /* fall back to Chip RAM if address out of range */
124 /* setup DMA *physical* address */
217 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */
273 unsigned long address;
291 address = z->resource.start;
292 if (!request_mem_region(address, 256, "wd33c93"))
295 regs = ZTWO_VADDR(address);
336 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000);
361 release_mem_region(address, 256);