Searched refs:ibit (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | ipi-mux.c | 39 u32 ibit = BIT(irqd_to_hwirq(d)); in ipi_mux_unmask() local 41 atomic_or(ibit, &icpu->enable); in ipi_mux_unmask() 50 if (atomic_read(&icpu->bits) & ibit) in ipi_mux_unmask() 57 u32 ibit = BIT(irqd_to_hwirq(d)); in ipi_mux_send_mask() local 71 pending = atomic_fetch_or_release(ibit, &icpu->bits); in ipi_mux_send_mask() 86 if (!(pending & ibit) && (atomic_read(&icpu->enable) & ibit)) in ipi_mux_send_mask()
|
/openbmc/qemu/hw/misc/macio/ |
H A D | gpio.c | 99 uint8_t ibit; in macio_gpio_write() local 113 ibit = (value & 1) << 1; in macio_gpio_write() 115 ibit = s->gpio_regs[addr] & 2; in macio_gpio_write() 118 s->gpio_regs[addr] = value | ibit; in macio_gpio_write()
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 772 static int otp_strap_bit_confirm(struct otpstrap_status *otpstrap, int offset, int ibit, int bit, i… in otp_strap_bit_confirm() argument 777 if (ibit == 1) in otp_strap_bit_confirm() 1568 int bit, pbit, ibit, offset; in otp_prog_strap() local 1582 ibit = (strap_ignore[0] >> offset) & 0x1; in otp_prog_strap() 1590 ibit = (strap_ignore[1] >> offset) & 0x1; in otp_prog_strap() 1596 if (ibit == 1) in otp_prog_strap() 1804 int bit, pbit, ibit; in otp_check_strap_image() local 1815 ibit = (strap_ignore[0] >> i) & 0x1; in otp_check_strap_image() 1819 ibit = (strap_ignore[1] >> (i - 32)) & 0x1; in otp_check_strap_image() 1823 ret = otp_strap_bit_confirm(&otpstrap[i], i, ibit, bit, pbit); in otp_check_strap_image()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 9356 u8 ibit = 0x20; in rt2800_loft_search() local 9369 idx0 = idxf[iorq] - ibit; in rt2800_loft_search() 9375 idx1 = idxf[iorq] + (bidx == 5 ? 0 : ibit); in rt2800_loft_search() 9383 p0, p1, pf, idx0, idx1, ibit); in rt2800_loft_search() 9399 ibit = ibit >> 1; in rt2800_loft_search() 9413 u8 ibit = 0x20; in rt2800_iq_search() local 9436 idx0 = iq_err - ibit; in rt2800_iq_search() 9446 idx1 = iq_err + (first_search ? 0 : ibit); in rt2800_iq_search() 9459 p0, p1, pf, idx0, idx1, iq_err, gop, ibit); in rt2800_iq_search() 9488 ibit = (ibit >> 1); in rt2800_iq_search()
|