Searched refs:pe2 (Results 1 – 2 of 2) sorted by relevance
116 __u8 pe2 = readb(rbtx4939_pe2_addr); in rbtx4939_update_ioc_pen() local158 pe2 &= ~(RBTX4939_PE2_SIO2 | RBTX4939_PE2_SIO0); in rbtx4939_update_ioc_pen()161 pe2 |= RBTX4939_PE2_SIO2; in rbtx4939_update_ioc_pen()162 pe2 &= ~RBTX4939_PE2_SIO0; in rbtx4939_update_ioc_pen()164 pe2 |= RBTX4939_PE2_SIO0; in rbtx4939_update_ioc_pen()165 pe2 &= ~RBTX4939_PE2_SIO2; in rbtx4939_update_ioc_pen()169 pe2 |= RBTX4939_PE2_SIO3; in rbtx4939_update_ioc_pen()171 pe2 &= ~RBTX4939_PE2_SIO3; in rbtx4939_update_ioc_pen()172 pe2 &= ~RBTX4939_PE2_SPI; in rbtx4939_update_ioc_pen()174 pe2 |= RBTX4939_PE2_SPI; in rbtx4939_update_ioc_pen()[all …]
1562 struct dm_snap_pending_exception *pe2; in copy_callback() local1565 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()1568 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback()1569 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback()1652 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local1654 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception()1655 if (pe2) { in __find_pending_exception()1657 return pe2; in __find_pending_exception()