Searched refs:error_clear (Results 1 – 6 of 6) sorted by relevance
| /linux/include/soc/tegra/ |
| H A D | tegra-cbb.h | 29 void (*error_clear)(struct tegra_cbb *cbb); member
|
| /linux/drivers/tty/serial/ |
| H A D | sh-sci.c | 230 (to_sci_port(port)->params->error_clear) 316 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER, 340 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER, 366 .error_clear = SCIF_ERROR_CLEAR & ~SCIFA_ORER, 393 .error_clear = SCIF_ERROR_CLEAR & ~SCIFA_ORER, 420 .error_clear = SCIF_ERROR_CLEAR, 450 .error_clear = SCIF_ERROR_CLEAR, 483 .error_clear = SCIF_ERROR_CLEAR, 507 .error_clear = SCIF_ERROR_CLEAR, 533 .error_clear = SCIF_ERROR_CLEAR, [all …]
|
| H A D | rsci.c | 91 #define SCxSR_ERROR_CLEAR(port) (to_sci_port(port)->params->error_clear) 425 .error_clear = RSCI_ERROR_CLEAR,
|
| H A D | sh-sci-common.h | 73 unsigned int error_clear; member
|
| /linux/drivers/soc/tegra/cbb/ |
| H A D | tegra194-cbb.c | 2108 .error_clear = tegra194_cbb_error_clear,
|
| H A D | tegra234-cbb.c | 721 .error_clear = tegra234_cbb_error_clear,
|