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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.h109 #define IUU_BAUD_9600 0x0298 macro
H A Diuu_phoenix.c823 buf[1] = (u8) ((IUU_BAUD_9600 >> 8) & 0x00FF);
824 buf[2] = (u8) (0x00FF & IUU_BAUD_9600);

Completed in 454 milliseconds