Searched refs:commandh (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sys/dev/pci/ |
| H A D | if_wi_pci.c | 207 bus_space_handle_t commandh, localh, ioh; in wi_pci_acex_attach() local 214 0, &commandt, &commandh, NULL, &commandsize, 0) != 0) { in wi_pci_acex_attach() 222 bus_space_unmap(commandt, commandh, commandsize); in wi_pci_acex_attach() 232 bus_space_unmap(commandt, commandh, commandsize); in wi_pci_acex_attach() 241 if (bus_space_read_4(commandt, commandh, 0) & 1) { in wi_pci_acex_attach() 245 bus_space_unmap(commandt, commandh, commandsize); in wi_pci_acex_attach() 248 bus_space_write_4(commandt, commandh, 2, 0x118); in wi_pci_acex_attach() 249 bus_space_write_4(commandt, commandh, 2, 0x108); in wi_pci_acex_attach() 251 bus_space_write_4(commandt, commandh, 2, 0x8); in wi_pci_acex_attach() 254 if (bus_space_read_4(commandt, commandh, 0) & 0x10) in wi_pci_acex_attach() [all …]
|