Lines Matching refs:rxtrig_bytes
82 .rxtrig_bytes = {1, 4, 8, 14},
102 .rxtrig_bytes = {8, 16, 24, 28},
111 .rxtrig_bytes = {1, 16, 32, 56},
124 .rxtrig_bytes = {16, 32, 112, 120},
134 .rxtrig_bytes = {8, 16, 56, 60},
192 .rxtrig_bytes = {1, 4, 8, 14},
234 .rxtrig_bytes = {1, 8, 16, 30},
242 .rxtrig_bytes = {1, 16, 32, 62},
250 .rxtrig_bytes = {1, 32, 64, 126},
271 .rxtrig_bytes = {1, 4, 8, 14},
280 .rxtrig_bytes = {1, 4, 8, 14},
297 .rxtrig_bytes = {1, 4, 8, 14},
305 .rxtrig_bytes = {1, 32, 64, 112},
313 .rxtrig_bytes = {1, 4, 8, 14},
3053 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
3063 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
3067 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
3089 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
3092 rxtrig_bytes = do_get_rxtrig(port); in do_serial8250_get_rxtrig()
3095 return rxtrig_bytes; in do_serial8250_get_rxtrig()
3102 int rxtrig_bytes; in rx_trig_bytes_show() local
3104 rxtrig_bytes = do_serial8250_get_rxtrig(port); in rx_trig_bytes_show()
3105 if (rxtrig_bytes < 0) in rx_trig_bytes_show()
3106 return rxtrig_bytes; in rx_trig_bytes_show()
3108 return sysfs_emit(buf, "%d\n", rxtrig_bytes); in rx_trig_bytes_show()
3180 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()