Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/usb/typec/tcpm/
Dfusb302.c1075 u8 status0; in fusb302_bc_lvl_handler_work() local
1084 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_bc_lvl_handler_work()
1087 fusb302_log(chip, "BC_LVL handler, status0=0x%02x", status0); in fusb302_bc_lvl_handler_work()
1088 if (status0 & FUSB_REG_STATUS0_ACTIVITY) { in fusb302_bc_lvl_handler_work()
1094 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_bc_lvl_handler_work()
1184 u8 status0; in fusb302_handle_togdone_snk() local
1199 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_handle_togdone_snk()
1202 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_handle_togdone_snk()
1249 u8 switches0_data, status0; in fusb302_get_src_cc_status() local
1260 fusb302_i2c_read(chip, FUSB_REG_SWITCHES0, &status0); in fusb302_get_src_cc_status()
[all …]
/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss-vfe-17x.c317 static void vfe_isr_read(struct vfe_device *vfe, u32 *status0, u32 *status1) in vfe_isr_read() argument
319 *status0 = readl_relaxed(vfe->base + VFE_IRQ_STATUS_0); in vfe_isr_read()
322 writel_relaxed(*status0, vfe->base + VFE_IRQ_CLEAR_0); in vfe_isr_read()
347 u32 status0, status1, vfe_bus_status[VFE_LINE_NUM_MAX]; in vfe_isr() local
350 status0 = readl_relaxed(vfe->base + VFE_IRQ_STATUS_0); in vfe_isr()
353 writel_relaxed(status0, vfe->base + VFE_IRQ_CLEAR_0); in vfe_isr()
367 if (status0 & STATUS_0_RESET_ACK) in vfe_isr()
371 if (status0 & STATUS_0_RDI_REG_UPDATE(i)) in vfe_isr()
375 if (status0 & STATUS_1_RDI_SOF(i)) in vfe_isr()
383 if (status0 & BIT(9)) in vfe_isr()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
Dgk20a.c52 u32 status0 = nvkm_rd32(device, 0x120058); in gk20a_privring_intr() local
54 if (status0 & 0x7) { in gk20a_privring_intr()
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Dam572x-idk-common.dtsi54 label = "status0:red:cpu0";
61 label = "status0:green:usr";
67 label = "status0:blue:heartbeat";
Dam571x-idk.dts54 label = "status0:red:cpu0";
61 label = "status0:green:usr";
67 label = "status0:blue:heartbeat";
Dam335x-icev2.dts106 label = "status0:red:cpu0";
113 label = "status0:green:usr";
119 label = "status0:yellow:usr";
Dmotorola-mapphone-handset.dtsi138 /* status0 0x4a10007e gpmc_clk.gpio_55 b22 */
/linux-6.12.1/drivers/platform/x86/
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()
/linux-6.12.1/sound/soc/sh/rcar/
Dsrc.c409 u32 status0, status1; in rsnd_src_error_occurred() local
422 status0 = rsnd_mod_read(mod, SCU_SYS_STATUS0); in rsnd_src_error_occurred()
424 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred()
426 rsnd_mod_name(mod), status0, status1); in rsnd_src_error_occurred()
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dmac.h293 u32 status0; member
305 u32 status0; member
332 #define ds_txstatus0 u.tx.status0
343 #define ds_rxstatus0 u.rx.status0
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_6_ppt.c2820 uint64_t status0; in mca_umc_mca_get_err_count() local
2824 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_umc_mca_get_err_count()
2825 ext_error_code = MCA_REG__STATUS__ERRORCODEEXT(status0); in mca_umc_mca_get_err_count()
2828 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_umc_mca_get_err_count()
2833 if (umc_v12_0_is_deferred_error(adev, status0) || in mca_umc_mca_get_err_count()
2834 umc_v12_0_is_uncorrectable_error(adev, status0) || in mca_umc_mca_get_err_count()
2835 umc_v12_0_is_correctable_error(adev, status0)) in mca_umc_mca_get_err_count()
2884 uint64_t status0, misc0; in mca_gfx_mca_get_err_count() local
2886 status0 = entry->regs[MCA_REG_IDX_STATUS]; in mca_gfx_mca_get_err_count()
2887 if (!REG_GET_FIELD(status0, MCMP1_STATUST0, Val)) { in mca_gfx_mca_get_err_count()
[all …]
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
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()
1490 DMA64TXREGOFFS(di, status0)) & in dma_getnexttxp()
Ddma.h51 u32 status0; /* current descriptor, xmt state */ member
/linux-6.12.1/drivers/i3c/master/
Di3c-master-cdns.c562 u32 status0; in cdns_i3c_master_end_xfer_locked() local
572 for (status0 = readl(master->regs + MST_STATUS0); in cdns_i3c_master_end_xfer_locked()
573 !(status0 & MST_STATUS0_CMDR_EMP); in cdns_i3c_master_end_xfer_locked()
574 status0 = readl(master->regs + MST_STATUS0)) { in cdns_i3c_master_end_xfer_locked()
1361 u32 status0; in cnds_i3c_master_demux_ibis() local
1365 for (status0 = readl(master->regs + MST_STATUS0); in cnds_i3c_master_demux_ibis()
1366 !(status0 & MST_STATUS0_IBIR_EMP); in cnds_i3c_master_demux_ibis()
1367 status0 = readl(master->regs + MST_STATUS0)) { in cnds_i3c_master_demux_ibis()
/linux-6.12.1/arch/arm/boot/dts/ti/keystone/
Dkeystone-k2g-ice.dts139 label = "status0:red:cpu0";
146 label = "status0:green:usr";
152 label = "status0:yellow:usr";
/linux-6.12.1/drivers/mmc/host/
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()
/linux-6.12.1/drivers/net/ethernet/amd/
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()
/linux-6.12.1/drivers/iio/accel/
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()
/linux-6.12.1/include/linux/
Dmemstick.h27 unsigned char status0; member
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_target.c2629 pkt->u.status0.flags |= cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2631 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2632 pkt->u.status0.relative_offset = cpu_to_le32(prm->cmd->offset); in qlt_24xx_build_ctio_pkt()
2640 pkt->u.status0.edif_flags |= EF_EN_EDIF; in qlt_24xx_build_ctio_pkt()
2696 pkt24->u.status0.transfer_length = cpu_to_le32(prm->cmd->bufflen); in qlt_load_data_segments()
2699 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2859 ctio->u.status0.flags |= cpu_to_le16(CTIO7_FLAGS_SEND_STATUS); in qlt_24xx_init_ctio_to_isp()
2861 ctio->u.status0.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp()
2865 ctio->u.status0.residual = cpu_to_le32(prm->residual); in qlt_24xx_init_ctio_to_isp()
2866 ctio->u.status0.scsi_status = cpu_to_le16(prm->rq_result); in qlt_24xx_init_ctio_to_isp()
[all …]
Dqla_target.h433 } status0; member
/linux-6.12.1/drivers/hid/
Dhid-cp2112.c126 u8 status0; /* STATUS0_* */ member
1373 xfer->status0, xfer->status1, in cp2112_raw_event()
1376 switch (xfer->status0) { in cp2112_raw_event()
/linux-6.12.1/drivers/usb/storage/
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()
/linux-6.12.1/drivers/mailbox/
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()
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dfeature.c1158 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()

12