Home
last modified time | relevance | path

Searched refs:status0 (Results 1 – 25 of 27) sorted by relevance

12

/drivers/media/platform/qcom/camss/
A Dcamss-vfe-17x.c301 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()
/drivers/usb/typec/tcpm/
A Dfusb302.c1083 u8 status0; in fusb302_bc_lvl_handler_work() local
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
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
1282 if (status0 & FUSB_REG_STATUS0_COMP) { in fusb302_get_src_cc_status()
1298 if (status0 & FUSB_REG_STATUS0_COMP) in fusb302_get_src_cc_status()
1506 u8 status0; in fusb302_irq_work() local
1534 interrupt, interrupta, interruptb, status0); in fusb302_irq_work()
[all …]
/drivers/staging/gpib/tms9914/
A Dtms9914.c705 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()
/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
A Dgk20a.c52 u32 status0 = nvkm_rd32(device, 0x120058); in gk20a_privring_intr() local
54 if (status0 & 0x7) { in gk20a_privring_intr()
/drivers/platform/x86/
A Dcompal-laptop.c492 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()
/drivers/net/wireless/ath/ath9k/
A Dmac.h293 u32 status0; member
305 u32 status0; member
332 #define ds_txstatus0 u.tx.status0
343 #define ds_rxstatus0 u.rx.status0
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Ddma.c882 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()
A Ddma.h51 u32 status0; /* current descriptor, xmt state */ member
/drivers/i3c/master/
A Di3c-master-cdns.c551 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()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0_6_ppt.c3338 uint64_t status0; in mca_umc_mca_get_err_count() local
3342 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_umc_mca_get_err_count()
3346 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_umc_mca_get_err_count()
3351 if (umc_v12_0_is_deferred_error(adev, status0) || in mca_umc_mca_get_err_count()
3353 umc_v12_0_is_correctable_error(adev, status0)) in mca_umc_mca_get_err_count()
3402 uint64_t status0, misc0; in mca_gfx_mca_get_err_count() local
3404 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_gfx_mca_get_err_count()
3405 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_gfx_mca_get_err_count()
3426 uint64_t status0, misc0; in mca_smu_mca_get_err_count() local
3428 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_smu_mca_get_err_count()
[all …]
/drivers/mmc/host/
A Dwmt-sdmmc.c372 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()
/drivers/net/ethernet/amd/
A Damd8111e.c795 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()
/drivers/iio/accel/
A Dadxl380.c899 static int adxl380_get_status(struct adxl380_state *st, u8 *status0, u8 *status1) in adxl380_get_status() argument
909 *status0 = st->transf_buf[0]; in adxl380_get_status()
960 u8 status0, status1; in adxl380_irq_handler() local
967 ret = adxl380_get_status(st, &status0, &status1); in adxl380_irq_handler()
973 if (!FIELD_GET(ADXL380_STATUS_0_FIFO_WM_MSK, status0)) in adxl380_irq_handler()
/drivers/scsi/qla2xxx/
A Dqla_target.c2585 pkt->u.status0.flags |= cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2587 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2596 pkt->u.status0.edif_flags |= EF_EN_EDIF; in qlt_24xx_build_ctio_pkt()
2655 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2817 ctio->u.status0.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp()
3278 pkt->u.status0.flags |= in qlt_xmit_response()
3287 pkt->u.status0.scsi_status = in qlt_xmit_response()
3290 pkt->u.status0.residual = in qlt_xmit_response()
3293 pkt->u.status0.flags |= cpu_to_le16( in qlt_xmit_response()
3296 pkt->u.status0.flags |= in qlt_xmit_response()
[all …]
A Dqla_target.h433 } status0; member
/drivers/iio/imu/bmi270/
A Dbmi270_core.c598 unsigned int status0, status1; in bmi270_irq_thread_handler() local
604 &status0); in bmi270_irq_thread_handler()
617 if (FIELD_GET(BMI270_INT_STATUS_0_STEP_CNT_MSK, status0)) in bmi270_irq_thread_handler()
/drivers/staging/gpib/eastwood/
A Dfluke_gpib.c807 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()
/drivers/hid/
A Dhid-cp2112.c128 u8 status0; /* STATUS0_* */ member
1372 xfer->status0, xfer->status1, in cp2112_raw_event()
1375 switch (xfer->status0) { in cp2112_raw_event()
/drivers/staging/gpib/fmh_gpib/
A Dfmh_gpib.c1148 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()
/drivers/usb/storage/
A Dene_ub6250.c399 u8 status0; member
922 ExtraDat->status0 = 0x10; /* Not yet,fireware support */ in ms_read_readpage()
1373 ExtraDat->status0 = 0x10; /* Not yet, waiting for fireware support */ in ms_lib_read_extra()
2011 if ((extdat.status0 & MS_REG_ST0_WP) == MS_REG_ST0_WP_ON) in ms_card_init()
/drivers/mailbox/
A Dbcm-pdc-mailbox.c175 u32 status0; /* last rx descriptor written by hw */ member
678 (ioread32((const void __iomem *)&pdcs->rxregs_64->status0) & in pdc_receive()
/drivers/video/fbdev/mmp/hw/
A Dmmp_ctrl.h1073 u32 status0; member
/drivers/scsi/aic7xxx/
A Daic79xx_core.c2376 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()
A Daic7xxx_core.c1530 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()
/drivers/memstick/core/
A Dmspro_block.c477 if ((*mrq)->data[offsetof(struct ms_status_register, status0)] in h_mspro_block_get_ro()

Completed in 158 milliseconds

12