Searched refs:io_hc (Results 1 – 1 of 1) sorted by relevance
112 struct hpcio_chip *io_hc = &sc->sc_io_ops; in tx39io_attach() local123 io_hc->hc_chipid = IO; in tx39io_attach()124 io_hc->hc_name = "IO"; in tx39io_attach()125 io_hc->hc_sc = sc; in tx39io_attach()126 io_hc->hc_intr_establish = io_intr_establish; in tx39io_attach()127 io_hc->hc_intr_disestablish = port_intr_disestablish; in tx39io_attach()128 io_hc->hc_intr_clear = port_intr_clear; in tx39io_attach()129 io_hc->hc_dump = io_dump; in tx39io_attach()132 io_hc->hc_portread = tx391x_io_in; in tx39io_attach()133 io_hc->hc_portwrite = tx391x_io_out; in tx39io_attach()[all …]