Home
last modified time | relevance | path

Searched refs:stat (Results 126 – 150 of 1972) sorted by relevance

12345678910>>...79

/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c100 u32 stat; in mvebu_pcie_set_local_bus_nr() local
102 stat = readl(pcie->base + PCIE_STAT_OFF); in mvebu_pcie_set_local_bus_nr()
103 stat &= ~PCIE_STAT_BUS; in mvebu_pcie_set_local_bus_nr()
104 stat |= busno << 8; in mvebu_pcie_set_local_bus_nr()
110 u32 stat; in mvebu_pcie_set_local_dev_nr() local
113 stat &= ~PCIE_STAT_DEV; in mvebu_pcie_set_local_dev_nr()
114 stat |= devno << 16; in mvebu_pcie_set_local_dev_nr()
120 u32 stat; in mvebu_pcie_get_local_bus_nr() local
123 return (stat & PCIE_STAT_BUS) >> 8; in mvebu_pcie_get_local_bus_nr()
128 u32 stat; in mvebu_pcie_get_local_dev_nr() local
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmn88443x.c296 c->strength.stat[0].uvalue = agc; in mn88443x_s_read_status()
300 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mn88443x_s_read_status()
334 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in mn88443x_s_read_status()
335 c->cnr.stat[0].uvalue = cnr; in mn88443x_s_read_status()
356 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_s_read_status()
359 c->post_bit_count.stat[0].uvalue = bit_cnt; in mn88443x_s_read_status()
500 c->strength.stat[0].uvalue = agc; in mn88443x_t_read_status()
523 c->cnr.stat[0].scale = FE_SCALE_DECIBEL; in mn88443x_t_read_status()
524 c->cnr.stat[0].uvalue = cnr; in mn88443x_t_read_status()
548 c->post_bit_error.stat[0].uvalue = bit_err; in mn88443x_t_read_status()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-master.c751 unsigned int stat, dummy; in i2c_dw_read_clear_intrbits() local
774 if (stat & DW_IC_INTR_RX_UNDER) in i2c_dw_read_clear_intrbits()
776 if (stat & DW_IC_INTR_RX_OVER) in i2c_dw_read_clear_intrbits()
778 if (stat & DW_IC_INTR_TX_OVER) in i2c_dw_read_clear_intrbits()
780 if (stat & DW_IC_INTR_RD_REQ) in i2c_dw_read_clear_intrbits()
790 if (stat & DW_IC_INTR_RX_DONE) in i2c_dw_read_clear_intrbits()
792 if (stat & DW_IC_INTR_ACTIVITY) in i2c_dw_read_clear_intrbits()
799 if (stat & DW_IC_INTR_GEN_CALL) in i2c_dw_read_clear_intrbits()
802 return stat; in i2c_dw_read_clear_intrbits()
812 unsigned int stat, enabled; in i2c_dw_isr() local
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other109 stat -c 'Permissions post-chmod: %a' "$EXT_MP"
114 stat -c 'Permissions post-chmod: %a' "$EXT_MP"
120 stat -c 'Permissions post-chmod: %a' "$EXT_MP"
134 stat -c 'Permissions seen by nobody: %a' fuse-export 2>&1 \
144 stat -c 'Permissions seen by nobody: %a' fuse-export 2>&1 \
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_trace.h16 TP_PROTO(struct drm_crtc *crtc, u32 stat),
17 TP_ARGS(crtc, stat),
20 __field(u32, stat)
24 __entry->stat = stat;
27 __entry->crtc, __entry->stat)
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c1050 c->pre_bit_error.stat[0].uvalue = 0; in cxd2880_set_frontend()
1053 c->pre_bit_count.stat[0].uvalue = 0; in cxd2880_set_frontend()
1056 c->post_bit_error.stat[0].uvalue = 0; in cxd2880_set_frontend()
1059 c->post_bit_count.stat[0].uvalue = 0; in cxd2880_set_frontend()
1062 c->block_error.stat[0].uvalue = 0; in cxd2880_set_frontend()
1065 c->block_count.stat[0].uvalue = 0; in cxd2880_set_frontend()
1218 c->post_bit_error.stat[0].scale = in cxd2880_get_stats()
1221 c->post_bit_count.stat[0].scale = in cxd2880_get_stats()
1587 c->strength.stat[0].svalue = strength; in cxd2880_get_frontend_t()
1598 c->cnr.stat[0].svalue = snr; in cxd2880_get_frontend_t()
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-dw-apb-ictl.c40 u32 stat = readl_relaxed(gc->reg_base + APB_INT_FINALSTATUS_L); in dw_apb_ictl_handle_irq() local
42 while (stat) { in dw_apb_ictl_handle_irq()
43 u32 hwirq = ffs(stat) - 1; in dw_apb_ictl_handle_irq()
46 stat &= ~BIT(hwirq); in dw_apb_ictl_handle_irq()
61 u32 stat = readl_relaxed(gc->reg_base + APB_INT_FINALSTATUS_L); in dw_apb_ictl_handle_irq_cascaded() local
63 while (stat) { in dw_apb_ictl_handle_irq_cascaded()
64 u32 hwirq = ffs(stat) - 1; in dw_apb_ictl_handle_irq_cascaded()
67 stat &= ~BIT(hwirq); in dw_apb_ictl_handle_irq_cascaded()
H A Dirq-orion.c41 u32 stat = readl_relaxed(gc->reg_base + ORION_IRQ_CAUSE) & in orion_handle_irq() local
43 while (stat) { in orion_handle_irq()
44 u32 hwirq = __fls(stat); in orion_handle_irq()
47 stat &= ~(1 << hwirq); in orion_handle_irq()
113 u32 stat = readl_relaxed(gc->reg_base + ORION_BRIDGE_IRQ_CAUSE) & in orion_bridge_irq_handler() local
116 while (stat) { in orion_bridge_irq_handler()
117 u32 hwirq = __fls(stat); in orion_bridge_irq_handler()
120 stat &= ~(1 << hwirq); in orion_bridge_irq_handler()
/openbmc/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh25 if ! perf stat -e cycles --bpf-counters true > /dev/null 2>&1; then
28 perf --no-pager stat -e cycles --bpf-counters true || true
33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | …
38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l …
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_task.c20 tstat->stat = iu->status; in sas_ssp_task_response()
23 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response()
26 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response()
38 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION; in sas_ssp_task_response()
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_stat_unittest.cpp24 EXPECT_FALSE(mgr.stat(path, &meta)); in TEST()
39 EXPECT_CALL(*m1ptr, stat(path, &meta)).WillOnce(Return(false)); in TEST()
41 EXPECT_FALSE(mgr.stat(path, &meta)); in TEST()
56 EXPECT_CALL(*m1ptr, stat(path, &meta)).WillOnce(Return(true)); in TEST()
58 EXPECT_TRUE(mgr.stat(path, &meta)); in TEST()
H A Dmanager_sessionstat_unittest.cpp20 EXPECT_FALSE(mgr.stat(sess, &meta)); in TEST()
40 EXPECT_CALL(*m1ptr, stat(sess, &meta)).WillOnce(Return(false)); in TEST()
42 EXPECT_FALSE(mgr.stat(sess, &meta)); in TEST()
62 EXPECT_CALL(*m1ptr, stat(sess, &meta)).WillOnce(Return(true)); in TEST()
64 EXPECT_TRUE(mgr.stat(sess, &meta)); in TEST()
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/
H A Dhandler_statclose_unittest.cpp25 EXPECT_FALSE(handler.stat(session, &meta)); in TEST_F()
34 EXPECT_TRUE(handler.stat(session, &meta)); in TEST_F()
38 EXPECT_TRUE(handler.stat(expectedBlobId, &meta)); in TEST_F()
52 EXPECT_TRUE(handler.stat(session, &meta)); in TEST_F()
57 EXPECT_TRUE(handler.stat(expectedBlobId, &meta)); in TEST_F()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c233 u32 stat; member
321 bd.stat |= TX_BD_WRAP; in ethoc_init_ring()
334 bd.stat |= RX_BD_WRAP; in ethoc_init_ring()
379 if (bd->stat & RX_BD_TL) { in ethoc_update_rx_stats()
385 if (bd->stat & RX_BD_SF) { in ethoc_update_rx_stats()
391 if (bd->stat & RX_BD_DN) { in ethoc_update_rx_stats()
470 bd.stat &= ~RX_BD_STATS; in ethoc_rx()
471 bd.stat |= RX_BD_EMPTY; in ethoc_rx()
903 bd.stat |= TX_BD_PAD; in ethoc_start_xmit()
905 bd.stat &= ~TX_BD_PAD; in ethoc_start_xmit()
[all …]
/openbmc/linux/sound/pci/lx6464es/
H A Dlx_core.c326 *rdsp_version = chip->rmh.stat[1]; in lx_dsp_get_version()
481 u32 stat = chip->rmh.stat[i]; in lx_buffer_ask() local
486 size_array[i] = stat & MASK_DATA_SIZE; in lx_buffer_ask()
499 chip->rmh.stat[i], in lx_buffer_ask()
500 chip->rmh.stat[i] & MASK_DATA_SIZE); in lx_buffer_ask()
589 + chip->rmh.stat[1]; /* lo part */ in lx_pipe_sample_count()
731 + chip->rmh.stat[1]; /* lo part */ in lx_stream_sample_position()
765 *r_buffer_index = chip->rmh.stat[0]; in lx_buffer_give()
891 s0 = peak_map[chip->rmh.stat[0] & 0x0F]; in lx_level_peaks()
995 + stat[4]; in lx_interrupt_handle_async_events()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-au1550.c164 u32 cfg, stat; in au1550_spi_chipsel() local
224 u32 cfg, stat; in au1550_spi_setupxfer() local
413 u32 stat, evnt; in au1550_spi_dma_irq_callback() local
415 stat = hw->regs->psc_spistat; in au1550_spi_dma_irq_callback()
450 evnt, stat); in au1550_spi_dma_irq_callback()
504 u32 stat, mask; in au1550_spi_pio_txrxb() local
528 if (stat & PSC_SPISTAT_TF) in au1550_spi_pio_txrxb()
548 u32 stat, evnt; in au1550_spi_pio_irq_callback() local
550 stat = hw->regs->psc_spistat; in au1550_spi_pio_irq_callback()
570 evnt, stat); in au1550_spi_pio_irq_callback()
[all …]
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c2576 ts->stat = SAS_OPEN_TO; in mpi_sata_completion()
2811 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2816 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2821 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2827 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2832 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2838 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2846 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2853 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2859 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
[all …]
H A Dpm8001_hwi.c1847 ts->stat = SAS_PHY_DOWN; in mpi_ssp_completion()
2321 ts->stat = SAS_PHY_DOWN; in mpi_sata_completion()
2464 ts->stat = SAS_OPEN_TO; in mpi_sata_completion()
2677 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2682 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2687 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2693 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2698 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2704 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
2712 ts->stat = SAS_OPEN_TO; in mpi_sata_event()
[all …]
/openbmc/qemu/hw/9pfs/
H A Dcoth.h71 int coroutine_fn v9fs_co_lstat(V9fsPDU *, V9fsPath *, struct stat *);
80 gid_t, dev_t, mode_t, struct stat *);
82 mode_t, uid_t, gid_t, struct stat *);
89 int coroutine_fn v9fs_co_fstat(V9fsPDU *, V9fsFidState *, struct stat *);
93 gid_t, int, int, struct stat *);
101 const char *, gid_t, struct stat *);
/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c142 u32 stat; in altera_qspi_erase() local
170 stat = readl(&regs->isr); in altera_qspi_erase()
171 if (stat & QUADSPI_ISR_ILLEGAL_ERASE) { in altera_qspi_erase()
212 u32 stat; in altera_qspi_write() local
216 stat = readl(&regs->isr); in altera_qspi_write()
217 if (stat & QUADSPI_ISR_ILLEGAL_WRITE) { in altera_qspi_write()
219 debug("write fail %x\n", stat); in altera_qspi_write()
220 writel(stat, &regs->isr); /* clear isr */ in altera_qspi_write()
240 u32 stat = readl(&regs->rd_status); in altera_qspi_get_locked_range() local
242 ((stat & QUADSPI_SR_BP3) >> shift3); in altera_qspi_get_locked_range()
[all …]
/openbmc/u-boot/drivers/mmc/
H A Djz_mmc.c162 u32 stat, val; in jz_mmc_read_data() local
165 stat = readl(priv->regs + MSC_STAT); in jz_mmc_read_data()
167 if (stat & MSC_STAT_TIME_OUT_READ) in jz_mmc_read_data()
169 if (stat & MSC_STAT_CRC_READ_ERROR) in jz_mmc_read_data()
171 if (stat & MSC_STAT_DATA_FIFO_EMPTY) { in jz_mmc_read_data()
185 stat = readl(priv->regs + MSC_STAT); in jz_mmc_read_data()
194 u32 stat, mask, cmdat = 0; in jz_mmc_send_cmd() local
277 stat = readl(priv->regs + MSC_IREG); in jz_mmc_send_cmd()
279 if (stat) in jz_mmc_send_cmd()
283 writel(stat, priv->regs + MSC_IREG); in jz_mmc_send_cmd()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c131 struct b43legacy_txstatus *stat; in txstat_read_file() local
147 stat = &(log->log[i]); in txstat_read_file()
148 if (stat->cookie) { in txstat_read_file()
155 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
156 stat->frame_count, stat->rts_count, in txstat_read_file()
157 stat->supp_reason, stat->pm_indicated, in txstat_read_file()
158 stat->intermediate, stat->for_ampdu, in txstat_read_file()
159 stat->acked); in txstat_read_file()
/openbmc/linux/security/tomoyo/
H A Daudit.c186 struct tomoyo_mini_stat *stat; in tomoyo_print_header() local
192 stat = &obj->stat[i]; in tomoyo_print_header()
193 dev = stat->dev; in tomoyo_print_header()
194 mode = stat->mode; in tomoyo_print_header()
200 from_kuid(&init_user_ns, stat->uid), in tomoyo_print_header()
202 (unsigned long)stat->ino, in tomoyo_print_header()
203 stat->mode & S_IALLUGO); in tomoyo_print_header()
209 from_kuid(&init_user_ns, stat->uid), in tomoyo_print_header()
210 from_kgid(&init_user_ns, stat->gid), in tomoyo_print_header()
211 (unsigned long)stat->ino, in tomoyo_print_header()
[all …]
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c50 if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2) in pcxhr_init_board()
53 if (((rmh.stat[0] >> (2 * FIELD_SIZE)) & MASK_FIRST_FIELD) < in pcxhr_init_board()
57 if ((rmh.stat[1] & 0x5F) < card_streams) in pcxhr_init_board()
60 if (((rmh.stat[1] >> 7) & 0x5F) < PCXHR_PLAYBACK_STREAMS) in pcxhr_init_board()
64 rmh.stat[2], rmh.stat[3]); in pcxhr_init_board()
76 "PCXHR DSP version is %d.%d.%d\n", (rmh.stat[0]>>16)&0xff, in pcxhr_init_board()
77 (rmh.stat[0]>>8)&0xff, rmh.stat[0]&0xff); in pcxhr_init_board()
78 mgr->dsp_version = rmh.stat[0]; in pcxhr_init_board()
101 if ((rmh.stat[1] & REG_STATUS_OPT_DAUGHTER_MASK) == in pcxhr_sub_init()
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/
H A Dwiper.sh-fix-stat-path.patch4 Subject: [PATCH] wiper.sh: fix stat path
6 Fix the stat path for OE.
23 -STAT=`find_prog /usr/bin/stat` || exit 1
31 -STAT=`find_prog /usr/bin/stat` || exit 1
32 +STAT=`find_prog /bin/stat` || exit 1

12345678910>>...79