/Linux-v4.19/arch/arm/boot/dts/ |
D | am572x-idk-common.dtsi | 19 label = "status0:red:cpu0"; 26 label = "status0:green:usr"; 32 label = "status0:blue:heartbeat";
|
D | am571x-idk.dts | 29 label = "status0:red:cpu0"; 36 label = "status0:green:usr"; 42 label = "status0:blue:heartbeat";
|
D | am335x-icev2.dts | 109 label = "status0:red:cpu0"; 116 label = "status0:green:usr"; 122 label = "status0:yellow:usr";
|
D | keystone-k2g-ice.dts | 139 label = "status0:red:cpu0"; 146 label = "status0:green:usr"; 152 label = "status0:yellow:usr";
|
D | omap4-droid4-xt894.dts | 497 /* status0 0x4a10007e gpmc_clk.gpio_55 b22 */
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/ |
D | gk20a.c | 52 u32 status0 = nvkm_rd32(device, 0x120058); in gk20a_ibus_intr() local 54 if (status0 & 0x7) { in gk20a_ibus_intr()
|
/Linux-v4.19/drivers/usb/typec/fusb302/ |
D | fusb302.c | 1131 u8 status0; in fusb302_bc_lvl_handler_work() local 1140 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_bc_lvl_handler_work() 1143 fusb302_log(chip, "BC_LVL handler, status0=0x%02x", status0); in fusb302_bc_lvl_handler_work() 1144 if (status0 & FUSB_REG_STATUS0_ACTIVITY) { in fusb302_bc_lvl_handler_work() 1150 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_bc_lvl_handler_work() 1263 u8 status0; in fusb302_handle_togdone_snk() local 1284 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_handle_togdone_snk() 1287 bc_lvl = status0 & FUSB_REG_STATUS0_BC_LVL_MASK; in fusb302_handle_togdone_snk() 1337 u8 status0; in fusb302_handle_togdone_src() local 1364 ret = fusb302_i2c_read(chip, FUSB_REG_STATUS0, &status0); in fusb302_handle_togdone_src() [all …]
|
/Linux-v4.19/drivers/platform/x86/ |
D | compal-laptop.c | 507 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_status() local 510 if (status0 & BAT_S0_CHARGING) in bat_status() 512 if (status0 & BAT_S0_DISCHARGE) in bat_status() 551 u8 status0 = ec_read_u8(BAT_STATUS0); in bat_capacity_level() local 555 if (status0 & BAT_S0_DISCHRG_CRITICAL in bat_capacity_level() 559 if (status0 & BAT_S0_LOW) in bat_capacity_level()
|
/Linux-v4.19/sound/soc/sh/rcar/ |
D | src.c | 336 u32 status0, status1; in rsnd_src_error_occurred() local 349 status0 = rsnd_mod_read(mod, SCU_SYS_STATUS0); in rsnd_src_error_occurred() 351 if ((status0 & val0) || (status1 & val1)) { in rsnd_src_error_occurred() 354 status0, status1); in rsnd_src_error_occurred()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | mac.h | 289 u32 status0; member 301 u32 status0; member 328 #define ds_txstatus0 u.tx.status0 339 #define ds_rxstatus0 u.rx.status0
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | dma.c | 883 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()
|
D | dma.h | 51 u32 status0; /* current descriptor, xmt state */ member
|
/Linux-v4.19/drivers/mmc/host/ |
D | wmt-sdmmc.c | 377 u32 status0; in wmt_mci_regular_isr() local 385 status0 = readb(priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr() 391 if ((reg_tmp & INT0_DI_INT_EN) && (status0 & STS0_DEVICE_INS)) { in wmt_mci_regular_isr() 459 writeb(status0, priv->sdmmc_base + SDMMC_STS0); in wmt_mci_regular_isr()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | amd8111e.c | 804 int status0,speed; in amd8111e_link_change() local 807 status0 = readl(lp->mmio + STAT0); in amd8111e_link_change() 809 if(status0 & LINK_STATS){ in amd8111e_link_change() 810 if(status0 & AUTONEG_COMPLETE) in amd8111e_link_change() 815 if(status0 & FULL_DPLX) in amd8111e_link_change() 819 speed = (status0 & SPEED_MASK) >> 7; in amd8111e_link_change()
|
/Linux-v4.19/include/linux/ |
D | memstick.h | 31 unsigned char status0; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_target.c | 2525 pkt->u.status0.flags |= cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt() 2527 pkt->u.status0.ox_id = cpu_to_le16(temp); in qlt_24xx_build_ctio_pkt() 2528 pkt->u.status0.relative_offset = cpu_to_le32(prm->cmd->offset); in qlt_24xx_build_ctio_pkt() 2589 pkt24->u.status0.transfer_length = cpu_to_le32(prm->cmd->bufflen); in qlt_load_data_segments() 2592 dword_ptr = pkt24->u.status0.dseg_0_address; in qlt_load_data_segments() 2759 ctio->u.status0.flags |= cpu_to_le16(CTIO7_FLAGS_SEND_STATUS); in qlt_24xx_init_ctio_to_isp() 2761 ctio->u.status0.flags |= cpu_to_le16( in qlt_24xx_init_ctio_to_isp() 2765 ctio->u.status0.residual = cpu_to_le32(prm->residual); in qlt_24xx_init_ctio_to_isp() 2766 ctio->u.status0.scsi_status = cpu_to_le16(prm->rq_result); in qlt_24xx_init_ctio_to_isp() 3226 pkt->u.status0.flags |= in qlt_xmit_response() [all …]
|
D | qla_target.h | 436 } status0; member
|
/Linux-v4.19/drivers/hid/ |
D | hid-cp2112.c | 131 u8 status0; /* STATUS0_* */ member 1419 xfer->status0, xfer->status1, in cp2112_raw_event() 1422 switch (xfer->status0) { in cp2112_raw_event()
|
/Linux-v4.19/drivers/usb/storage/ |
D | ene_ub6250.c | 401 u8 status0; member 923 ExtraDat->status0 = 0x10; /* Not yet,fireware support */ in ms_read_readpage() 1374 ExtraDat->status0 = 0x10; /* Not yet, waiting for fireware support */ in ms_lib_read_extra() 2012 if ((extdat.status0 & MS_REG_ST0_WP) == MS_REG_ST0_WP_ON) in ms_card_init()
|
/Linux-v4.19/drivers/mailbox/ |
D | bcm-pdc-mailbox.c | 190 u32 status0; /* last rx descriptor written by hw */ member 696 (ioread32(&pdcs->rxregs_64->status0) & in pdc_receive()
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | feature.c | 1167 u32 status0, status1; in core99_usb_enable() local 1192 status0 = UN_IN(UNI_N_CLOCK_STOP_STATUS0); in core99_usb_enable() 1194 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
|
/Linux-v4.19/drivers/tty/ |
D | synclinkmp.c | 2504 unsigned char status, status0, status1=0; in synclinkmp_interrupt() local 2521 status0 = (unsigned char)tmp; in synclinkmp_interrupt() 2528 status0, dmastatus0, timerstatus0); in synclinkmp_interrupt() 2543 if (!status0 && !dmastatus0 && !timerstatus0 && in synclinkmp_interrupt() 2551 status = status0; in synclinkmp_interrupt()
|
/Linux-v4.19/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 1087 u32 status0; member
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1538 u_int status0; in ahc_handle_scsiint() local 1552 status0 = ahc_inb(ahc, SSTAT0) & IOERR; in ahc_handle_scsiint() 1554 status0 = 0; in ahc_handle_scsiint() 1556 if (status == 0 && status0 == 0) { in ahc_handle_scsiint() 1582 && (status0 & IOERR) != 0) { in ahc_handle_scsiint()
|
D | aic79xx_core.c | 2394 u_int status0; in ahd_handle_scsiint() local 2406 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2425 if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint() 2430 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO); in ahd_handle_scsiint() 2439 if ((status0 & IOERR) != 0) { in ahd_handle_scsiint() 2453 } else if ((status0 & OVERRUN) != 0) { in ahd_handle_scsiint() 2532 } else if ((status0 & (SELDI|SELDO)) != 0) { in ahd_handle_scsiint()
|