Lines Matching refs:rxtrig_bytes
84 .rxtrig_bytes = {1, 4, 8, 14},
104 .rxtrig_bytes = {8, 16, 24, 28},
113 .rxtrig_bytes = {1, 16, 32, 56},
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},
2981 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
2991 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
2995 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
3017 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
3020 rxtrig_bytes = do_get_rxtrig(port); in do_serial8250_get_rxtrig()
3023 return rxtrig_bytes; in do_serial8250_get_rxtrig()
3030 int rxtrig_bytes; in rx_trig_bytes_show() local
3032 rxtrig_bytes = do_serial8250_get_rxtrig(port); in rx_trig_bytes_show()
3033 if (rxtrig_bytes < 0) in rx_trig_bytes_show()
3034 return rxtrig_bytes; in rx_trig_bytes_show()
3036 return snprintf(buf, PAGE_SIZE, "%d\n", rxtrig_bytes); in rx_trig_bytes_show()
3108 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()