Home
last modified time | relevance | path

Searched refs:io_base (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_physio.c61 fc_physio_setup(struct buf **bpp, void *io_base, size_t io_len) in fc_physio_setup() argument
92 bp->b_un.b_addr = io_base; in fc_physio_setup()
95 error = as_pagelock(asp, &pplist, io_base, io_len, S_WRITE); in fc_physio_setup()
117 fc_physio_free(struct buf **bpp, void *io_base, size_t io_len) in fc_physio_free() argument
129 as_pageunlock(bp->b_proc->p_as, pplist, io_base, io_len, S_WRITE); in fc_physio_free()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c82 static int TLan_EeReadByte(u16 io_base, u8, u8 *);
960 void TLan_EeSendStart(u16 io_base) argument
964 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
965 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
1000 int TLan_EeSendByte(u16 io_base, u8 data, int stop) argument
1006 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
1007 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
1061 void TLan_EeReceiveByte(u16 io_base, u8 * data, int stop) argument
1066 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
1067 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
[all …]
H A De1000.c724 uint32_t io_addr = hw->io_base; in e1000_write_reg_io()
725 uint32_t io_data = hw->io_base + 4; in e1000_write_reg_io()
3584 hw.io_base = pci_bar_start(p, i);
H A De1000_hw.h911 uint32_t io_base; member
/titanic_44/usr/src/uts/common/io/igb/
H A De1000_osdep.h202 (uint32_t *)(a)->io_base, \
205 (uint32_t *)((a)->io_base + 4), \
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c896 uint_t io_base, io_limit, mem_base, mem_limit; in fix_ppb_res() local
1083 io_base = pci_getb(bus, dev, func, PCI_BCNF_IO_BASE_LOW); in fix_ppb_res()
1085 io_base = (io_base & PCI_BCNF_IO_MASK) << PCI_BCNF_IO_SHIFT; in fix_ppb_res()
1087 if ((io_base & PCI_BCNF_ADDR_MASK) == PCI_BCNF_IO_32BIT) { in fix_ppb_res()
1092 io_base |= (uint_t)io_base_hi << 16; in fix_ppb_res()
1101 (io_base > io_limit) || in fix_ppb_res()
1113 io_base = 0; in fix_ppb_res()
1117 if (!io_base) { in fix_ppb_res()
1118 io_base = (uint_t)list->ml_address; in fix_ppb_res()
1121 io_base = in fix_ppb_res()
[all …]
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h235 (uint32_t *)(a)->io_base, \
238 (uint32_t *)((a)->io_base + 4), \
H A De1000g_main.c765 (caddr_t *)&hw->io_base, 0, mem_size, in e1000g_regs_map()
774 hw->io_base = 0; in e1000g_regs_map()
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c116 uint32_t io_base; /* I/O base for this attach point */ member
1056 phdl->io_base = phdl->io_last = (uint32_t)boundbase; in pcicfg_ntbridge_allocate_resources()
1058 phdl->io_hole.start = phdl->io_base; in pcicfg_ntbridge_allocate_resources()
1097 phdl->io_base, phdl->io_len); in pcicfg_ntbridge_allocate_resources()
1125 range[0].child_low = range[0].parent_low = (uint32_t)entry->io_base; in pcicfg_ntbridge_configure_done()
1687 entry->io_base, entry->io_len, in pcicfg_destroy_phdl()
1801 io_residual = entry->io_len - (entry->io_last - entry->io_base); in pcicfg_bridge_assign()
1816 range[0].size_low = entry->io_last - entry->io_base; in pcicfg_bridge_assign()
4045 uint64_t mem_answer, io_answer, mem_base, io_base, mem_alen, io_alen; in pcicfg_probe_bridge() local
4063 io_answer = io_base = io_alen = io_size = 0; in pcicfg_probe_bridge()
[all …]
/titanic_44/usr/src/uts/sun4/io/
H A Dpcicfg.c150 uint32_t io_base; /* I/O base for this attach point */ member
1203 phdl->io_base = phdl->io_last = (uint32_t)boundbase; in pcicfg_ntbridge_allocate_resources()
1205 phdl->io_hole.start = phdl->io_base; in pcicfg_ntbridge_allocate_resources()
1215 phdl->io_base, phdl->io_len); in pcicfg_ntbridge_allocate_resources()
1254 range[0].child_lo = range[0].parent_lo = (uint32_t)entry->io_base; in pcicfg_ntbridge_configure_done()
1784 entry->io_base, in pcicfg_destroy_phdl()
1933 range[0].size_lo = entry->io_last - entry->io_base; in pcicfg_bridge_assign()
2451 phdl->io_base = phdl->io_last = (uint32_t)io_answer; in pcicfg_allocate_chunk()
2454 phdl->io_hole.start = phdl->io_base; in pcicfg_allocate_chunk()
2461 phdl->io_base, phdl->io_len); in pcicfg_allocate_chunk()
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dfcode.h653 int fc_physio_setup(struct buf **bpp, void *io_base, size_t io_len);
654 void fc_physio_free(struct buf **bpp, void *io_base, size_t io_len);
/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c142 uint32_t io_base; /* I/O base for this attach point */ member
156 uint32_t io_base; /* I/O base for this attach point */ member
589 res.ra_addr_lo = entry->io_base; in cardbus_destroy_phdl()
595 entry->io_base, entry->io_len); in cardbus_destroy_phdl()
765 range[0].size_lo = entry->io_last - entry->io_base; in cardbus_bridge_ranges()
1076 isa_phdl.io_base = io_answer; in cardbus_isa_bridge_ranges()
1102 "cardbus_add_isa_reg, base 0x%x\n", phdl->io_base); in cardbus_add_isa_reg()
1119 reg[1] = breg[1] + phdl->io_base; in cardbus_add_isa_reg()
1293 phdl->io_base = phdl->io_last = (uint32_t)res.ra_addr_lo; in cardbus_allocate_chunk()
1308 phdl->io_base, phdl->io_len); in cardbus_allocate_chunk()
[all …]
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.h266 unsigned long io_base; member
H A De1000_hw.h992 unsigned long io_base; member