| /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/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/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()
|
| /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 | 3364 uint64_t status0; in mca_umc_mca_get_err_count() local 3368 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_umc_mca_get_err_count() 3369 ext_error_code = MCA_REG__STATUS__ERRORCODEEXT(status0); in mca_umc_mca_get_err_count() 3372 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_umc_mca_get_err_count() 3377 if (umc_v12_0_is_deferred_error(adev, status0) || in mca_umc_mca_get_err_count() 3378 umc_v12_0_is_uncorrectable_error(adev, status0) || in mca_umc_mca_get_err_count() 3379 umc_v12_0_is_correctable_error(adev, status0)) in mca_umc_mca_get_err_count() 3428 uint64_t status0, misc0; in mca_gfx_mca_get_err_count() local 3430 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_gfx_mca_get_err_count() 3431 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/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/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 …]
|
| H A D | qla_target.h | 434 } status0; member
|
| /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()
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 1148 unsigned int status0, status1, status2, ext_status_1, fifo_status; in fmh_gpib_internal_interrupt() local 1153 status0 = read_byte(nec_priv, ISR0_IMR0_REG); in fmh_gpib_internal_interrupt() 1158 if (status0 & IFC_INTERRUPT_BIT) { in fmh_gpib_internal_interrupt()
|
| /linux/drivers/usb/storage/ |
| H A D | ene_ub6250.c | 399 u8 status0; member 922 ExtraDat->status0 = 0x10; /* Not yet,fireware support */ in ms_read_readpage() 1372 ExtraDat->status0 = 0x10; /* Not yet, waiting for fireware support */ in ms_lib_read_extra() 2010 if ((extdat.status0 & MS_REG_ST0_WP) == MS_REG_ST0_WP_ON) in ms_card_init()
|
| /linux/drivers/mailbox/ |
| H A D | bcm-pdc-mailbox.c | 175 u32 status0; /* last rx descriptor written by hw */ member 678 (ioread32((const void __iomem *)&pdcs->rxregs_64->status0) & in pdc_receive()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | feature.c | 1158 u32 status0, status1; in core99_usb_enable() local 1183 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable() 1185 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
|
| /linux/drivers/video/fbdev/mmp/hw/ |
| H A D | mmp_ctrl.h | 1073 u32 status0; member
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_core.c | 2376 u_int status0; in ahd_handle_scsiint() local 2388 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2407 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2412 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2421 if ((status0 & IOERR) != 0) { in ahd_handle_scsiint() 2435 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint() 2514 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
|
| H A D | aic7xxx_core.c | 1530 u_int status0; in ahc_handle_scsiint() local 1544 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 1546 status0 = 0; in ahc_handle_scsiint() 1548 if (status == 0 && status0 == 0) { in ahc_handle_scsiint() 1574 && (status0 & IOERR) != 0) { in ahc_handle_scsiint()
|