/src/sys/dev/isa/ |
if_ntwoc_isa.c | 196 u_int32_t ioport; local in function:ntwoc_isa_probe 245 ioport = ia->ia_io[0].ir_addr + 0x8000; 246 for (i = 0; i < 16; ioport += (0x10 << 6), i++) { 248 if ((tmp = bus_space_map(iot, ioport, 16, 0, &sca_ioh[i]))) { 251 ioport, 16, tmp); 390 u_int32_t flags, ioport; local in function:ntwoc_isa_attach 427 ioport = ia->ia_io[0].ir_addr + 0x8000; 428 for (i = 0; i < 16; ioport += (0x10 << 6), i++) { 430 if ((tmp = bus_space_map(ia->ia_iot, ioport, 16, 0, 434 ioport, 16, tmp) [all...] |
/src/sys/arch/i386/stand/efiboot/ |
boot.c | 398 "consdev {pc|com[0123][,{speed}]|com,{ioport}[,{speed}]}\n" 541 int ioport; member in struct:cons_devs 562 int ioport, speed = 0; local in function:command_consdev 579 ioport = cdp->ioport; 585 if (ioport == -1) { 590 ioport = (int)t; 607 efi_consinit(cdp->tag, ioport, speed);
|
/src/sys/arch/prep/prep/ |
residual.c | 730 case IOPort: { 744 printf(" IOPort: 0x%x-0x%x", 747 printf(" IOPort: min 0x%x-0x%x," 754 printf(" IOPort: 0x%x", iomin); 756 printf(" IOPort: min 0x%x, max 0x%x" 767 unsigned short ioport; local in function:pnp_small_pkt 770 ioport = (p->Range[0] | (p->Range[1] << 8)) & 0x3ff; 775 ioport, ioport + len - 1); 777 printf(" FixedIOPort: 0x%x", ioport); [all...] |
/src/sys/dev/acpi/ |
acpivar.h | 312 void (*ioport)(device_t, void *, uint32_t, uint32_t); member in struct:acpi_resource_parse_ops
|