Home
last modified time | relevance | path

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

12

/linux-6.1.9/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.1.9/drivers/media/platform/qcom/camss/
Dcamss-vfe-170.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[3]; 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.1.9/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.1.9/arch/arm/boot/dts/
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";
Dkeystone-k2g-ice.dts139 label = "status0:red:cpu0";
146 label = "status0:green:usr";
152 label = "status0:yellow:usr";
Dam335x-icev2.dts106 label = "status0:red:cpu0";
113 label = "status0:green:usr";
119 label = "status0:yellow:usr";
Dmotorola-mapphone-common.dtsi459 /* status0 0x4a10007e gpmc_clk.gpio_55 b22 */
/linux-6.1.9/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.1.9/sound/soc/sh/rcar/
Dsrc.c408 u32 status0, status1; in rsnd_src_error_occurred() local
421 status0 = rsnd_mod_read(mod, SCU_SYS_STATUS0); in rsnd_src_error_occurred()
423 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred()
425 rsnd_mod_name(mod), status0, status1); in rsnd_src_error_occurred()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmac.h291 u32 status0; member
303 u32 status0; member
330 #define ds_txstatus0 u.tx.status0
341 #define ds_rxstatus0 u.rx.status0
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddma.c883 DMA64RXREGOFFS(di, status0)) & D64_RS0_CD_MASK) - in dma64_getnextrxp()
966 DMA64RXREGOFFS(di, status0)) & in dma_rx()
1000 DMA64RXREGOFFS(di, status0)) & D64_RS0_CD_MASK) == in dma64_rxidle()
1011 DMA64TXREGOFFS(di, status0)) & D64_XS0_CD_MASK) == in dma64_txidle()
1239 (bcma_read32(di->core, DMA64TXREGOFFS(di, status0)) & in dma_txreset()
1246 (bcma_read32(di->core, DMA64TXREGOFFS(di, status0)) & in dma_txreset()
1265 (bcma_read32(di->core, DMA64RXREGOFFS(di, status0)) & in dma_rxreset()
1491 DMA64TXREGOFFS(di, status0)) & in dma_getnexttxp()
Ddma.h51 u32 status0; /* current descriptor, xmt state */ member
/linux-6.1.9/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.1.9/drivers/mmc/host/
Dwmt-sdmmc.c373 u32 status0; in wmt_mci_regular_isr() local
381 status0 = readb(priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr()
387 if ((reg_tmp & INT0_DI_INT_EN) && (status0 & STS0_DEVICE_INS)) { in wmt_mci_regular_isr()
455 writeb(status0, priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr()
/linux-6.1.9/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.1.9/include/linux/
Dmemstick.h27 unsigned char status0; member
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_target.c2636 pkt->u.status0.flags |= cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2638 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt()
2639 pkt->u.status0.relative_offset = cpu_to_le32(prm->cmd->offset); in qlt_24xx_build_ctio_pkt()
2647 pkt->u.status0.edif_flags |= EF_EN_EDIF; in qlt_24xx_build_ctio_pkt()
2703 pkt24->u.status0.transfer_length = cpu_to_le32(prm->cmd->bufflen); in qlt_load_data_segments()
2706 cur_dsd = &pkt24->u.status0.dsd; in qlt_load_data_segments()
2866 ctio->u.status0.flags |= cpu_to_le16(CTIO7_FLAGS_SEND_STATUS); in qlt_24xx_init_ctio_to_isp()
2868 ctio->u.status0.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp()
2872 ctio->u.status0.residual = cpu_to_le32(prm->residual); in qlt_24xx_init_ctio_to_isp()
2873 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.1.9/drivers/hid/
Dhid-cp2112.c124 u8 status0; /* STATUS0_* */ member
1426 xfer->status0, xfer->status1, in cp2112_raw_event()
1429 switch (xfer->status0) { in cp2112_raw_event()
/linux-6.1.9/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.1.9/drivers/mailbox/
Dbcm-pdc-mailbox.c179 u32 status0; /* last rx descriptor written by hw */ member
682 (ioread32((const void __iomem *)&pdcs->rxregs_64->status0) & in pdc_receive()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dfeature.c1156 u32 status0, status1; in core99_usb_enable() local
1181 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable()
1183 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
/linux-6.1.9/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h1073 u32 status0; member
/linux-6.1.9/drivers/scsi/aic7xxx/
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()

12