Home
last modified time | relevance | path

Searched refs:bit_idx (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/clk/
Dclk-gate.c40 reg |= BIT(gate->bit_idx); in clk_gate_set_bit()
56 reg &= ~BIT(gate->bit_idx); in clk_gate_clear_bit()
96 reg ^= BIT(gate->bit_idx); in clk_gate_is_enabled()
98 reg &= BIT(gate->bit_idx); in clk_gate_is_enabled()
113 void __iomem *reg, u8 bit_idx, in clk_register_gate() argument
128 gate->bit_idx = bit_idx; in clk_register_gate()
/linux-3.4.99/drivers/xen/
Devents.c1260 int word_idx, bit_idx; in __xen_evtchn_do_upcall() local
1309 bit_idx = 0; in __xen_evtchn_do_upcall()
1315 bit_idx = 0; /* usually scan entire word from start */ in __xen_evtchn_do_upcall()
1320 bit_idx = start_bit_idx; in __xen_evtchn_do_upcall()
1323 bit_idx &= (1UL << start_bit_idx) - 1; in __xen_evtchn_do_upcall()
1330 bits = MASK_LSBS(pending_bits, bit_idx); in __xen_evtchn_do_upcall()
1336 bit_idx = __ffs(bits); in __xen_evtchn_do_upcall()
1339 port = (word_idx * BITS_PER_LONG) + bit_idx; in __xen_evtchn_do_upcall()
1348 bit_idx = (bit_idx + 1) % BITS_PER_LONG; in __xen_evtchn_do_upcall()
1352 bit_idx ? word_idx : in __xen_evtchn_do_upcall()
[all …]
/linux-3.4.99/include/linux/
Dclk-provider.h175 u8 bit_idx; member
185 void __iomem *reg, u8 bit_idx,
Dclk-private.h98 .bit_idx = _bit_idx, \
/linux-3.4.99/Documentation/
Dclk.txt89 u8 bit_idx;
123 reg |= BIT(gate->bit_idx);
/linux-3.4.99/arch/x86/kvm/
Demulate.c2159 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; in emulator_io_port_access_allowed() local
2180 if ((perm >> bit_idx) & mask) in emulator_io_port_access_allowed()