Searched refs:csts (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/gma500/
H A Dopregion.c59 u32 csts; /* notification status */ member in struct:opregion_acpi
247 acpi->csts = 0;
268 opregion->acpi->csts = 0;
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c52 u32 csts = readl(fdev->bar + NVME_REG_CSTS); local
54 if (csts == ~0) {
55 dev_err(fdev->dev, "CSTS register read %#x\n", csts);
59 if ((csts & NVME_CSTS_RDY) == bit)
79 u32 csts = readl(fdev->bar + NVME_REG_CSTS); local
80 u32 actual_rdy = csts & NVME_CSTS_RDY;
82 if (csts == ~0) {
83 dev_err(fdev->dev, "CSTS register read %#x\n", csts);
332 u32 csts = readl(fdev->bar + NVME_REG_CSTS); local
334 return (csts
[all...]
/linux-master/drivers/nvme/target/
H A Dcore.c1178 ctrl->csts = NVME_CSTS_CFS;
1185 ctrl->csts = NVME_CSTS_CFS;
1189 ctrl->csts = NVME_CSTS_RDY;
1206 ctrl->csts &= ~NVME_CSTS_RDY;
1224 ctrl->csts |= NVME_CSTS_SHST_CMPLT;
1227 ctrl->csts &= ~NVME_CSTS_SHST_CMPLT;
1300 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
1524 if (!(ctrl->csts & NVME_CSTS_CFS)) {
1525 ctrl->csts |= NVME_CSTS_CFS;
H A Dfabrics-cmd.c65 val = ctrl->csts;
H A Ddiscovery.c359 if (unlikely(!(req->sq->ctrl->csts & NVME_CSTS_RDY))) {
H A Dnvmet.h203 u32 csts; member in struct:nvmet_ctrl
/linux-master/drivers/dma/
H A Dtegra210-adma.c443 u32 csts; local
445 csts = tdma_ch_read(tdc, ADMA_CH_STATUS);
446 csts &= ADMA_CH_STATUS_XFER_PAUSED;
448 return csts ? true : false;
/linux-master/drivers/nvme/host/
H A Dpci.c1228 static bool nvme_should_reset(struct nvme_dev *dev, u32 csts) argument
1233 bool nssro = dev->subsystem && (csts & NVME_CSTS_NSSRO);
1247 if (!(csts & NVME_CSTS_CFS) && !nssro)
1253 static void nvme_warn_reset(struct nvme_dev *dev, u32 csts) argument
1264 csts, pci_status);
1268 csts, result);
1270 if (csts != ~0)
1286 u32 csts = readl(dev->bar + NVME_REG_CSTS); local
1302 if (nvme_should_reset(dev, csts)) {
1303 nvme_warn_reset(dev, csts);
2572 u32 csts; local
[all...]
H A Dapple.c801 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); local
807 if (!(csts & NVME_CSTS_RDY))
809 if (csts & NVME_CSTS_CFS)
883 u32 csts = readl(anv->mmio_nvme + NVME_REG_CSTS); local
913 if (!apple_rtkit_is_crashed(anv->rtk) && !(csts & NVME_CSTS_CFS)) {
H A Dcore.c2290 u32 csts; local
2293 while ((ret = ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts)) == 0) {
2294 if (csts == ~0)
2296 if ((csts & mask) == val)
2305 op, csts);
4213 u32 csts; local
4215 if (ctrl->ops->reg_read32(ctrl, NVME_REG_CSTS, &csts))
4218 if (csts == ~0)
4221 return ((ctrl->ctrl_config & NVME_CC_ENABLE) && (csts & NVME_CSTS_PP));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_opregion.c82 u32 csts; /* notification status */ member in struct:opregion_acpi
700 acpi->csts = 0;
1238 opregion->acpi->csts = 0;

Completed in 190 milliseconds