Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/cardbus/
Dcom_cardbus.c74 pcitag_t cc_tag; member
184 cis_ptr = pci_conf_read(ca->ca_pc, csc->cc_tag, CARDBUS_CIS_REG); in com_cardbus_gofigure()
245 csc->cc_tag = pci_make_tag(ca->ca_pc, ct->ct_bus, ct->ct_dev, ct->ct_func); in com_cardbus_attach()
297 pci_conf_write(pc, csc->cc_tag, csc->cc_reg, csc->cc_base); in com_cardbus_setup()
304 reg = pci_conf_read(pc, csc->cc_tag, PCI_COMMAND_STATUS_REG); in com_cardbus_setup()
307 pci_conf_write(pc, csc->cc_tag, PCI_COMMAND_STATUS_REG, reg); in com_cardbus_setup()
313 reg = pci_conf_read(pc, csc->cc_tag, PCI_BHLC_REG); in com_cardbus_setup()
317 pci_conf_write(pc, csc->cc_tag, PCI_BHLC_REG, reg); in com_cardbus_setup()