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

  /src/sys/arch/hpcmips/tx/
tx39uartvar.h 39 int ua_slot; /* UARTA or UARTB */ member in struct:tx39uart_attach_args
tx39uart.c 89 ua.ua_slot = cf->cf_loc[TXCOMIFCF_SLOT];
91 if (ua.ua_slot == TXCOMIFCF_SLOT_DEFAULT) {
96 if (!(sc->sc_enabled & (1 << ua.ua_slot)) && /* not attached slot */
99 sc->sc_enabled |= (1 << ua.ua_slot);
110 aprint_normal(" slot %d", ua->ua_slot);
txcom.c 212 console = (ua->ua_slot == txcom_chip.sc_slot) &&
224 slot = chip->sc_slot = ua->ua_slot;

Completed in 121 milliseconds