Searched refs:pe2 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/ |
H A D | setup.c | 116 __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 | in rbtx4939_update_ioc_pen() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap.c | 1790 struct dm_snap_pending_exception *pe2; in copy_callback() local 1793 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback() 1796 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback() 1797 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback() 1914 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local 1916 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception() 1917 if (pe2) { in __find_pending_exception() 1919 return pe2; in __find_pending_exception() 2450 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local 2498 pe2 in __origin_write() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap.c | 1770 struct dm_snap_pending_exception *pe2; in copy_callback() local 1773 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback() 1776 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback() 1777 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback() 1894 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local 1896 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception() 1897 if (pe2) { in __find_pending_exception() 1899 return pe2; in __find_pending_exception() 2438 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local 2486 pe2 in __origin_write() [all...] |
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_pnet.c | 765 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()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_pnet.c | 774 struct smc_pnetids_ndev_entry *pe, *pe2; in smc_pnet_remove_pnetid() local 777 list_for_each_entry_safe(pe, pe2, &sn->pnetids_ndev.list, list) { in smc_pnet_remove_pnetid()
|
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra234.c | 1306 TEGRA_PIN_FUNCTION(pe2),
|
H A D | pinctrl-tegra194.c | 1247 TEGRA_PIN_FUNCTION(pe2),
|
Completed in 26 milliseconds