Lines Matching refs:rxtrig_bytes
83 .rxtrig_bytes = {1, 4, 8, 14},
103 .rxtrig_bytes = {8, 16, 24, 28},
112 .rxtrig_bytes = {1, 16, 32, 56},
125 .rxtrig_bytes = {16, 32, 112, 120},
135 .rxtrig_bytes = {8, 16, 56, 60},
193 .rxtrig_bytes = {1, 4, 8, 14},
235 .rxtrig_bytes = {1, 8, 16, 30},
243 .rxtrig_bytes = {1, 16, 32, 62},
251 .rxtrig_bytes = {1, 32, 64, 126},
272 .rxtrig_bytes = {1, 4, 8, 14},
281 .rxtrig_bytes = {1, 4, 8, 14},
298 .rxtrig_bytes = {1, 4, 8, 14},
306 .rxtrig_bytes = {1, 32, 64, 112},
314 .rxtrig_bytes = {1, 4, 8, 14},
322 .rxtrig_bytes = {2, 66, 130, 194},
330 .rxtrig_bytes = {1, 8, 16, 30},
3072 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
3082 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
3086 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
3108 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
3111 rxtrig_bytes = do_get_rxtrig(port); in do_serial8250_get_rxtrig()
3114 return rxtrig_bytes; in do_serial8250_get_rxtrig()
3121 int rxtrig_bytes; in rx_trig_bytes_show() local
3123 rxtrig_bytes = do_serial8250_get_rxtrig(port); in rx_trig_bytes_show()
3124 if (rxtrig_bytes < 0) in rx_trig_bytes_show()
3125 return rxtrig_bytes; in rx_trig_bytes_show()
3127 return sysfs_emit(buf, "%d\n", rxtrig_bytes); in rx_trig_bytes_show()
3198 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()