Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dfusb302.c896 u8 status0; in fusb302_bc_lvl_handler() local
904 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_bc_lvl_handler()
908 debug("BC_LVL handler, status0 = 0x%02x\n", status0); in fusb302_bc_lvl_handler()
909 if (status0 & FUSB_REG_STATUS0_ACTIVITY) in fusb302_bc_lvl_handler()
911 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_bc_lvl_handler()
1033 u8 status0; in fusb302_handle_togdone_snk() local
1048 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_handle_togdone_snk()
1051 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_handle_togdone_snk()
1096 u8 switches0_data, status0; in fusb302_get_src_cc_status() local
1107 fusb302_i2c_read(chip, FUSB_REG_SWITCHES0, &status0); in fusb302_get_src_cc_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dfusb302.c1083 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
1268 fusb302_i2c_read(chip, FUSB_REG_SWITCHES0, &status0); in fusb302_get_src_cc_status()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dam571x-idk.dts27 label = "status0:red:cpu0";
34 label = "status0:green:usr";
40 label = "status0:blue:heartbeat";
H A Dam572x-idk.dts34 label = "status0:red:cpu0";
41 label = "status0:green:usr";
47 label = "status0:blue:heartbeat";
H A Dam335x-icev2.dts110 label = "status0:red:cpu0";
117 label = "status0:green:usr";
123 label = "status0:yellow:usr";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/
H A Dgk20a.c52 u32 status0 = nvkm_rd32(device, 0x120058); in gk20a_ibus_intr() local
54 if (status0 & 0x7) { in gk20a_ibus_intr()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam572x-idk-common.dtsi54 label = "status0:red:cpu0";
61 label = "status0:green:usr";
67 label = "status0:blue:heartbeat";
H A Dam571x-idk.dts54 label = "status0:red:cpu0";
61 label = "status0:green:usr";
67 label = "status0:blue:heartbeat";
H A Dam335x-icev2.dts106 label = "status0:red:cpu0";
113 label = "status0:green:usr";
119 label = "status0:yellow:usr";
H A Dkeystone-k2g-ice.dts139 label = "status0:red:cpu0";
146 label = "status0:green:usr";
152 label = "status0:yellow:usr";
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dcompal-laptop.c494 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_status() local
497 if (status0 & BAT_S0_CHARGING) in bat_status()
499 if (status0 & BAT_S0_DISCHARGE) in bat_status()
538 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_capacity_level() local
542 if (status0 & BAT_S0_DISCHRG_CRITICAL in bat_capacity_level()
546 if (status0 & BAT_S0_LOW) in bat_capacity_level()
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dsrc.c399 u32 status0, status1; in rsnd_src_error_occurred() local
412 status0 = rsnd_mod_read(mod, SCU_SYS_STATUS0); in rsnd_src_error_occurred()
414 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred()
416 rsnd_mod_name(mod), status0, status1); in rsnd_src_error_occurred()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmac.h289 u32 status0; member
301 u32 status0; member
328 #define ds_txstatus0 u.tx.status0
339 #define ds_rxstatus0 u.rx.status0
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A 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()
H A Ddma.h51 u32 status0; /* current descriptor, xmt state */ member
/OK3568_Linux_fs/kernel/drivers/i3c/master/
H A 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()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3308.h23 u32 status0; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Damd8111e.c796 int status0,speed; in amd8111e_link_change() local
799 status0 = readl(lp->mmio + STAT0); in amd8111e_link_change()
801 if(status0 & LINK_STATS){ in amd8111e_link_change()
802 if(status0 & AUTONEG_COMPLETE) in amd8111e_link_change()
807 if(status0 & FULL_DPLX) in amd8111e_link_change()
811 speed = (status0 & SPEED_MASK) >> 7; in amd8111e_link_change()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbhnddma.h231 uint32 status0; /**< current descriptor, xmt state */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbhnddma.h231 uint32 status0; /**< current descriptor, xmt state */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbhnddma.h231 uint32 status0; /**< current descriptor, xmt state */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbhnddma.h230 uint32 status0; /**< current descriptor, xmt state */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemstick.h27 unsigned char status0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbhnddma.h224 uint32 status0; /**< current descriptor, xmt state */ member

12