Lines Matching refs:asyspdtab
239 ushort_t asyspdtab[] = { variable
1007 asyspdtab[asy->asy_bidx] & 0xff); in asyattach()
1009 (asyspdtab[asy->asy_bidx] >> 8) & 0xff); in asyattach()
1410 asyspdtab[B57600] & 0xff); in asy_identify_chip()
1412 (asyspdtab[B57600] >> 8) & 0xff); in asy_identify_chip()
2146 asyspdtab[baudrate] & 0xff); in asy_program()
2148 (asyspdtab[baudrate] >> 8) & 0xff); in asy_program()
2212 if (baudrate >= sizeof (asyspdtab)/sizeof (*asyspdtab)) in asy_baudok()
2215 return (baudrate == 0 || asyspdtab[baudrate]); in asy_baudok()
3565 32*asyspdtab[index] & 0xfff); in async_ioctl()
3608 32*asyspdtab[index] & 0xfff); in async_ioctl()