Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichwd/
H A Dichwd.c305 bus_read_1((sc)->tco_res, (off))
307 bus_read_2((sc)->tco_res, (off))
309 bus_read_4((sc)->tco_res, (off))
321 bus_write_1((sc)->tco_res, (off), (val))
323 bus_write_2((sc)->tco_res, (off), (val))
325 bus_write_4((sc)->tco_res, (off), (val))
768 if (sc->tco_res == NULL) { in ichwd_smb_attach()
857 sc->tco_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->tco_rid, in ichwd_lpc_attach()
860 if (sc->tco_res == NULL) { in ichwd_lpc_attach()
917 if (sc->tco_res != NULL) in ichwd_attach()
[all …]
H A Dichwd.h56 struct resource *tco_res; member