Searched refs:raw_status (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_dev.c | 15 u32 status, raw_status; in get_lpu_event() local 18 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_lpu_event() 19 if (raw_status & LPU_IRQ_IBSY) in get_lpu_event() 21 if (raw_status & LPU_IRQ_EOW) in get_lpu_event() 23 if (raw_status & LPU_IRQ_OVR) in get_lpu_event() 26 if (raw_status & (LPU_IRQ_ERR | LPU_IRQ_IBSY | LPU_IRQ_OVR)) { in get_lpu_event() 89 malidp_write32(reg, BLK_IRQ_CLEAR, raw_status); in get_lpu_event() 96 u32 status, raw_status; in get_cu_event() local 99 raw_status = malidp_read32(reg, BLK_IRQ_RAW_STATUS); in get_cu_event() 100 if (raw_status & CU_IRQ_OVR) in get_cu_event() [all …]
|
/kernel/linux/linux-5.10/drivers/fsi/ |
D | fsi-scom.c | 79 __be32 data, raw_status; in __put_scom() local 99 rc = fsi_device_read(scom_dev->fsi_dev, SCOM_STATUS_REG, &raw_status, in __put_scom() 103 *status = be32_to_cpu(raw_status); in __put_scom() 111 __be32 data, raw_status; in __get_scom() local 121 rc = fsi_device_read(scom_dev->fsi_dev, SCOM_STATUS_REG, &raw_status, in __get_scom() 140 *status = be32_to_cpu(raw_status); in __get_scom()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.c | 559 const u16 raw_status = le16_to_cpu(er->status); in pcan_usb_pro_handle_error() local 573 if (!raw_status) { in pcan_usb_pro_handle_error() 579 if (raw_status & (PCAN_USBPRO_STATUS_OVERRUN | in pcan_usb_pro_handle_error() 585 if (raw_status & PCAN_USBPRO_STATUS_BUS) { in pcan_usb_pro_handle_error() 587 } else if (raw_status & PCAN_USBPRO_STATUS_ERROR) { in pcan_usb_pro_handle_error() 642 if (raw_status & PCAN_USBPRO_STATUS_OVERRUN) { in pcan_usb_pro_handle_error() 649 if (raw_status & PCAN_USBPRO_STATUS_QOVERRUN) { in pcan_usb_pro_handle_error()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | meson-gx-mmc.c | 925 u32 irq_en, status, raw_status; in meson_mmc_irq() local 929 raw_status = readl(host->regs + SD_EMMC_STATUS); in meson_mmc_irq() 930 status = raw_status & irq_en; in meson_mmc_irq() 935 irq_en, raw_status); in meson_mmc_irq()
|