Searched refs:DIP (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/arch/riscv/boot/dts/renesas/ |
A D | r9a07g043f01-smarc.dts | 11 * DIP-Switch SW1 setting
|
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/ |
A D | r9a07g043u11-smarc.dts | 11 * DIP-Switch SW1 setting
|
A D | r9a07g044c2-smarc.dts | 11 * DIP-Switch SW1 setting on SoM
|
/linux-6.3-rc2/arch/sh/boards/ |
A D | Kconfig | 215 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | prestera.rst | 129 - Drops packets with illegal SIP/DIP multicast/unicast addresses.
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 3982 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ macro 4001 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) 4030 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4032 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4033 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4034 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4035 DIP(SrcNone | Prot | Priv, clgi, check_svme), 4036 DIP(SrcNone | Prot | Priv, skinit, check_svme), 4037 DIP(SrcNone | Prot | Priv, invlpga, check_svme), 4042 DIP(SrcNone, rdtscp, check_rdtsc), [all …]
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/bonding/ |
A D | net_forwarding_lib.sh | 1847 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1882 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/dsa/ |
A D | lib.sh | 1847 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1882 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/team/ |
A D | net_forwarding_lib.sh | 1847 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1882 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | lib.sh | 1847 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1882 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_defs.h | 172 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
A D | sym_hipd.c | 153 else if (istat & DIP) { in sym_soft_reset() 1025 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2827 if (!(istat & (SIP|DIP))) 2851 if (istatc & DIP) 2862 } while (istatc & (SIP|DIP));
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | am3517-evm.dts | 203 /* User DIP swithes [1:8] / User LEDS [1:2] */
|
A D | dra72-evm-common.dtsi | 317 /* To use NAND, DIP switch SW5 must be set like so:
|
/linux-6.3-rc2/Documentation/networking/ |
A D | arcnet-hardware.rst | 1063 SW1: DIP-Switches for Station Address 1064 SW2: DIP-Switches for Memory Base and I/O Base addresses 1083 (DIP-Switch downwards means "0") 1087 The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2: 1104 DIP Switches 1-5 of SW2 encode the RAM and ROM Address Range: 1208 DIP Switches: 1210 The DIP switches accessible on the accessible end of the card while 1227 There is another array of eight DIP switches at the top of the 1233 are in a weird order. This was tested by setting the DIP switches, 2323 There is a DIP-switch with 8 switches, used to set the shared memory address
|
A D | 6pack.rst | 79 is supplied with a DIP switch so you can easily change between the
|
A D | arcnet.rst | 161 default which is still set in DIP switches on the card. If you don't have the
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.h | 693 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
A D | ncr53c8xx.c | 5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5749 if (!(istat & (SIP|DIP))) in ncr_exception() 5761 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception() 7566 if (INB(nc_istat) & (INTF|SIP|DIP))
|
/linux-6.3-rc2/drivers/gpio/ |
A D | Kconfig | 1135 includes reads of pushbuttons and DIP switches as well
|
Completed in 55 milliseconds