Lines Matching defs:address
75 /* use bounce buffer if the physical address is bad */
131 /* fall back to Chip RAM if address out of range */
153 /* chip RAM can be mapped to phys. address directly */
170 /* setup DMA *physical* address */
264 *sasr_3393 = WD_AUXILIARY_STATUS; /* setup indirect address */
320 unsigned long address;
345 address = z->resource.start;
346 if (!request_mem_region(address, 256, "wd33c93"))
349 regs = ZTWO_VADDR(address);
397 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000);
422 release_mem_region(address, 256);