Lines Matching +full:no +full:- +full:loopback +full:- +full:test
1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * Greg Kroah-Hartman (greg@kroah.com)
11 * See Documentation/usb/usb-serial.rst for more information on using this
38 #define WHITEHEAT_DO_TEST 15 /* perform specified test */
63 #define WHITEHEAT_PAR_NONE 'n' /* no parity */
69 #define WHITEHEAT_SFLOW_NONE 'n' /* no software flow control */
76 #define WHITEHEAT_HFLOW_NONE 0x00 /* no hardware flow control */
90 __le32 baud; /* any value 7 - 460800, firmware calculates
99 __u8 lloop; /* 0/1 turns local loopback mode off/on */
131 * Type DATA: 0x00 - 0xff
132 * Type IDATA: 0x80 - 0xff
133 * Type BDATA: 0x20 - 0x2f
134 * Type XDATA: 0x0000 - 0xffff
140 * NOTE: 0x80 - 0xff (local space) are the Special Function Registers
141 * of the 8051, and some have on-read side-effects.
182 #define WHITEHEAT_TEST_UART_CLK_START 0x06 /* uart clock test start */
183 #define WHITEHEAT_TEST_UART_CLK_STOP 0x07 /* uart clock test stop */
185 loopback cable/connector */
192 __u8 test; /* see WHITEHEAT_TEST_* above*/ member
210 #define WHITEHEAT_FLOW_NONE 0x00 /* no flow control active */
230 __u8 connect; /* 0 means not connected, non-zero means
285 #define WHITEHEAT_TEST_FAIL 0x00 /* test failed */
286 #define WHITEHEAT_TEST_UNKNOWN 0x01 /* unknown test requested */
287 #define WHITEHEAT_TEST_PASS 0xff /* test passed */
291 __u8 test; /* indicates which test this is a response for, member
294 __u8 results[32]; /* test-dependent results */