Searched refs:tco_res (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ichwd/ |
H A D | ichwd.c | 305 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)) 766 sc->tco_res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &sc->tco_rid, in ichwd_smb_attach() 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() [all …]
|
H A D | ichwd.h | 56 struct resource *tco_res; member
|