Searched refs:ua_slot (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39uartvar.h39 int ua_slot; /* UARTA or UARTB */ member in struct:tx39uart_attach_args
H A Dtx39uart.c91 ua.ua_slot = cf->cf_loc[TXCOMIFCF_SLOT];
93 if (ua.ua_slot == TXCOMIFCF_SLOT_DEFAULT) {
98 if (!(sc->sc_enabled & (1 << ua.ua_slot)) && /* not attached slot */
101 sc->sc_enabled |= (1 << ua.ua_slot);
112 aprint_normal(" slot %d", ua->ua_slot);
H A Dtxcom.c203 console = (ua->ua_slot == txcom_chip.sc_slot) &&
219 slot = chip->sc_slot = ua->ua_slot;

Completed in 103 milliseconds