| /linux/drivers/gpu/drm/amd/ras/rascore/ |
| H A D | ras_aca_v1_0.c | 217 uint64_t status0; in aca_parse_umc_bank() local 219 status0 = bank->regs[ACA_REG_IDX__STATUS]; in aca_parse_umc_bank() 220 if (!ACA_REG_STATUS_VAL(status0)) in aca_parse_umc_bank() 230 ext_error_code = ACA_REG_STATUS_ERRORCODEEXT(status0); in aca_parse_umc_bank() 232 if (aca_check_umc_de(ras_core, status0)) in aca_parse_umc_bank() 234 else if (aca_check_umc_ue(ras_core, status0)) in aca_parse_umc_bank() 237 else if (aca_check_umc_ce(ras_core, status0)) in aca_parse_umc_bank()
|
| /linux/drivers/media/platform/qcom/camss/ |
| H A D | camss-vfe-17x.c | 301 static void vfe_isr_read(struct vfe_device *vfe, u32 *status0, u32 *status1) in vfe_isr_read() argument 303 *status0 = readl_relaxed(vfe->base + VFE_IRQ_STATUS_0); in vfe_isr_read() 306 writel_relaxed(*status0, vfe->base + VFE_IRQ_CLEAR_0); in vfe_isr_read() 331 u32 status0, status1, vfe_bus_status[VFE_LINE_NUM_MAX]; in vfe_isr() local 334 status0 = readl_relaxed(vfe->base + VFE_IRQ_STATUS_0); in vfe_isr() 337 writel_relaxed(status0, vfe->base + VFE_IRQ_CLEAR_0); in vfe_isr() 351 if (status0 & STATUS_0_RESET_ACK) in vfe_isr() 355 if (status0 & STATUS_0_RDI_REG_UPDATE(i)) in vfe_isr() 359 if (status0 & STATUS_1_RDI_SOF(i)) in vfe_isr() 367 if (status0 & BIT(9)) in vfe_isr()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 1083 u8 status0; in fusb302_bc_lvl_handler_work() local 1092 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_bc_lvl_handler_work() 1095 fusb302_log(chip, "BC_LVL handler, status0=0x%02x", status0); in fusb302_bc_lvl_handler_work() 1096 if (status0 & FUSB_REG_STATUS0_ACTIVITY) { in fusb302_bc_lvl_handler_work() 1102 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_bc_lvl_handler_work() 1192 u8 status0; in fusb302_handle_togdone_snk() local 1207 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_handle_togdone_snk() 1210 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_handle_togdone_snk() 1257 u8 switches0_data, status0; in fusb302_get_src_cc_status() local 1509 u8 status0; fusb302_irq_work() local [all...] |
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/privring/ |
| H A D | gk20a.c | 52 u32 status0 = nvkm_rd32(device, 0x120058); in gk20a_privring_intr() local 54 if (status0 & 0x7) { in gk20a_privring_intr()
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 705 int status0, status1; in tms9914_interrupt() local 708 status0 = read_byte(priv, ISR0); in tms9914_interrupt() 710 return tms9914_interrupt_have_status(board, priv, status0, status1); in tms9914_interrupt() 715 int status0, int status1) in tms9914_interrupt_have_status() argument 718 if (status0 & HR_END) in tms9914_interrupt_have_status() 721 if ((status0 & HR_BI)) in tms9914_interrupt_have_status() 723 if ((status0 & HR_BO)) { in tms9914_interrupt_have_status() 730 if (status0 & HR_SPAS) { in tms9914_interrupt_have_status() 813 if ((status0 & priv->imr0_bits) || (status1 & priv->imr1_bits)) { in tms9914_interrupt_have_status() 815 status0, priv->imr0_bits, status1, priv->imr1_bits); in tms9914_interrupt_have_status()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am572x-idk-common.dtsi | 54 label = "status0:red:cpu0"; 61 label = "status0:green:usr"; 67 label = "status0:blue:heartbeat";
|
| H A D | am571x-idk.dts | 54 label = "status0:red:cpu0"; 61 label = "status0:green:usr"; 67 label = "status0:blue:heartbeat";
|
| H A D | am335x-icev2.dts | 106 label = "status0:red:cpu0"; 113 label = "status0:green:usr"; 119 label = "status0:yellow:usr";
|
| H A D | motorola-mapphone-handset.dtsi | 138 /* status0 0x4a10007e gpmc_clk.gpio_55 b22 */
|
| /linux/drivers/platform/x86/ |
| H A D | compal-laptop.c | 492 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_status() local 495 if (status0 & BAT_S0_CHARGING) in bat_status() 497 if (status0 & BAT_S0_DISCHARGE) in bat_status() 536 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_capacity_level() local 540 if (status0 & BAT_S0_DISCHRG_CRITICAL in bat_capacity_level() 544 if (status0 & BAT_S0_LOW) in bat_capacity_level()
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | src.c | 461 u32 status0, status1; in rsnd_src_error_occurred() local 474 status0 = rsnd_mod_read(mod, SCU_SYS_STATUS0); in rsnd_src_error_occurred() 476 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred() 478 rsnd_mod_name(mod), status0, status1); in rsnd_src_error_occurred()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | mac.h | 293 u32 status0; member 305 u32 status0; member 332 #define ds_txstatus0 u.tx.status0 343 #define ds_rxstatus0 u.rx.status0
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 882 DMA64RXREGOFFS(di, status0)) & D64_RS0_CD_MASK) - in dma64_getnextrxp() 965 DMA64RXREGOFFS(di, status0)) & in dma_rx() 999 DMA64RXREGOFFS(di, status0)) & D64_RS0_CD_MASK) == in dma64_rxidle() 1010 DMA64TXREGOFFS(di, status0)) & D64_XS0_CD_MASK) == in dma64_txidle() 1238 (bcma_read32(di->core, DMA64TXREGOFFS(di, status0)) & in dma_txreset() 1245 (bcma_read32(di->core, DMA64TXREGOFFS(di, status0)) & in dma_txreset() 1264 (bcma_read32(di->core, DMA64RXREGOFFS(di, status0)) & in dma_rxreset() 1481 DMA64TXREGOFFS(di, status0)) & in dma_getnexttxp()
|
| H A D | dma.h | 51 u32 status0; /* current descriptor, xmt state */ member
|
| /linux/drivers/i3c/master/ |
| H A D | i3c-master-cdns.c | 551 u32 status0; in cdns_i3c_master_end_xfer_locked() local 561 for (status0 = readl(master->regs + MST_STATUS0); in cdns_i3c_master_end_xfer_locked() 562 !(status0 & MST_STATUS0_CMDR_EMP); in cdns_i3c_master_end_xfer_locked() 563 status0 = readl(master->regs + MST_STATUS0)) { in cdns_i3c_master_end_xfer_locked() 1344 u32 status0; in cnds_i3c_master_demux_ibis() local 1348 for (status0 = readl(master->regs + MST_STATUS0); in cnds_i3c_master_demux_ibis() 1349 !(status0 & MST_STATUS0_IBIR_EMP); in cnds_i3c_master_demux_ibis() 1350 status0 = readl(master->regs + MST_STATUS0)) { in cnds_i3c_master_demux_ibis()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_6_ppt.c | 3367 uint64_t status0; in mca_umc_mca_get_err_count() local 3371 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_umc_mca_get_err_count() 3372 ext_error_code = MCA_REG__STATUS__ERRORCODEEXT(status0); in mca_umc_mca_get_err_count() 3375 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_umc_mca_get_err_count() 3380 if (umc_v12_0_is_deferred_error(adev, status0) || in mca_umc_mca_get_err_count() 3381 umc_v12_0_is_uncorrectable_error(adev, status0) || in mca_umc_mca_get_err_count() 3382 umc_v12_0_is_correctable_error(adev, status0)) in mca_umc_mca_get_err_count() 3431 uint64_t status0, misc0; in mca_gfx_mca_get_err_count() local 3433 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_gfx_mca_get_err_count() 3434 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_gfx_mca_get_err_count() [all …]
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2g-ice.dts | 139 label = "status0:red:cpu0"; 146 label = "status0:green:usr"; 152 label = "status0:yellow:usr";
|
| /linux/drivers/mmc/host/ |
| H A D | wmt-sdmmc.c | 372 u32 status0; in wmt_mci_regular_isr() local 380 status0 = readb(priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr() 386 if ((reg_tmp & INT0_DI_INT_EN) && (status0 & STS0_DEVICE_INS)) { in wmt_mci_regular_isr() 454 writeb(status0, priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | amd8111e.c | 795 int status0, speed; in amd8111e_link_change() local 798 status0 = readl(lp->mmio + STAT0); in amd8111e_link_change() 800 if (status0 & LINK_STATS) { in amd8111e_link_change() 801 if (status0 & AUTONEG_COMPLETE) in amd8111e_link_change() 806 if (status0 & FULL_DPLX) in amd8111e_link_change() 810 speed = (status0 & SPEED_MASK) >> 7; in amd8111e_link_change()
|
| /linux/drivers/iio/imu/bmi270/ |
| H A D | bmi270_core.c | 762 unsigned int status0, status1; in bmi270_irq_thread_handler() local 768 &status0); in bmi270_irq_thread_handler() 781 if (FIELD_GET(BMI270_INT_STATUS_0_MOTION_MSK, status0)) in bmi270_irq_thread_handler() 788 if (FIELD_GET(BMI270_INT_STATUS_0_NOMOTION_MSK, status0)) in bmi270_irq_thread_handler() 795 if (FIELD_GET(BMI270_INT_STATUS_0_STEP_CNT_MSK, status0)) in bmi270_irq_thread_handler()
|
| /linux/drivers/iio/accel/ |
| H A D | adxl380.c | 888 static int adxl380_get_status(struct adxl380_state *st, u8 *status0, u8 *status1) in adxl380_get_status() argument 898 *status0 = st->transf_buf[0]; in adxl380_get_status() 949 u8 status0, status1; in adxl380_irq_handler() local 956 ret = adxl380_get_status(st, &status0, &status1); in adxl380_irq_handler() 962 if (!FIELD_GET(ADXL380_STATUS_0_FIFO_WM_MSK, status0)) in adxl380_irq_handler()
|
| /linux/include/linux/ |
| H A D | memstick.h | 27 unsigned char status0; member
|
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 807 int status0, status1, status2; in fluke_gpib_internal_interrupt() local 815 status0 = fluke_paged_read_byte(priv, ISR0_IMR0, ISR0_IMR0_PAGE); in fluke_gpib_internal_interrupt() 819 if (status0 & FLUKE_IFCI_BIT) { in fluke_gpib_internal_interrupt()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 2578 pkt->u.status0.flags |= cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt() 2580 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt() 2581 pkt->u.status0.relative_offset = cpu_to_le32(prm->cmd->offset); in qlt_24xx_build_ctio_pkt() 2589 pkt->u.status0.edif_flags |= EF_EN_EDIF; in qlt_24xx_build_ctio_pkt() 2645 pkt24->u.status0.transfer_length = cpu_to_le32(prm->cmd->bufflen); in qlt_load_data_segments() 2648 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments() 2808 ctio->u.status0.flags |= cpu_to_le16(CTIO7_FLAGS_SEND_STATUS); in qlt_24xx_init_ctio_to_isp() 2810 ctio->u.status0.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp() 2814 ctio->u.status0.residual = cpu_to_le32(prm->residual); in qlt_24xx_init_ctio_to_isp() 2815 ctio->u.status0.scsi_status = cpu_to_le16(prm->rq_result); in qlt_24xx_init_ctio_to_isp() [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-cp2112.c | 128 u8 status0; /* STATUS0_* */ member 1393 xfer->status0, xfer->status1, in cp2112_raw_event() 1396 switch (xfer->status0) { in cp2112_raw_event()
|