pe2 116 arch/mips/txx9/rbtx4939/setup.c __u8 pe2 = readb(rbtx4939_pe2_addr); pe2 158 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~(RBTX4939_PE2_SIO2 | RBTX4939_PE2_SIO0); pe2 161 arch/mips/txx9/rbtx4939/setup.c pe2 |= RBTX4939_PE2_SIO2; pe2 162 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~RBTX4939_PE2_SIO0; pe2 164 arch/mips/txx9/rbtx4939/setup.c pe2 |= RBTX4939_PE2_SIO0; pe2 165 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~RBTX4939_PE2_SIO2; pe2 169 arch/mips/txx9/rbtx4939/setup.c pe2 |= RBTX4939_PE2_SIO3; pe2 171 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~RBTX4939_PE2_SIO3; pe2 172 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~RBTX4939_PE2_SPI; pe2 174 arch/mips/txx9/rbtx4939/setup.c pe2 |= RBTX4939_PE2_SPI; pe2 175 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~(RBTX4939_PE2_SIO3 | RBTX4939_PE2_SIO2 | pe2 179 arch/mips/txx9/rbtx4939/setup.c pe2 |= RBTX4939_PE2_GPIO; pe2 181 arch/mips/txx9/rbtx4939/setup.c pe2 &= ~RBTX4939_PE2_GPIO; pe2 183 arch/mips/txx9/rbtx4939/setup.c writeb(pe2, rbtx4939_pe2_addr); pe2 1765 drivers/md/dm-snap.c struct dm_snap_pending_exception *pe2; pe2 1768 drivers/md/dm-snap.c pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); pe2 1771 drivers/md/dm-snap.c BUG_ON(pe->exception_sequence == pe2->exception_sequence); pe2 1772 drivers/md/dm-snap.c if (pe->exception_sequence < pe2->exception_sequence) pe2 1889 drivers/md/dm-snap.c struct dm_snap_pending_exception *pe2; pe2 1891 drivers/md/dm-snap.c pe2 = __lookup_pending_exception(s, chunk); pe2 1892 drivers/md/dm-snap.c if (pe2) { pe2 1894 drivers/md/dm-snap.c return pe2; pe2 2425 drivers/md/dm-snap.c struct dm_snap_pending_exception *pe, *pe2; pe2 2473 drivers/md/dm-snap.c pe2 = __lookup_pending_exception(snap, chunk); pe2 2475 drivers/md/dm-snap.c if (!pe2) { pe2 2492 drivers/md/dm-snap.c pe = pe2;