Searched refs:csts (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | opregion.c | 58 u32 csts; /* notification status */ member 250 acpi->csts = 0; in psb_intel_opregion_video_event() 271 opregion->acpi->csts = 0; in psb_intel_opregion_init()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | core.c | 1125 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl() 1132 ctrl->csts = NVME_CSTS_CFS; in nvmet_start_ctrl() 1136 ctrl->csts = NVME_CSTS_RDY; in nvmet_start_ctrl() 1153 ctrl->csts &= ~NVME_CSTS_RDY; in nvmet_clear_ctrl() 1171 ctrl->csts |= NVME_CSTS_SHST_CMPLT; in nvmet_update_cc() 1174 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT; in nvmet_update_cc() 1237 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_check_ctrl_status() 1450 if (!(ctrl->csts & NVME_CSTS_CFS)) { in nvmet_ctrl_fatal_error() 1451 ctrl->csts |= NVME_CSTS_CFS; in nvmet_ctrl_fatal_error()
|
D | fabrics-cmd.c | 65 val = ctrl->csts; in nvmet_execute_prop_get()
|
D | discovery.c | 353 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) { in nvmet_parse_discovery_cmd()
|
D | nvmet.h | 174 u32 csts; member
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | tegra210-adma.c | 445 u32 csts; in tegra_adma_is_paused() local 447 csts = tdma_ch_read(tdc, ADMA_CH_STATUS); in tegra_adma_is_paused() 448 csts &= ADMA_CH_STATUS_XFER_PAUSED; in tegra_adma_is_paused() 450 return csts ? true : false; in tegra_adma_is_paused()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | pci.c | 1214 static bool nvme_should_reset(struct nvme_dev *dev, u32 csts) in nvme_should_reset() argument 1219 bool nssro = dev->subsystem && (csts & NVME_CSTS_NSSRO); in nvme_should_reset() 1233 if (!(csts & NVME_CSTS_CFS) && !nssro) in nvme_should_reset() 1239 static void nvme_warn_reset(struct nvme_dev *dev, u32 csts) in nvme_warn_reset() argument 1250 csts, pci_status); in nvme_warn_reset() 1254 csts, result); in nvme_warn_reset() 1264 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_timeout() local 1276 if (nvme_should_reset(dev, csts)) { in nvme_timeout() 1277 nvme_warn_reset(dev, csts); in nvme_timeout() 2477 u32 csts = readl(dev->bar + NVME_REG_CSTS); in nvme_dev_disable() local [all …]
|
D | core.c | 2320 u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; in nvme_wait_ready() local 2323 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_wait_ready() 2324 if (csts == ~0) in nvme_wait_ready() 2326 if ((csts & NVME_CSTS_RDY) == bit) in nvme_wait_ready() 2335 enabled ? "initialisation" : "reset", csts); in nvme_wait_ready() 2405 u32 csts; in nvme_shutdown_ctrl() local 2415 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) { in nvme_shutdown_ctrl() 2416 if ((csts & NVME_CSTS_SHST_MASK) == NVME_CSTS_SHST_CMPLT) in nvme_shutdown_ctrl() 4248 u32 csts; in nvme_ctrl_pp_status() local 4250 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) in nvme_ctrl_pp_status() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_opregion.c | 77 u32 csts; /* notification status */ member 628 acpi->csts = 0; in intel_opregion_video_event() 1076 opregion->acpi->csts = 0; in intel_opregion_resume()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 55587 +#define DWC3_PROC_CONNECTED_STATUS "csts"
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 357844 +#define DWC3_PROC_CONNECTED_STATUS "csts"
|