Searched defs:isa_handle (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/ontario/os/
H A Dontario.c55 static ddi_acc_handle_t isa_handle; variable
95 if (pci_config_setup(dip, &isa_handle) != DDI_SUCCESS) {
113 if (isa_handle == NULL) {
117 val = pci_config_get8(isa_handle, 0x58);
132 pci_config_put8(isa_handle, 0x58, val & 0xFB);
134 pci_config_put8(isa_handle, 0x58, val);
141 pci_config_put8(isa_handle, 0x58, val & 0xF7);
143 pci_config_put8(isa_handle, 0x58, val);
/illumos-gate/usr/src/uts/sun4u/taco/os/
H A Dtaco.c65 static ddi_acc_handle_t isa_handle; /* handle for ISA pci space */ variable
111 if (pci_config_setup(dip, &isa_handle) != DDI_SUCCESS) {
129 if (isa_handle == NULL) {
133 val = pci_config_get8(isa_handle, IDEIC_RINDEX);
148 pci_config_put8(isa_handle, IDEIC_RINDEX, val & 0xFB);
150 pci_config_put8(isa_handle, IDEIC_RINDEX, val);
157 pci_config_put8(isa_handle, IDEIC_RINDEX, val & 0xF7);
159 pci_config_put8(isa_handle, IDEIC_RINDEX, val);
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c86 static ddi_acc_handle_t isa_handle = NULL; /* handle for isa pci space */ variable
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c62 static ddi_acc_handle_t isa_handle; /* handle for isa pci space */ variable
108 if (pci_config_setup(dip, &isa_handle) != DDI_SUCCESS) {
126 if (isa_handle == NULL) {
130 val = pci_config_get8(isa_handle, 0x58);
145 pci_config_put8(isa_handle, 0x58, val & 0xFB);
147 pci_config_put8(isa_handle, 0x58, val);
154 pci_config_put8(isa_handle, 0x58, val & 0xF7);
156 pci_config_put8(isa_handle, 0x58, val);
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c62 static ddi_acc_handle_t isa_handle; /* handle for isa pci space */ variable
96 if (pci_config_setup(dip, &isa_handle) != DDI_SUCCESS) {
114 if (isa_handle == NULL) {
118 val = pci_config_get8(isa_handle, 0x58);
133 pci_config_put8(isa_handle, 0x58, val & 0xFB);
135 pci_config_put8(isa_handle, 0x58, val);
142 pci_config_put8(isa_handle, 0x58, val & 0xF7);
144 pci_config_put8(isa_handle, 0x58, val);
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c99 static ddi_acc_handle_t isa_handle = NULL; /* handle for isa pci space */ variable
205 if (isa_handle == NULL) {
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c100 static ddi_acc_handle_t isa_handle = NULL; /* handle for isa pci space */ variable
208 if (isa_handle == NULL) {
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c426 ddi_acc_handle_t isa_handle; local
440 if (pci_config_setup(isa_bridge, &isa_handle) != DDI_SUCCESS) {
447 reg = pci_config_get8(isa_handle, 0x48);
448 pci_config_put8(isa_handle, 0x48, reg | 0x40);
456 pci_config_put8(isa_handle, 0x48, reg);
457 pci_config_teardown(&isa_handle);

Completed in 65 milliseconds