Searched refs:baseAddr (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | smc37c93x.c | 79 static unsigned long __init SMCConfigState(unsigned long baseAddr) in SMCConfigState() argument 89 configPort = indexPort = baseAddr; in SMCConfigState() 108 return (i != NUM_RETRIES) ? baseAddr : 0L; in SMCConfigState() 111 static void __init SMCRunState(unsigned long baseAddr) in SMCRunState() argument 113 outb(CONFIG_OFF_KEY, baseAddr); in SMCRunState() 118 unsigned long baseAddr; in SMCDetectUltraIO() local 120 baseAddr = 0x3F0; in SMCDetectUltraIO() 121 if ( ( baseAddr = SMCConfigState( baseAddr ) ) == 0x3F0 ) { in SMCDetectUltraIO() 122 return( baseAddr ); in SMCDetectUltraIO() 124 baseAddr = 0x370; in SMCDetectUltraIO() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | moxa.c | 460 void __iomem *baseAddr = brd->basemem; in moxa_load_bios() local 463 writeb(HW_reset, baseAddr + Control_reg); /* reset */ in moxa_load_bios() 465 memset_io(baseAddr, 0, 4096); in moxa_load_bios() 466 memcpy_toio(baseAddr, buf, len); /* download BIOS */ in moxa_load_bios() 467 writeb(0, baseAddr + Control_reg); /* restart */ in moxa_load_bios() 474 tmp = readw(baseAddr + C218_key); in moxa_load_bios() 479 tmp = readw(baseAddr + C218_key); in moxa_load_bios() 484 tmp = readw(baseAddr + C320_key); in moxa_load_bios() 487 tmp = readw(baseAddr + C320_status); in moxa_load_bios() 505 void __iomem *baseAddr = brd->basemem; in moxa_load_320b() local [all …]
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | SysUtil.c | 105 pMap->baseAddr = pMap->addr = memPtr; in sysLoadFileInShmem() 136 pMap->baseAddr = pMap->addr = memPtr; in sysMapFileInShmem() 182 pMap->baseAddr = memPtr; in sysMapFileSegmentInShmem() 189 pMap->baseAddr, (int) pMap->baseLength, in sysMapFileSegmentInShmem() 200 if (pMap->baseAddr == NULL && pMap->baseLength == 0) in sysReleaseShmem() 203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) { in sysReleaseShmem() 205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno)); in sysReleaseShmem() 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem() 208 pMap->baseAddr = NULL; in sysReleaseShmem()
|
| H A D | SysUtil.h | 20 void* baseAddr; /* page-aligned base address */ member
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | SysUtil.c | 105 pMap->baseAddr = pMap->addr = memPtr; in sysLoadFileInShmem() 136 pMap->baseAddr = pMap->addr = memPtr; in sysMapFileInShmem() 182 pMap->baseAddr = memPtr; in sysMapFileSegmentInShmem() 189 pMap->baseAddr, (int) pMap->baseLength, in sysMapFileSegmentInShmem() 200 if (pMap->baseAddr == NULL && pMap->baseLength == 0) in sysReleaseShmem() 203 if (munmap(pMap->baseAddr, pMap->baseLength) < 0) { in sysReleaseShmem() 205 pMap->baseAddr, (int)pMap->baseLength, strerror(errno)); in sysReleaseShmem() 207 LOGV("munmap(%p, %d) succeeded\n", pMap->baseAddr, pMap->baseLength); in sysReleaseShmem() 208 pMap->baseAddr = NULL; in sysReleaseShmem()
|
| H A D | SysUtil.h | 20 void* baseAddr; /* page-aligned base address */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/dpt/ |
| H A D | dpti_ioctl.h | 107 uINT baseAddr; // Base I/O address member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | dpt_i2o.c | 1990 HbaInfo.baseAddr = (ulong) pHba->base_addr_phys; in adpt_ioctl()
|