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},
126 .rxtrig_bytes = {16, 32, 112, 120},
136 .rxtrig_bytes = {8, 16, 56, 60},
194 .rxtrig_bytes = {1, 4, 8, 14},
236 .rxtrig_bytes = {1, 8, 16, 30},
244 .rxtrig_bytes = {1, 16, 32, 62},
252 .rxtrig_bytes = {1, 32, 64, 126},
273 .rxtrig_bytes = {1, 4, 8, 14},
282 .rxtrig_bytes = {1, 4, 8, 14},
299 .rxtrig_bytes = {1, 4, 8, 14},
307 .rxtrig_bytes = {1, 32, 64, 112},
3034 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
3044 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
3048 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
3070 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
3073 rxtrig_bytes = do_get_rxtrig(port); in do_serial8250_get_rxtrig()
3076 return rxtrig_bytes; in do_serial8250_get_rxtrig()
3083 int rxtrig_bytes; in rx_trig_bytes_show() local
3085 rxtrig_bytes = do_serial8250_get_rxtrig(port); in rx_trig_bytes_show()
3086 if (rxtrig_bytes < 0) in rx_trig_bytes_show()
3087 return rxtrig_bytes; in rx_trig_bytes_show()
3089 return snprintf(buf, PAGE_SIZE, "%d\n", rxtrig_bytes); in rx_trig_bytes_show()
3161 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()