| /kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/ |
| 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 |= RBTX4939_PE2_SPI; in rbtx4939_update_ioc_pen() [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/ |
| D | suniv-f1c100s-licheepi-nano.dts | 71 usb0_id_det-gpios = <&pio 4 2 GPIO_ACTIVE_HIGH>; /* PE2 */
|
| D | sun8i-v3s.dtsi | 362 pins = "PE0", "PE2", "PE3", "PE8", "PE9",
|
| D | sun5i.dtsi | 562 pins = "PE1", "PE2", "PE3";
|
| D | sunxi-h3-h5.dtsi | 415 pins = "PE0", "PE2", "PE3", "PE4", "PE5",
|
| /kernel/linux/linux-6.6/drivers/scsi/isci/ |
| D | port_config.c | 154 * -> (PE0), (PE0, PE1), (PE0, PE1, PE2, PE3) LP1 -> (PE1) LP2 -> (PE2), (PE2, 206 * SAS Address for PE0 and PE2 are different since they can not be in sci_port_configuration_agent_validate_ports() 219 * PE2 and PE3 are configured into a 2x1 ports make sure that the in sci_port_configuration_agent_validate_ports()
|
| /kernel/linux/linux-5.10/drivers/scsi/isci/ |
| D | port_config.c | 154 * -> (PE0), (PE0, PE1), (PE0, PE1, PE2, PE3) LP1 -> (PE1) LP2 -> (PE2), (PE2, 206 * SAS Address for PE0 and PE2 are different since they can not be in sci_port_configuration_agent_validate_ports() 219 * PE2 and PE3 are configured into a 2x1 ports make sure that the in sci_port_configuration_agent_validate_ports()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| 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 = __lookup_pending_exception(snap, chunk); in __origin_write() [all …]
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-snap.c | 1772 struct dm_snap_pending_exception *pe2; in copy_callback() local 1775 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback() 1778 BUG_ON(pe->exception_sequence == pe2->exception_sequence); in copy_callback() 1779 if (pe->exception_sequence < pe2->exception_sequence) in copy_callback() 1896 struct dm_snap_pending_exception *pe2; in __find_pending_exception() local 1898 pe2 = __lookup_pending_exception(s, chunk); in __find_pending_exception() 1899 if (pe2) { in __find_pending_exception() 1901 return pe2; in __find_pending_exception() 2440 struct dm_snap_pending_exception *pe, *pe2; in __origin_write() local 2488 pe2 = __lookup_pending_exception(snap, chunk); in __origin_write() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | nvidia,tegra234-pinmux-common.yaml | 37 eth1, dp, eth3, i2c4, i2c7, i2c9, eqos, pe2, pe1, pe0, pe3,
|
| D | nvidia,tegra194-pinmux.yaml | 38 nv, pe0, pe1, pe2, pe3, pe4, pe5, qspi, qspi0, qspi1, rsvd0,
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
| D | rbtx4939.h | 71 /* bits for PE1,PE2,PE3 */
|
| /kernel/linux/linux-6.6/arch/riscv/boot/dts/allwinner/ |
| D | sunxi-d1s-t113.dtsi | 110 pins = "PE0", "PE1", "PE2", "PE3", "PE4", 118 pins = "PE0", "PE1", "PE2", "PE3", "PE4",
|
| /kernel/linux/linux-5.10/net/smc/ |
| 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/ |
| 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/renesas/ |
| D | pfc-shx3.c | 331 PINMUX_GPIO(PE2),
|
| /kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
| D | pfc-shx3.c | 332 PINMUX_GPIO(PE2),
|
| D | pfc-sh7785.c | 716 PINMUX_GPIO(PE2),
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | sun8i-v3s.dtsi | 333 pins = "PE0", "PE2", "PE3", "PE8", "PE9",
|
| D | sun5i.dtsi | 553 pins = "PE1", "PE2", "PE3";
|
| D | sunxi-h3-h5.dtsi | 408 pins = "PE0", "PE2", "PE3", "PE4", "PE5",
|
| D | at91sam9g45.dtsi | 588 AT91_PIOE 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE2 periph A */
|
| /kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra234.c | 1306 TEGRA_PIN_FUNCTION(pe2), 1666 PINGROUP(pex_l2_clkreq_n_pk4, PE2, RSVD1, RSVD2, RSVD3, 0x7000, 0, Y, 5, 7, 6, 8, -1, 10, 12), 1672 PINGROUP(pex_l2_rst_n_pk5, PE2, RSVD1, RSVD2, RSVD3, 0x7030, 0, Y, 5, 7, 6, 8, -1, 10, 12),
|
| D | pinctrl-tegra194.c | 1247 TEGRA_PIN_FUNCTION(pe2), 1698 …PINGROUP(pex_l2_clkreq_n_pk4, PE2, RSVD1, RSVD2, RSVD3, 0x7000, 0, Y, 5, -1, 6, 8, -1, 10, 11… 1704 …PINGROUP(pex_l2_rst_n_pk5, PE2, RSVD1, RSVD2, RSVD3, 0x7030, 0, Y, 5, -1, 6, 8, -1, 10, 11, 1…
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/ |
| D | at91sam9g45.dtsi | 589 AT91_PIOE 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PE2 periph A */
|