Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge.c250 fba.fba_fca.fca_name = "fcom"; in footbridge_attach()
251 fba.fba_fca.fca_iot = sc->sc_iot; in footbridge_attach()
252 fba.fba_fca.fca_ioh = sc->sc_ioh; in footbridge_attach()
253 fba.fba_fca.fca_rx_irq = IRQ_SERIAL_RX; in footbridge_attach()
254 fba.fba_fca.fca_tx_irq = IRQ_SERIAL_TX; in footbridge_attach()
255 config_found(self, &fba.fba_fca, footbridge_print, in footbridge_attach()
H A Dfootbridge_com.c197 sc->sc_iot = fba->fba_fca.fca_iot; in fcom_attach()
198 sc->sc_ioh = fba->fba_fca.fca_ioh; in fcom_attach()
200 sc->sc_rx_irq = fba->fba_fca.fca_rx_irq; in fcom_attach()
201 sc->sc_tx_irq = fba->fba_fca.fca_tx_irq; in fcom_attach()
H A Dfootbridgevar.h85 } fba_fca; member