Searched refs:uc_riowidth (Results 1 – 4 of 4) sorted by relevance
69 u_int uc_riowidth; /* Default reg io width for this device. */ member
313 .uc_riowidth = 4
381 .uc_riowidth = 4,
260 return ((uc != NULL) ? uc->uc_riowidth : 0); in uart_getregiowidth()