Lines Matching refs:rxtrig_bytes
94 .rxtrig_bytes = {1, 4, 8, 14},
114 .rxtrig_bytes = {8, 16, 24, 28},
123 .rxtrig_bytes = {1, 16, 32, 56},
145 .rxtrig_bytes = {8, 16, 56, 60},
203 .rxtrig_bytes = {1, 4, 8, 14},
245 .rxtrig_bytes = {1, 8, 16, 30},
253 .rxtrig_bytes = {1, 16, 32, 62},
261 .rxtrig_bytes = {1, 32, 64, 126},
282 .rxtrig_bytes = {1, 4, 8, 14},
291 .rxtrig_bytes = {1, 4, 8, 14},
308 .rxtrig_bytes = {1, 4, 8, 14},
2938 bytes = conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(up->fcr)]; in fcr_get_rxtrig_bytes()
2948 if (!conf_type->rxtrig_bytes[UART_FCR_R_TRIG_BITS(UART_FCR_R_TRIG_00)]) in bytes_to_fcr_rxtrig()
2952 if (bytes < conf_type->rxtrig_bytes[i]) in bytes_to_fcr_rxtrig()
2974 int rxtrig_bytes; in do_serial8250_get_rxtrig() local
2977 rxtrig_bytes = do_get_rxtrig(port); in do_serial8250_get_rxtrig()
2980 return rxtrig_bytes; in do_serial8250_get_rxtrig()
2987 int rxtrig_bytes; in serial8250_get_attr_rx_trig_bytes() local
2989 rxtrig_bytes = do_serial8250_get_rxtrig(port); in serial8250_get_attr_rx_trig_bytes()
2990 if (rxtrig_bytes < 0) in serial8250_get_attr_rx_trig_bytes()
2991 return rxtrig_bytes; in serial8250_get_attr_rx_trig_bytes()
2993 return snprintf(buf, PAGE_SIZE, "%d\n", rxtrig_bytes); in serial8250_get_attr_rx_trig_bytes()
3067 if (conf_type->rxtrig_bytes[0]) in register_dev_spec_attr_grp()