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

/freebsd-10.2-release/sys/dev/patm/
H A Didt77252reg.h95 #define IDT_CMD_OPCL 0x20000000 /* Open/Close connection */ macro
102 #define IDT_MKCMD_OPEN(VC) (IDT_CMD_OPCL | (1 << 19) | ((V) << 4))
103 #define IDT_MKCMD_CLOSE(VC) (IDT_CMD_OPCL | (0 << 19) | ((V) << 4))

Completed in 54 milliseconds