Searched refs:Address (Results 26 - 39 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S1002 # Address register indirect: (An) #
1037 # Address register indirect w/ postincrement: (An)+ #
1126 # Address register indirect w/ predecrement: -(An) #
1215 # Address register indirect w/ displacement: (d16, An) #
1314 # Address register indirect w/ index(8-bit displacement): (dn, An, Xn) #
H A Dpfpsp.S2367 # FP Unimplemented Effective Address exception in an operating #
2710 # The opclass two instruction that took an "Unimplemented Effective Address"
2911 # The control reg instruction that took an "Unimplemented Effective Address"
3861 # "Dummy" CALCulate Effective Address: #
4226 # from an "Unimplemented Effective Address" exception handler. So, we #
4662 # Address register indirect: (An) #
4697 # Address register indirect w/ postincrement: (An)+ #
4766 # Address register indirect w/ predecrement: -(An) #
4827 # Address register indirect w/ displacement: (d16, An) #
4934 # Address registe
[all...]
H A Dfpsp.S2368 # FP Unimplemented Effective Address exception in an operating #
2711 # The opclass two instruction that took an "Unimplemented Effective Address"
2912 # The control reg instruction that took an "Unimplemented Effective Address"
4300 mov.l USER_FPIAR(%a6),EXC_EA(%a6) # Address = Current PC
18177 # from an "Unimplemented Effective Address" exception handler. So, we #
18613 # Address register indirect: (An) #
18648 # Address register indirect w/ postincrement: (An)+ #
18717 # Address register indirect w/ predecrement: -(An) #
18778 # Address register indirect w/ displacement: (d16, An) #
18885 # Address registe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.c852 } else if (sgIn->Address) {
853 mpt_add_sge(sgOut, sgIn->FlagsLength, sgIn->Address);
1017 sgl->Address = dma_addr;
1074 dma_addr = sglbuf[i].Address;
1109 } else if (sg->Address) {
1114 dma_addr = sg->Address;
1127 if (sg->Address) {
1132 dma_addr = sg->Address;
H A Dmptscsih.c132 pSge->Address.Low = cpu_to_le32(tmp);
134 pSge->Address.High = cpu_to_le32(tmp);
139 pSge->Address = cpu_to_le32(dma_addr);
166 pChain->Address.Low = cpu_to_le32(tmp);
168 pChain->Address.High = cpu_to_le32(tmp);
174 pChain->Address = cpu_to_le32(dma_addr);
437 * out the Address and Flags fields.
H A Dmptbase.h300 u32 TestBase; /* 0C Test Base Address */
302 u32 DiagRwAddress; /* 14 Read Write Address (fw download)*/
699 dma_addr_t Address; member in struct:_mpt_sge
H A Dmptbase.c888 pSge->Address.Low = cpu_to_le32(tmp);
890 pSge->Address.High = cpu_to_le32(tmp);
895 pSge->Address = cpu_to_le32(dma_addr);
2982 /* Write the LoadStartAddress to the DiagRw Address Register
6389 "Invalid SAS Address", /* 01h */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_pri.c70 a->xdi_adapter.Address = a->resources.pci.addr[0];
338 if (!IoAdapter->Address || !IoAdapter->reset) {
721 if (a->xdi_adapter.Address) {
779 WRITE_BYTE(&config[0xc3c], c); /* Base Address enable register */
841 config[0xc3c] |= 0x08; /* Base Address enable register */
H A Dos_bri.c60 a->xdi_adapter.Address = a->resources.pci.addr[2];
63 a->xdi_adapter.port = a->xdi_adapter.Address;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddabusb.c334 dbg("dabusb_writemem: %04X %p %d)", ptr->Address, ptr->Data, ptr->Length);
336 ret = dabusb_writemem (s, ptr->Address, ptr->Data, ptr->Length);
338 err("dabusb_writemem failed (%d %04X %p %d)", ret, ptr->Address, ptr->Data, ptr->Length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dtms380tr.c163 unsigned short Address, int Length);
953 printk(KERN_INFO "%s: %s Address verification.\n", dev->name, open_err);
1727 /* Address offset */
1755 printk(KERN_INFO "Address: %04X %04X\n",
1762 printk(KERN_INFO "Address: %04X %04X\n",
1769 printk(KERN_INFO "Address: %04X %04X\n",
1787 printk(KERN_INFO "Address: %04X %04X\n",
1794 printk(KERN_INFO "Address: %04X %04X\n",
1801 printk(KERN_INFO "Address: %04X %04X\n",
1891 unsigned short Address, in
1890 tms380tr_read_ram(struct net_device *dev, unsigned char *Data, unsigned short Address, int Length) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dentry.S553 mask_pc r0, lr @ Address of abort
577 * Address exception handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex749 Address flags are set by the kernel and cannot be changed
2625 ``IPv6 Stateless Address Autoconfiguration'', RFC-2462.
2782 NAT (or ``Network Address Translation'') remaps some parts
3002 \# {\bf Step 2} --- IP Duplicate Address Detection~\cite{RFC-DHCP}.\\
3009 echo "Address $ipaddr is busy, trying DHCP..." 1>&2
3080 addresses, but also carries out Duplicate Address Detection~\cite{RFC-DHCP},
3247 \# {\bf Step 1} --- IP Duplicate Address Detection~\cite{RFC-DHCP}.\\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dentry.S837 lda [%l6] ASI_CONTROL, %l5 ! Address

Completed in 471 milliseconds

12