/kernel/linux/linux-5.10/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() 131 SMCEnableDevice(unsigned long baseAddr, unsigned long device, unsigned long portaddr, unsigned long interrupt) SMCEnableDevice() argument 158 SMCEnableKYBD(unsigned long baseAddr) SMCEnableKYBD() argument 179 SMCEnableFDC(unsigned long baseAddr) SMCEnableFDC() argument 209 SMCReportDeviceStatus(unsigned long baseAddr) SMCReportDeviceStatus() argument [all...] |
/kernel/linux/linux-6.6/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() 131 SMCEnableDevice(unsigned long baseAddr, unsigned long device, unsigned long portaddr, unsigned long interrupt) SMCEnableDevice() argument 158 SMCEnableKYBD(unsigned long baseAddr) SMCEnableKYBD() argument 179 SMCEnableFDC(unsigned long baseAddr) SMCEnableFDC() argument 209 SMCReportDeviceStatus(unsigned long baseAddr) SMCReportDeviceStatus() argument [all...] |
/kernel/linux/linux-5.10/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 in moxa_load_320b() local 524 void __iomem *baseAddr = brd->basemem; moxa_real_load_code() local 646 void __iomem *ofsAddr, *baseAddr = brd->basemem; moxa_load_code() local 1870 void __iomem *baseAddr, *ofsAddr, *ofs; MoxaPortWriteData() local 1929 void __iomem *baseAddr, *ofsAddr, *ofs; MoxaPortReadData() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | moxa.c | 760 void __iomem *baseAddr = brd->basemem; in moxa_load_bios() local 763 writeb(HW_reset, baseAddr + Control_reg); /* reset */ in moxa_load_bios() 765 memset_io(baseAddr, 0, 4096); in moxa_load_bios() 766 memcpy_toio(baseAddr, buf, len); /* download BIOS */ in moxa_load_bios() 767 writeb(0, baseAddr + Control_reg); /* restart */ in moxa_load_bios() 774 tmp = readw(baseAddr + C218_key); in moxa_load_bios() 779 tmp = readw(baseAddr + C218_key); in moxa_load_bios() 784 tmp = readw(baseAddr + C320_key); in moxa_load_bios() 787 tmp = readw(baseAddr + C320_status); in moxa_load_bios() 805 void __iomem *baseAddr in moxa_load_320b() local 824 void __iomem *baseAddr = brd->basemem; moxa_real_load_code() local 946 void __iomem *ofsAddr, *baseAddr = brd->basemem; moxa_load_code() local 2169 void __iomem *baseAddr, *ofsAddr, *ofs; MoxaPortWriteData() local 2228 void __iomem *baseAddr, *ofsAddr, *ofs; MoxaPortReadData() local [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
H A D | los_mpu.c | 173 if ((para->baseAddr & size) != 0) { /* base addr should aligned to region size */
in ArchMpuSetRegion() 176 RBAR = para->baseAddr & MPU_RBAR_ADDR_Msk;
in ArchMpuSetRegion()
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
H A D | los_mpu.c | 173 if ((para->baseAddr & size) != 0) { /* base addr should aligned to region size */
in ArchMpuSetRegion() 176 RBAR = para->baseAddr & MPU_RBAR_ADDR_Msk;
in ArchMpuSetRegion()
|
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
H A D | los_mpu.c | 173 if ((para->baseAddr & size) != 0) { /* base addr should aligned to region size */
in ArchMpuSetRegion() 176 RBAR = para->baseAddr & MPU_RBAR_ADDR_Msk;
in ArchMpuSetRegion()
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
H A D | los_mpu.c | 173 if ((para->baseAddr & size) != 0) { /* base addr should aligned to region size */
in ArchMpuSetRegion() 176 RBAR = para->baseAddr & MPU_RBAR_ADDR_Msk;
in ArchMpuSetRegion()
|
/kernel/liteos_m/arch/include/ |
H A D | los_mpu.h | 74 UINT32 baseAddr;
member
|
/kernel/linux/linux-5.10/drivers/scsi/dpt/ |
H A D | dpti_ioctl.h | 107 uINT baseAddr; // Base I/O address member
|
/kernel/liteos_m/kernel/src/ |
H A D | los_task.c | 585 mpuAttr.baseAddr = g_losTask.newTask->topOfStack - OS_TASK_STACK_PROTECT_SIZE;
in OsTaskStackProtect()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 1741 HbaInfo.baseAddr = (ulong) pHba->base_addr_phys; in adpt_ioctl()
|