Searched refs:ints (Results 1 – 16 of 16) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | atmelimage.c | 117 uint32_t *ints = (uint32_t *)ptr; in atmel_verify_header() local 123 if (ints[pos] >> 28 != 0xC) in atmel_verify_header() 127 ints += ARRAY_SIZE(nand_pmecc_header); in atmel_verify_header() 134 ints[pos]); in atmel_verify_header() 142 if ((ints[pos] & 0xff000000) == 0xea000000) in atmel_verify_header() 145 if ((ints[pos] & 0xfffff000) == 0xe59ff000) in atmel_verify_header() 152 return ints[5] != cpu_to_le32(size); in atmel_verify_header() 187 uint32_t *ints = (uint32_t *)ptr; in atmel_print_header() local 192 if (ints[pos] >> 28 != 0xC) in atmel_print_header() 197 atmel_print_pmecc_header(ints[0]); in atmel_print_header() [all …]
|
| /openbmc/qemu/hw/net/ |
| H A D | lan9118_phy.c | 34 qemu_set_irq(s->irq, !!(s->ints & s->int_mask)); in lan9118_phy_update_irq() 66 val = s->ints; in lan9118_phy_read() 67 s->ints = 0; in lan9118_phy_read() 143 s->ints |= PHY_INT_DOWN; in lan9118_phy_update_link() 147 s->ints |= PHY_INT_ENERGYON; in lan9118_phy_update_link() 148 s->ints |= PHY_INT_AUTONEG_COMPLETE; in lan9118_phy_update_link() 170 s->ints = 0; in lan9118_phy_reset() 196 VMSTATE_UINT16(ints, Lan9118PhyState),
|
| H A D | sungem.c | 378 uint32_t txdma_cfg, txmac_cfg, ints; in sungem_tx_kick() local 428 ints = GREG_STAT_TXDONE; in sungem_tx_kick() 430 ints |= GREG_STAT_TXINTME; in sungem_tx_kick() 432 sungem_update_status(s, ints, true); in sungem_tx_kick() 563 uint32_t fcs_size, ints, rxdma_cfg, rxmac_cfg, csum, coff; in sungem_receive() local 673 ints = GREG_STAT_RXDONE; in sungem_receive() 675 ints |= GREG_STAT_RXNOBUF; in sungem_receive() 677 sungem_update_status(s, ints, true); in sungem_receive()
|
| /openbmc/qemu/hw/gpio/ |
| H A D | omap_gpio.c | 40 uint16_t ints; member 67 s->ints |= 1 << line; in omap_gpio_set() 99 return s->ints; in omap_gpio_read() 159 s->ints &= ~value; in omap_gpio_write() 160 if (!s->ints) in omap_gpio_write() 189 s->ints = 0; in omap_gpio_reset()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/ |
| H A D | 0001-configure-Do-not-require-support-for-implicit-ints.patch | 4 Subject: [PATCH 1/3] configure: Do not require support for implicit ints 6 Implicit ints have not been part of C since 1999, and future
|
| /openbmc/qemu/hw/tpm/ |
| H A D | tpm_tis_common.c | 118 s->loc[locty].ints |= irqmask; in tpm_tis_raise_irq() 367 val = s->loc[locty].ints; in tpm_tis_mmio_read() 621 (s->loc[locty].ints & TPM_TIS_INTERRUPTS_SUPPORTED)) { in tpm_tis_mmio_write() 622 s->loc[locty].ints &= ~val; in tpm_tis_mmio_write() 623 if (s->loc[locty].ints == 0) { in tpm_tis_mmio_write() 628 s->loc[locty].ints &= ~(val & TPM_TIS_INTERRUPTS_SUPPORTED); in tpm_tis_mmio_write() 848 s->loc[c].ints = 0; in tpm_tis_reset() 885 VMSTATE_UINT32(ints, TPMLocality),
|
| H A D | tpm_tis.h | 53 uint32_t ints; member
|
| /openbmc/qemu/include/hw/net/ |
| H A D | lan9118_phy.h | 26 uint16_t ints; member
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 1904 int ints; in hc_interrupt() local 1911 ints = OHCI_INTR_WDH; in hc_interrupt() 1913 ints = ohci_readl(®s->intrstatus); in hc_interrupt() 1914 if (ints == ~(u32)0) { in hc_interrupt() 1919 ints &= ohci_readl(®s->intrenable); in hc_interrupt() 1920 if (ints == 0) { in hc_interrupt() 1930 if (ints & OHCI_INTR_RHSC) in hc_interrupt() 1933 if (ints & OHCI_INTR_UE) { in hc_interrupt() 1952 if (ints & OHCI_INTR_WDH) { in hc_interrupt() 1961 if (ints & OHCI_INTR_SO) { in hc_interrupt() [all …]
|
| /openbmc/u-boot/include/ |
| H A D | tsi148.h | 101 unsigned int ints; /* 0x450 */ member
|
| /openbmc/u-boot/doc/device-tree-bindings/memory/ |
| H A D | memory.txt | 7 and match-value ints to define a mask to apply to the board id, and the value
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/ |
| H A D | fvwm_2.7.0.bb | 37 file://0001-configure-Do-not-require-support-for-implicit-ints.patch \
|
| /openbmc/qemu/hw/arm/ |
| H A D | omap1.c | 1902 uint16_t ints; member 1927 s->ints |= 1 << line; in omap_mpuio_set() 1987 ret = s->ints; in omap_mpuio_read() 1988 s->ints &= s->mask; in omap_mpuio_read() 2103 s->ints = 0; in omap_mpuio_reset()
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
| H A D | cve-2022-33065.patch | 16 Cast the offending `rows` and `cols` ints to `sf_count_t` (the type of 132 together. Because the 7bit samples are stored in 32bit ints, code
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |