HomeSort by: relevance | last modified time | path
    Searched refs:fba_fca (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/footbridge/
footbridgevar.h 85 } fba_fca; member in union:footbridge_attach_args
footbridge.c 250 fba.fba_fca.fca_name = "fcom";
251 fba.fba_fca.fca_iot = sc->sc_iot;
252 fba.fba_fca.fca_ioh = sc->sc_ioh;
253 fba.fba_fca.fca_rx_irq = IRQ_SERIAL_RX;
254 fba.fba_fca.fca_tx_irq = IRQ_SERIAL_TX;
255 config_found(self, &fba.fba_fca, footbridge_print,
footbridge_com.c 197 sc->sc_iot = fba->fba_fca.fca_iot;
198 sc->sc_ioh = fba->fba_fca.fca_ioh;
200 sc->sc_rx_irq = fba->fba_fca.fca_rx_irq;
201 sc->sc_tx_irq = fba->fba_fca.fca_tx_irq;

Completed in 13 milliseconds