Searched refs:sbit (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Dsparsebit.h35 bool sparsebit_is_set(const struct sparsebit *sbit, sparsebit_idx_t idx);
36 bool sparsebit_is_set_num(const struct sparsebit *sbit,
38 bool sparsebit_is_clear(const struct sparsebit *sbit, sparsebit_idx_t idx);
39 bool sparsebit_is_clear_num(const struct sparsebit *sbit,
41 sparsebit_num_t sparsebit_num_set(const struct sparsebit *sbit);
42 bool sparsebit_any_set(const struct sparsebit *sbit);
43 bool sparsebit_any_clear(const struct sparsebit *sbit);
44 bool sparsebit_all_set(const struct sparsebit *sbit);
45 bool sparsebit_all_clear(const struct sparsebit *sbit);
46 sparsebit_idx_t sparsebit_first_set(const struct sparsebit *sbit);
[all...]
/linux-master/drivers/irqchip/
H A Dirq-aspeed-vic.c111 unsigned int sbit = 1u << (d->hwirq & 0x1f); local
114 if (vic->edge_sources[sidx] & sbit)
115 writel(sbit, vic->base + AVIC_EDGE_CLR + sidx * 4);
122 unsigned int sbit = 1u << (d->hwirq & 0x1f); local
124 writel(sbit, vic->base + AVIC_INT_ENABLE_CLR + sidx * 4);
131 unsigned int sbit = 1u << (d->hwirq & 0x1f); local
133 writel(sbit, vic->base + AVIC_INT_ENABLE + sidx * 4);
141 unsigned int sbit = 1u << (d->hwirq & 0x1f); local
144 writel(sbit, vic->base + AVIC_INT_ENABLE_CLR + sidx * 4);
147 if (vic->edge_sources[sidx] & sbit)
164 unsigned int sbit = 1u << (hwirq & 0x1f); local
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c1425 u16 sbit; /* Alarm attribute status bit */ member in struct:pmbus_limit_attr
1479 if (l->sbit && (info->func[page] & attr->sfunc)) {
1486 page, attr->sreg, l->sbit);
1620 .sbit = PB_VOLTAGE_UV_WARNING,
1625 .sbit = PB_VOLTAGE_UV_FAULT | PB_VOLTAGE_VIN_OFF,
1630 .sbit = PB_VOLTAGE_OV_WARNING,
1635 .sbit = PB_VOLTAGE_OV_FAULT,
1665 .sbit = PB_VOLTAGE_UV_WARNING,
1670 .sbit = PB_VOLTAGE_UV_FAULT,
1675 .sbit
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h410 u8 sbit; member in struct:ps3av_info_audio
/linux-master/drivers/ps3/
H A Dps3av.c709 "audio[%d] type: %02x max_ch: %02x fs: %02x sbit: %02x\n",
711 audio->sbit);
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1932 bfclr STAG(%a6){#5:#4} |clear wbtm66,wbtm1,wbtm0,sbit

Completed in 135 milliseconds