Home
last modified time | relevance | path

Searched refs:pe2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/txx9/rbtx4939/
H A Dsetup.c116 __u8 pe2 = readb(rbtx4939_pe2_addr); in rbtx4939_update_ioc_pen() local
158 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 …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/win32/
H A Dglob.c58 const file_entry* const * pe2 = pv2; in entry_comparer() local
59 return _stricmp((*pe1)->name, (*pe2)->name); in entry_comparer()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap.c1791 struct dm_snap_pending_exception *pe2; in copy_callback() local
1794 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()
1797 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback()
1798 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback()
1915 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local
1917 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception()
1918 if (pe2) { in __find_pending_exception()
1920 return pe2; in __find_pending_exception()
2451 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local
2499 pe2 = __lookup_pending_exception(snap, chunk); in __origin_write()
[all …]
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_pnet.c765 struct smc_pnetids_ndev_entry *pe, *pe2; in smc_pnet_remove_pnetid() local
768 list_for_each_entry_safe(pe, pe2, &sn->pnetids_ndev.list, list) { in smc_pnet_remove_pnetid()