Searched refs:via (Results 1 - 25 of 74) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c2 * Device driver for the via-cuda on Apple Powermacs.
33 static volatile unsigned char __iomem *via; variable
131 vias = of_find_node_by_name(NULL, "via-cuda");
137 printk(KERN_ERR "via-cuda: No \"reg\" property !\n");
142 printk(KERN_ERR "via-cuda: Can't translate address !\n");
145 via = ioremap(taddr, 0x2000);
146 if (via == NULL) {
147 printk(KERN_ERR "via-cuda: Can't map address !\n");
157 via = NULL;
162 /* for us by the main VIA driver in arch/m68k/mac/via
[all...]
H A Dvia-maciisi.c4 * Based on via-cuda.c and via-macii.c, as well as the original
30 static volatile unsigned char *via; variable
108 via = via1;
117 if (via == NULL)
122 via = NULL;
140 int status = via[B] & (TIP|TREQ);
150 via[ACR] &= ~SR_OUT;
151 via[IER] = IER_CLR | SR_INT;
155 status = via[
[all...]
H A Dvia-macii.c2 * Device driver for the via ADB on (many) Mac II-class machines
40 static volatile unsigned char *via; variable
146 via = via1;
179 via[DIRB] = (via[DIRB] | ST_EVEN | ST_ODD) & ~CTLR_IRQ;
182 via[B] |= ST_IDLE;
183 last_status = via[B] & (ST_MASK|CTLR_IRQ);
186 via[ACR] = (via[ACR] & ~SR_CTRL) | SR_EXT;
189 x = via[S
[all...]
H A DMakefile14 obj-$(CONFIG_ADB_PMU) += via-pmu.o via-pmu-event.o
15 obj-$(CONFIG_ADB_PMU_LED) += via-pmu-led.o
16 obj-$(CONFIG_PMAC_BACKLIGHT) += via-pmu-backlight.o
17 obj-$(CONFIG_ADB_CUDA) += via-cuda.o
22 obj-$(CONFIG_ADB_MACII) += via-macii.o
23 obj-$(CONFIG_ADB_MACIISI) += via-maciisi.o
25 obj-$(CONFIG_ADB_PMU68K) += via-pmu68k.o
H A Dvia-pmu.c2 * Device driver for the via-pmu on Apple Powermacs.
65 #include "via-pmu-event.h"
78 static volatile unsigned char __iomem *via; variable
286 if (via != 0)
288 vias = of_find_node_by_name(NULL, "via-pmu");
294 printk(KERN_ERR "via-pmu: No \"reg\" property !\n");
299 printk(KERN_ERR "via-pmu: Can't translate address !\n");
344 printk(KERN_ERR "via-pmu: Can't find GPIO reg !\n");
350 via = ioremap(taddr, 0x2000);
351 if (via
2673 polled_handshake(volatile unsigned char __iomem *via) argument
2684 polled_send_byte(volatile unsigned char __iomem *via, int x) argument
2692 polled_recv_byte(volatile unsigned char __iomem *via) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Droutel22 via=""
28 broadcast|local|unreachable) via=$network
40 echo "$network $via $src $proto $scope $dev $table"
52 via=$2;
58 printf(format,network,mask,via,src,proto,scope,dev,table);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dvia_raid.c49 static uint8_t meta_checksum(struct via_meta *via) argument
54 sum += ((uint8_t*) via)[i];
56 return sum == via->checksum;
64 struct via_meta *via; local
78 via = (struct via_meta *) buf;
79 if (le16_to_cpu(via->signature) != VIA_SIGNATURE)
82 if (via->version_number > 1)
85 if (!meta_checksum(via))
89 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", via->version_number);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dmkskel.sh4 /* File created from flex.skl via mkskel.sh */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A DMakefile5 obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestssl73 echo test sslv2 via BIO pair
76 echo test sslv2 with server authentication via BIO pair
80 echo test sslv2 with client authentication via BIO pair
83 echo test sslv2 with both client and server authentication via BIO pair
87 echo test sslv3 via BIO pair
90 echo test sslv3 with server authentication via BIO pair
93 echo test sslv3 with client authentication via BIO pair
96 echo test sslv3 with both client and server authentication via BIO pair
99 echo test sslv2/sslv3 via BIO pair
103 echo test sslv2/sslv3 w/o DHE via BI
[all...]
H A Dtestfipsssl56 echo test tls1 via BIO pair
59 echo test tls1 with server authentication via BIO pair
62 echo test tls1 with client authentication via BIO pair
65 echo test tls1 with both client and server authentication via BIO pair
71 echo test sslv2/sslv3 w/o DHE via BIO pair
75 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
81 echo test sslv2/sslv3 with client authentication via BIO pair
84 echo test sslv2/sslv3 with both client and server authentication via BIO pair
87 echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestssl73 echo test sslv2 via BIO pair
76 echo test sslv2 with server authentication via BIO pair
80 echo test sslv2 with client authentication via BIO pair
83 echo test sslv2 with both client and server authentication via BIO pair
87 echo test sslv3 via BIO pair
90 echo test sslv3 with server authentication via BIO pair
93 echo test sslv3 with client authentication via BIO pair
96 echo test sslv3 with both client and server authentication via BIO pair
99 echo test sslv2/sslv3 via BIO pair
103 echo test sslv2/sslv3 w/o DHE via BI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0.c59 static void vortex_fix_agp_bridge(struct pci_dev *via) argument
70 if (!(rc = pci_read_config_byte(via, 0x42, &value))
72 || !(rc = pci_write_config_byte(via, 0x42, value | 0x10)))) {
83 struct pci_dev *via = NULL; local
88 via = pci_get_device(PCI_VENDOR_ID_VIA,
91 if (via == NULL) {
92 via = pci_get_device(PCI_VENDOR_ID_VIA,
95 if (via == NULL)
96 via = pci_get_device(PCI_VENDOR_ID_AMD,
99 if (via) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dtime.c257 volatile unsigned char __iomem *via; local
262 vias = of_find_node_by_name(NULL, "via-cuda");
264 vias = of_find_node_by_name(NULL, "via-pmu");
266 vias = of_find_node_by_name(NULL, "via");
269 via = ioremap(rsrc.start, rsrc.end - rsrc.start + 1);
270 if (via == NULL) {
276 out_8(&via[ACR], (via[ACR] & ~T1MODE) | T1MODE_CONT);
278 out_8(&via[T1CH], 2);
280 out_8(&via[T1L
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtest.bat140 echo test sslv2 via BIO pair
144 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
148 echo test sslv2 with server authentication via BIO pair
152 echo test sslv2 with client authentication via BIO pair
156 echo test sslv2 with both client and server authentication via BIO pair
160 echo test sslv3 via BIO pair
164 echo test sslv3 with server authentication via BIO pair
168 echo test sslv3 with client authentication via BIO pair
172 echo test sslv3 with both client and server authentication via BIO pair
176 echo test sslv2/sslv3 via BI
[all...]
H A Dtestce.bat174 echo test sslv2 via BIO pair
178 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
182 echo test sslv2 with server authentication via BIO pair
186 echo test sslv2 with client authentication via BIO pair
190 echo test sslv2 with both client and server authentication via BIO pair
194 echo test sslv3 via BIO pair
198 echo test sslv3 with server authentication via BIO pair
202 echo test sslv3 with client authentication via BIO pair
206 echo test sslv3 with both client and server authentication via BIO pair
210 echo test sslv2/sslv3 via BI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtest.bat136 echo test sslv2 via BIO pair
140 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
144 echo test sslv2 with server authentication via BIO pair
148 echo test sslv2 with client authentication via BIO pair
152 echo test sslv2 with both client and server authentication via BIO pair
156 echo test sslv3 via BIO pair
160 echo test sslv3 with server authentication via BIO pair
164 echo test sslv3 with client authentication via BIO pair
168 echo test sslv3 with both client and server authentication via BIO pair
172 echo test sslv2/sslv3 via BI
[all...]
H A Dtestce.bat174 echo test sslv2 via BIO pair
178 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
182 echo test sslv2 with server authentication via BIO pair
186 echo test sslv2 with client authentication via BIO pair
190 echo test sslv2 with both client and server authentication via BIO pair
194 echo test sslv3 via BIO pair
198 echo test sslv3 with server authentication via BIO pair
202 echo test sslv3 with client authentication via BIO pair
206 echo test sslv3 with both client and server authentication via BIO pair
210 echo test sslv2/sslv3 via BI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/hw_random/
H A DMakefile10 obj-$(CONFIG_HW_RANDOM_VIA) += via-rng.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A DMakefile20 via-objs := via_irq.o via_drv.o via_map.o via_mm.o via_dma.o via_verifier.o via_video.o via_dmablit.o
40 obj-$(CONFIG_DRM_VIA) +=via.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A DMakefile21 obj-$(CONFIG_AGP_VIA) += via-agp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
123 via this tunnel,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
133 kinds and gateway is required to be directly reachable via this tunnel,
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gatewa
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S57 mtdcr pb0pesr,r10 # to load RAM image via RiscWatch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry.S38 The kernel expects the emulator to return via one of two possible
43 it returns via _fpundefinstr (passed via lr) and the kernel halts the
66 returns via _fpreturn.
76 mov sl, sp @ we access the registers via 'sl'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A DMakefile20 obj-$(CONFIG_VIA_FIR) += via-ircc.o

Completed in 272 milliseconds

123