Home
last modified time | relevance | path

Searched refs:dsr (Results 1 - 4 of 4) sorted by relevance

/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Ddrv_usart.h120 uint32_t dsr : 1; ///< DSR state: 1=Active, 0=Inactive member
185 uint32_t dsr : 1; ///< DSR Line: 0=not available, 1=available member
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dhost.c412 host->dsr_req = !device_property_read_u32(dev, "dsr", &host->dsr); in mmc_of_parse()
413 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
414 dev_err(host->parent, "device tree specified broken value for DSR: 0x%x, ignoring\n", host->dsr); in mmc_of_parse()
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H A Dhost.h452 u32 dsr; /* optional driver stage (DSR) value */ member
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_port.c1934 port->icount.dsr++; in serial8250_modem_status()

Completed in 8 milliseconds