Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/imx/
Dimxusb.c90 uint32_t id, hwhost, hwdevice; in imxehci_attach() local
136 hwdevice = bus_space_read_4(iot, sc->sc_ioh, IMXUSB_HWDEVICE); in imxehci_attach()
148 if (hwdevice & HWDEVICE_DC) { in imxehci_attach()
149 int n_endpoints = __SHIFTOUT(hwdevice, HWDEVICE_DEVEP); in imxehci_attach()