Home
last modified time | relevance | path

Searched refs:COM_TI16754 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/serial/sio/
HDsio_private.h52 #define COM_TI16754(flags) ((flags) & 0x200000) macro
HDsio.c679 if (COM_TI16754(flags)) { in sioprobe()
1134 } else if (COM_TI16754(flags)) { in sioattach()
1149 if (!com->st16650a && !COM_TI16754(flags)) { in sioattach()