/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 1024 savereg = pci_config_get16(cfg_hdl, PCI_CONF_COMM); in pci_intx_get_cap() 1030 pci_config_put16(cfg_hdl, PCI_CONF_COMM, cmdreg); in pci_intx_get_cap() 1039 cmdreg = pci_config_get16(cfg_hdl, PCI_CONF_COMM); in pci_intx_get_cap() 1053 pci_config_put16(cfg_hdl, PCI_CONF_COMM, savereg); in pci_intx_get_cap() 1080 cmdreg = pci_config_get16(cfg_hdl, PCI_CONF_COMM); in pci_intx_clr_mask() 1086 pci_config_put16(cfg_hdl, PCI_CONF_COMM, cmdreg); in pci_intx_clr_mask() 1112 cmdreg = pci_config_get16(cfg_hdl, PCI_CONF_COMM); in pci_intx_set_mask() 1118 pci_config_put16(cfg_hdl, PCI_CONF_COMM, cmdreg); in pci_intx_set_mask()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 389 pci_config_get16(handle, PCI_CONF_COMM)); in pciconfig_dump() 543 uint16_t comm = pci_config_get16(handle, PCI_CONF_COMM); in pciconfig_bar() 578 pci_config_put16(handle, PCI_CONF_COMM, (comm & ~bits_comm)); in pciconfig_bar() 592 pci_config_put16(handle, PCI_CONF_COMM, comm); in pciconfig_bar()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_util.c | 557 command = pci_config_get16(config_handle, PCI_CONF_COMM); in init_child() 560 pci_config_put16(config_handle, PCI_CONF_COMM, command); in init_child() 561 command = pci_config_get16(config_handle, PCI_CONF_COMM); in init_child() 564 pci_config_get16(config_handle, PCI_CONF_COMM)); in init_child()
|
H A D | simba.c | 788 command = pci_config_get16(config_handle, PCI_CONF_COMM); in simba_initchild() 791 pci_config_put16(config_handle, PCI_CONF_COMM, command); in simba_initchild() 935 statep->command = pci_config_get16(ch, PCI_CONF_COMM); in simba_save_config_regs() 1014 pci_config_put16(ch, PCI_CONF_COMM, statep->command); in simba_restore_config_regs()
|
H A D | db21554.c | 987 (off_t)(p_offset + PCI_CONF_COMM)), db_command_default); in db_enable_io() 990 (off_t)(s_offset + PCI_CONF_COMM)), db_command_default); in db_enable_io() 1618 ph->command = pci_config_get16(config_handle, hdr_off + PCI_CONF_COMM); in db_pci_get_header() 2319 command = pci_config_get16(config_handle, PCI_CONF_COMM); in db_initchild() 2322 pci_config_put16(config_handle, PCI_CONF_COMM, command); in db_initchild() 2497 pci_config_get16(config_handle, PCI_CONF_COMM); in db_save_config_regs() 2554 pci_config_put16(config_handle, PCI_CONF_COMM, statep->command); in db_restore_config_regs()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 1537 uint16_t word16 = pci_config_get16(handle, PCI_CONF_COMM); in cardbus_update_bridge() 1687 pci_config_put16(handle, PCI_CONF_COMM, word16); in cardbus_update_bridge() 3992 comm = pci_config_get16(config_handle, PCI_CONF_COMM); 4002 pci_config_put16(config_handle, PCI_CONF_COMM, comm); 4020 comm = pci_config_get16(config_handle, PCI_CONF_COMM); 4032 pci_config_put16(config_handle, PCI_CONF_COMM, comm); 4069 comm = pci_config_get16(config_handle, PCI_CONF_COMM); 4112 pci_config_put16(config_handle, PCI_CONF_COMM, comm); 4128 comm = pci_config_get16(config_handle, PCI_CONF_COMM); 4144 pci_config_put16(config_handle, PCI_CONF_COMM, comm); [all …]
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.c | 1432 pcics_reg = pci_config_get16(statep->pcih, PCI_CONF_COMM); in audio1575_pci_enable() 1434 pci_config_put16(statep->pcih, PCI_CONF_COMM, pcics_reg); in audio1575_pci_enable() 1453 pcics_reg = pci_config_get16(statep->pcih, PCI_CONF_COMM); in audio1575_pci_disable() 1455 pci_config_put16(statep->pcih, PCI_CONF_COMM, pcics_reg); in audio1575_pci_disable()
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_libhv.c | 78 if ((hvio_config_get(dev_hdl, bdf, PCI_CONF_COMM, 4, in hvio_rp_mps()
|
/illumos-gate/usr/src/uts/common/io/pci-ide/ |
H A D | pci-ide.c | 231 cmdreg = pci_config_get16(conf_hdl, PCI_CONF_COMM); in pciide_attach() 233 pci_config_put16(conf_hdl, PCI_CONF_COMM, in pciide_attach() 259 cmdreg = pci_config_get16(conf_hdl, PCI_CONF_COMM); in pciide_attach()
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 727 command = pci_config_get16(config_handle, PCI_CONF_COMM); in ppb_initchild() 730 pci_config_put16(config_handle, PCI_CONF_COMM, command); in ppb_initchild() 793 pci_config_get16(config_handle, PCI_CONF_COMM); in ppb_save_config_regs() 827 pci_config_put16(config_handle, PCI_CONF_COMM, in ppb_restore_config_regs()
|
H A D | pci_boot.c | 1193 cmd_reg = pci_getw(bus, dev, func, PCI_CONF_COMM); in fix_ppb_res() 1592 pci_putw(bus, dev, func, PCI_CONF_COMM, cmd_reg); in fix_ppb_res() 2533 command = (uint_t)pci_getw(bus, dev, func, PCI_CONF_COMM); in add_bar_reg_props() 2534 pci_putw(bus, dev, func, PCI_CONF_COMM, in add_bar_reg_props() 2543 pci_putw(bus, dev, func, PCI_CONF_COMM, command); in add_bar_reg_props() 2640 func, PCI_CONF_COMM); in add_bar_reg_props() 2643 PCI_CONF_COMM, command); in add_bar_reg_props() 2837 func, PCI_CONF_COMM); in add_bar_reg_props() 2840 PCI_CONF_COMM, command); in add_bar_reg_props() 3171 cmd_reg = (uint_t)pci_getw(bus, dev, func, PCI_CONF_COMM); in add_ppb_props()
|
/illumos-gate/usr/src/uts/sparc/io/pciex/ |
H A D | pcieb_sparc.c | 255 pci_config_put16(config_handle, PCI_CONF_COMM, in pcieb_attach_plx_workarounds() 256 pci_config_get16(config_handle, PCI_CONF_COMM) | in pcieb_attach_plx_workarounds()
|
/illumos-gate/usr/src/uts/intel/io/pciex/ |
H A D | pcieb_x86.c | 632 regw = pci_config_get16(cfg_hdl, PCI_CONF_COMM); in pcieb_intel_sw_workaround() 633 pci_config_put16(cfg_hdl, PCI_CONF_COMM, in pcieb_intel_sw_workaround()
|
/illumos-gate/usr/src/uts/intel/io/vmm/io/ |
H A D | ppt.c | 501 cmd = pci_config_get16(hdl, PCI_CONF_COMM); in ppt_toggle_bar() 523 pci_config_put16(hdl, PCI_CONF_COMM, cmd); in ppt_toggle_bar() 834 cmd = pci_config_get16(hdl, PCI_CONF_COMM); in ppt_flr() 835 pci_config_put16(hdl, PCI_CONF_COMM, cmd & ~PCI_COMM_ME); in ppt_flr() 838 pci_config_put16(hdl, PCI_CONF_COMM, cmd); in ppt_flr()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 404 chsp->chs_command = pci_config_get16(confhdl, PCI_CONF_COMM); 759 pci_config_put16(confhdl, PCI_CONF_COMM, 1011 pcicmd = pci_config_get16(hdl, PCI_CONF_COMM); 1013 pci_config_put16(hdl, PCI_CONF_COMM, pcicmd);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.c | 575 pci_config_put16(pcih, PCI_CONF_COMM, in p16x_attach() 576 pci_config_get16(pcih, PCI_CONF_COMM) | in p16x_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 598 pci_command = pci_config_get16(pcih, PCI_CONF_COMM); in auvia_attach() 600 pci_config_put16(pcih, PCI_CONF_COMM, pci_command); in auvia_attach()
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 744 command = pci_config_get16(config_handle, PCI_CONF_COMM); in pci_initchild() 747 pci_config_put16(config_handle, PCI_CONF_COMM, command); in pci_initchild()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbbc.c | 996 comm = pci_config_get16(conf_handle, PCI_CONF_COMM); in sbbc_config4pci() 1010 pci_config_put16(conf_handle, PCI_CONF_COMM, comm); in sbbc_config4pci() 1012 comm = pci_config_get16(conf_handle, PCI_CONF_COMM); in sbbc_config4pci()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 368 pci_commond = pci_config_get16(pci_handle, PCI_CONF_COMM); in rtls_attach() 371 pci_config_put32(pci_handle, PCI_CONF_COMM, pci_commond); in rtls_attach() 437 pci_commond = pci_config_get16(pci_handle, PCI_CONF_COMM); in rtls_attach() 440 pci_config_put32(pci_handle, PCI_CONF_COMM, pci_commond); in rtls_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.c | 1291 cmdeg = pci_config_get16(statep->pcih, PCI_CONF_COMM); in audioixp_attach() 1292 pci_config_put16(statep->pcih, PCI_CONF_COMM, in audioixp_attach()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 69 pci_config_get16(handle, PCI_CONF_COMM)); in pci_dump()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | ebus.c | 894 comm = pci_config_get16(conf_handle, PCI_CONF_COMM), in ebus_config() 900 pci_config_put16(conf_handle, PCI_CONF_COMM, comm), in ebus_config()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.c | 725 cmdreg = pci_config_get16(pcih, PCI_CONF_COMM); in audio810_attach() 726 pci_config_put16(pcih, PCI_CONF_COMM, in audio810_attach()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 351 data16 = pci_config_get16(pci_conf, PCI_CONF_COMM); in find_fb_dev()
|