Home
last modified time | relevance | path

Searched refs:iobase (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1082 ha->iomap_iobase = ha->iobase; in ql_attach()
1353 ha->nx_pcibase = ha->iobase; in ql_attach()
14275 ha->iobase + 0x80, 16, 16); in ql_2200_binary_fw_dump()
14786 ha->iobase + 0xC0, 16, 32); in ql_24xx_binary_fw_dump()
14793 ha->iobase + 0xC0, 16, 32); in ql_24xx_binary_fw_dump()
15319 ha->iobase + 0xC0, 16, 32); in ql_25xx_binary_fw_dump()
15326 ha->iobase + 0xC0, 16, 32); in ql_25xx_binary_fw_dump()
15902 ha->iobase + 0xC0, 16, 32); in ql_81xx_binary_fw_dump()
15909 ha->iobase + 0xC0, 16, 32); in ql_81xx_binary_fw_dump()
20160 ha->iobase + 0xC0, 16, 32); in ql_83xx_binary_fw_dump()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c78 int iobase; member
229 offset = port - sc->iobase; in lpc_uart_io_handler()
299 if (uart_legacy_alloc(unit, &sc->iobase, &sc->irq) != 0) { in lpc_init()
320 iop.port = sc->iobase; in lpc_init()
454 dsdt_fixed_ioport(sc->iobase, UART_IO_BAR_SIZE); in pci_lpc_uart_dsdt()
H A Dacpi.h60 void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
H A Dacpi.c172 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) in dsdt_fixed_ioport() argument
176 dsdt_line(" 0x%04X, // Range Minimum", iobase); in dsdt_fixed_ioport()
177 dsdt_line(" 0x%04X, // Range Maximum", iobase); in dsdt_fixed_ioport()
H A Dpci_emul.c105 uint16_t iobase, iolimit; /* I/O window */ member
1484 bi->iobase = pci_emul_iobase; in init_pci()
1734 dsdt_line(" 0x%04X, // Range Minimum", bi->iobase); in pci_bus_write_dsdt()
1739 bi->iolimit - bi->iobase); in pci_bus_write_dsdt()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h277 RD_REG_BYTE(ha, (ha->iobase + ha->reg_off->regname))
279 RD_REG_WORD(ha, (ha->iobase + ha->reg_off->regname))
281 RD_REG_DWORD(ha, (ha->iobase + ha->reg_off->regname))
284 WRT_REG_BYTE(ha, (ha->iobase + ha->reg_off->regname), (data))
286 WRT_REG_WORD(ha, (ha->iobase + ha->reg_off->regname), (data))
288 WRT_REG_DWORD(ha, (ha->iobase + ha->reg_off->regname), (data))
1739 caddr_t iobase; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c49 (uint8_t *)(((caddr_t)qlge->iobase) + index)); in ql_get8()
62 (uint16_t *)(void *)(((caddr_t)qlge->iobase) + index)); in ql_get16()
75 (uint32_t *)(void *)(((caddr_t)qlge->iobase) + index)); in ql_get32()
86 (uint8_t *)(((caddr_t)qlge->iobase) + index), data); in ql_put8()
96 (uint16_t *)(void *)(((caddr_t)qlge->iobase) + index), data); in ql_put16()
106 (uint32_t *)(void *)(((caddr_t)qlge->iobase) + index), data); in ql_put32()
H A Dqlge.c7444 if (ddi_regs_map_setup(dip, w, (caddr_t *)&qlge->iobase, 0, in ql_attach()
7452 qlge->iobase)); in ql_attach()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h399 caddr_t iobase; member
H A Dskd.c4772 ddi_regs_map_setup(dip, 1, &skdev->iobase, 0, regsize, in skd_attach()
4780 skdev->iomap_iobase = skdev->iobase; in skd_attach()
4784 "regsize=%ld", skdev->name, (void *)skdev->iobase, in skd_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h613 caddr_t iobase; member