Searched refs:adr (Results 1 - 25 of 173) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7146.h97 #define saawrite(dat,adr) writel((dat), saa->saa7146_adr+(adr))
98 #define saaread(adr) readl(saa->saa7146_adr+(adr))
100 #define saawrite(dat,adr) writel((dat), saa->saa7146_mem+(adr))
101 #define saaread(adr) readl(saa->saa7146_mem+(adr))
104 #define saaand(dat,adr) saawrite((dat) & saaread(adr), ad
[all...]
H A Dzoran.h508 #define btwrite(dat,adr) writel((dat), zr->zr36057_adr+(adr))
509 #define btread(adr) readl(zr->zr36057_adr+(adr))
511 #define btwrite(dat,adr) writel((dat), zr->zr36057_mem+(adr))
512 #define btread(adr) readl(zr->zr36057_mem+(adr))
515 #define btand(dat,adr) btwrite((dat) & btread(adr), ad
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dbitops.h80 unsigned int *adr = (unsigned int *)addr; local
82 adr += nr >> 5;
85 retval = (mask & *adr) != 0;
86 *adr |= mask;
110 unsigned int *adr = (unsigned int *)addr; local
112 adr += nr >> 5;
115 retval = (mask & *adr) != 0;
116 *adr &= ~mask;
134 unsigned int *adr = (unsigned int *)addr; local
135 adr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Ddoc2000.h84 #define ReadDOC_(adr, reg) ((unsigned char)(*(volatile __u32 *)(((unsigned long)adr)+((reg)<<2))))
85 #define WriteDOC_(d, adr, reg) do{ *(volatile __u32 *)(((unsigned long)adr)+((reg)<<2)) = (__u32)d; wmb();} while(0)
88 #define ReadDOC_(adr, reg) ((unsigned char)(*(volatile __u16 *)(((unsigned long)adr)+((reg)<<1))))
89 #define WriteDOC_(d, adr, reg) do{ *(volatile __u16 *)(((unsigned long)adr)+((reg)<<1)) = (__u16)d; wmb();} while(0)
92 #define ReadDOC_(adr, reg) readb((void __iomem *)(adr)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dmic.c34 readreg(unsigned int ale, unsigned int adr, u_char off) argument
39 ret = bytein(adr);
44 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
47 insb(adr, data, size);
52 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
55 byteout(adr, data);
59 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
62 outsb(adr, data, size);
70 return (readreg(cs->hw.mic.adr, cs->hw.mic.isac, offset));
76 writereg(cs->hw.mic.adr, c
[all...]
H A Dasuscom.c46 readreg(unsigned int ale, unsigned int adr, u_char off) argument
51 ret = bytein(adr);
56 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
59 insb(adr, data, size);
64 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
67 byteout(adr, data);
71 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
74 outsb(adr, data, size);
82 return (readreg(cs->hw.asus.adr, cs->hw.asus.isac, offset));
88 writereg(cs->hw.asus.adr, c
[all...]
H A Dtelespci.c41 portdata = readl(adr + 0x200); \
45 readisac(void __iomem *adr, u_char off) argument
52 writel(WRITE_ADDR_ISAC | off, adr + 0x200);
56 writel(READ_DATA_ISAC, adr + 0x200);
62 writeisac(void __iomem *adr, u_char off, u_char data) argument
69 writel(WRITE_ADDR_ISAC | off, adr + 0x200);
73 writel(WRITE_DATA_ISAC | data, adr + 0x200);
78 readhscx(void __iomem *adr, int hscx, u_char off) argument
84 writel(WRITE_ADDR_HSCX | ((hscx ? 0x40:0) + off), adr + 0x200);
88 writel(READ_DATA_HSCX, adr
94 writehscx(void __iomem *adr, int hscx, u_char off, u_char data) argument
109 read_fifo_isac(void __iomem *adr, u_char * data, int size) argument
127 write_fifo_isac(void __iomem *adr, u_char * data, int size) argument
144 read_fifo_hscx(void __iomem *adr, int hscx, u_char * data, int size) argument
162 write_fifo_hscx(void __iomem *adr, int hscx, u_char * data, int size) argument
[all...]
H A Dsedlbauer.c122 readreg(unsigned int ale, unsigned int adr, u_char off) argument
127 ret = bytein(adr);
132 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
135 insb(adr, data, size);
140 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
143 byteout(adr, data);
147 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char * data, int size) argument
150 outsb(adr, data, size);
158 return (readreg(cs->hw.sedl.adr, cs->hw.sedl.isac, offset));
164 writereg(cs->hw.sedl.adr, c
[all...]
H A Dsportster.c41 read_fifo(unsigned int adr, u_char * data, int size) argument
43 insb(adr, data, size);
47 write_fifo(unsigned int adr, u_char * data, int size) argument
49 outsb(adr, data, size);
138 int i, adr; local
142 adr = cs->hw.spt.cfg_reg + i *1024;
143 release_region(adr, 8);
190 int i, j, adr; local
193 adr = cs->hw.spt.cfg_reg + i *1024;
194 if (!request_region(adr,
[all...]
H A Dteles0.c33 readisac(void __iomem *adr, u_char off) argument
35 return readb(adr + ((off & 1) ? 0x2ff : 0x100) + off);
39 writeisac(void __iomem *adr, u_char off, u_char data) argument
41 writeb(data, adr + ((off & 1) ? 0x2ff : 0x100) + off); mb();
46 readhscx(void __iomem *adr, int hscx, u_char off) argument
48 return readb(adr + (hscx ? 0x1c0 : 0x180) +
53 writehscx(void __iomem *adr, int hscx, u_char off, u_char data) argument
55 writeb(data, adr + (hscx ? 0x1c0 : 0x180) +
60 read_fifo_isac(void __iomem *adr, u_char * data, int size) argument
63 register u_char __iomem *ad = adr
69 write_fifo_isac(void __iomem *adr, u_char * data, int size) argument
79 read_fifo_hscx(void __iomem *adr, int hscx, u_char * data, int size) argument
88 write_fifo_hscx(void __iomem *adr, int hscx, u_char * data, int size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dfwh_lock.h29 unsigned long adr, int len, void *thunk)
53 adr = (adr & ~0xffffUL) | 0x2;
54 adr += chip->start - 0x400000;
62 ret = get_chip(map, chip, adr, FL_LOCKING);
70 map_write(map, CMD(xxlt->val), adr);
74 put_chip(map, chip, adr);
28 fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
H A Dcfi_util.c31 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name) argument
39 printk(" %s Extended Query Table at 0x%4.4X\n", name, adr);
40 if (!adr)
59 cfi_read_query(map, base+((adr+i)*ofs_factor));
98 unsigned long adr; local
153 adr = ofs - (chipnum << cfi->chipshift);
160 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk);
165 adr += size;
172 if (adr >> cfi->chipshift) {
173 adr
[all...]
H A Dcfi_cmdset_0002.c70 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
71 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
286 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; local
289 extp = (struct cfi_pri_amdstd*)cfi_read_pri(map, adr, sizeof(*extp), "Amd/Fujitsu");
476 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) argument
490 if (chip_ready(map, adr))
534 if (chip_ready(map, adr))
585 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) argument
627 unsigned long adr)
630 (void) map_read(map, adr); /* ensur
626 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) argument
634 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) argument
661 xip_udelay(struct map_info *map, struct flchip *chip, unsigned long adr, int usec) argument
806 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) argument
880 do_read_secsi_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) argument
967 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum) argument
1202 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) argument
1401 unsigned long int adr; local
1485 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
1614 do_atmel_lock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
1650 do_atmel_unlock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
[all...]
H A Dcfi_cmdset_0020.c128 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; local
131 extp = (struct cfi_pri_intelext*)cfi_read_pri(map, adr, sizeof(*extp), "ST Microelectronics");
251 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) argument
260 adr += chip->start;
263 cmd_addr = adr & ~(map_bankwidth(map)-1);
359 map_copy_from(map, buf, adr, len);
421 unsigned long adr, const u_char *buf, int len)
430 if (adr & (map_bankwidth(map)-1))
434 adr += chip->start;
435 cmd_adr = adr
420 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const u_char *buf, int len) argument
729 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) argument
889 unsigned long adr, len; local
1033 do_lock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) argument
1131 unsigned long adr; local
1181 do_unlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) argument
1279 unsigned long adr; local
[all...]
H A Dcfi_cmdset_0001.c88 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
89 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
268 read_pri_intelext(struct map_info *map, __u16 adr) argument
274 extp = (struct cfi_pri_intelext *)cfi_read_pri(map, adr, extp_size, "Intel/Sharp");
382 __u16 adr = primary?cfi->cfiq->P_ADR:cfi->cfiq->A_ADR; local
385 extp = read_pri_intelext(map, adr);
645 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) argument
716 status = map_read(map, adr);
751 map_write(map, CMD(0xB0), adr);
758 map_write(map, CMD(0x70), adr);
813 put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) argument
900 xip_disable(struct map_info *map, struct flchip *chip, unsigned long adr) argument
908 xip_enable(struct map_info *map, struct flchip *chip, unsigned long adr) argument
934 xip_wait_for_operation( struct map_info *map, struct flchip *chip, unsigned long adr, unsigned int chip_op_time ) argument
1138 do_point_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len) argument
1252 do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len, u_char *buf) argument
1323 do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, map_word datum, int mode) argument
1479 do_write_buffer(struct map_info *map, struct flchip *chip, unsigned long adr, const struct kvec **pvec, unsigned long *pvec_seek, int len) argument
1698 do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
1842 do_getlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
1860 do_printlockstatus_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
1874 do_xxlock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) argument
2245 unsigned long adr; local
2345 unsigned long adr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/isdn/
H A Dcapiutil.h89 } adr; member in struct:__anon9954
207 __u32 adr,
210 capi_cmsg_header(cmsg, ApplId, 0x82, 0x80, Messagenumber, adr);
215 __u32 adr,
219 capi_cmsg_header(cmsg, ApplId, 0x80, 0x80, Messagenumber, adr);
225 __u32 adr,
232 capi_cmsg_header(cmsg, ApplId, 0x08, 0x80, Messagenumber, adr);
241 __u32 adr,
248 capi_cmsg_header(cmsg, ApplId, 0x05, 0x80, Messagenumber, adr);
257 __u32 adr,
206 capi_fill_CONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct NCPI) argument
214 capi_fill_FACILITY_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 FacilitySelector, _cstruct FacilityRequestParameter) argument
224 capi_fill_INFO_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct CalledPartyNumber, _cstruct BChannelinformation, _cstruct Keypadfacility, _cstruct Useruserdata, _cstruct Facilitydataarray) argument
240 capi_fill_LISTEN_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u32 InfoMask, __u32 CIPmask, __u32 CIPmask2, _cstruct CallingPartyNumber, _cstruct CallingPartySubaddress) argument
256 capi_fill_ALERT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct BChannelinformation, _cstruct Keypadfacility, _cstruct Useruserdata, _cstruct Facilitydataarray) argument
270 capi_fill_CONNECT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 CIPValue, _cstruct CalledPartyNumber, _cstruct CallingPartyNumber, _cstruct CalledPartySubaddress, _cstruct CallingPartySubaddress, __u16 B1protocol, __u16 B2protocol, __u16 B3protocol, _cstruct B1configuration, _cstruct B2configuration, _cstruct B3configuration, _cstruct BC, _cstruct LLC, _cstruct HLC, _cstruct BChannelinformation, _cstruct Keypadfacility, _cstruct Useruserdata, _cstruct Facilitydataarray) argument
313 capi_fill_DATA_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u32 Data, __u16 DataLength, __u16 DataHandle, __u16 Flags) argument
328 capi_fill_DISCONNECT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct BChannelinformation, _cstruct Keypadfacility, _cstruct Useruserdata, _cstruct Facilitydataarray) argument
343 capi_fill_DISCONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct NCPI) argument
352 capi_fill_MANUFACTURER_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u32 ManuID, __u32 Class, __u32 Function, _cstruct ManuData) argument
367 capi_fill_RESET_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, _cstruct NCPI) argument
376 capi_fill_SELECT_B_PROTOCOL_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 B1protocol, __u16 B2protocol, __u16 B3protocol, _cstruct B1configuration, _cstruct B2configuration, _cstruct B3configuration) argument
395 capi_fill_CONNECT_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 Reject, __u16 B1protocol, __u16 B2protocol, __u16 B3protocol, _cstruct B1configuration, _cstruct B2configuration, _cstruct B3configuration, _cstruct ConnectedNumber, _cstruct ConnectedSubaddress, _cstruct LLC, _cstruct BChannelinformation, _cstruct Keypadfacility, _cstruct Useruserdata, _cstruct Facilitydataarray) argument
429 capi_fill_CONNECT_ACTIVE_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
436 capi_fill_CONNECT_B3_ACTIVE_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
443 capi_fill_CONNECT_B3_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 Reject, _cstruct NCPI) argument
453 capi_fill_CONNECT_B3_T90_ACTIVE_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
460 capi_fill_DATA_B3_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 DataHandle) argument
469 capi_fill_DISCONNECT_B3_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
476 capi_fill_DISCONNECT_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
483 capi_fill_FACILITY_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u16 FacilitySelector) argument
492 capi_fill_INFO_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
499 capi_fill_MANUFACTURER_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr, __u32 ManuID, __u32 Class, __u32 Function, _cstruct ManuData) argument
514 capi_fill_RESET_B3_RESP(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber, __u32 adr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Dbt878.h159 #define bmtwrite(dat,adr) io_st_le32((adr),(dat))
160 #define bmtread(adr) ld_le32((adr))
162 #define bmtwrite(dat,adr) writel((dat), (adr))
163 #define bmtread(adr) readl(adr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dio-acorn.S29 adr r0, .Liosl_warning
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddi.h51 byte ( * ram_in)(ADAPTER * a, void * adr);
52 word ( * ram_inw)(ADAPTER * a, void * adr);
53 void (* ram_in_buffer)(ADAPTER * a, void * adr, void * P, word length);
55 void ( * ram_out)(ADAPTER * a, void * adr, byte data);
56 void ( * ram_outw)(ADAPTER * a, void * adr, word data);
57 void (* ram_out_buffer)(ADAPTER * a, void * adr, void * P, word length);
58 void ( * ram_inc)(ADAPTER * a, void * adr);
H A Dio.h265 byte io_in(ADAPTER * a, void * adr);
266 word io_inw(ADAPTER * a, void * adr);
267 void io_in_buffer(ADAPTER * a, void * adr, void * P, word length);
269 void io_out(ADAPTER * a, void * adr, byte data);
270 void io_outw(ADAPTER * a, void * adr, word data);
271 void io_out_buffer(ADAPTER * a, void * adr, void * P, word length);
272 void io_inc(ADAPTER * a, void * adr);
280 byte mem_in(ADAPTER * a, void * adr);
281 word mem_inw(ADAPTER * a, void * adr);
282 void mem_in_buffer(ADAPTER * a, void * adr, voi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprocessor.h205 #define GET_FPEXC_CTL(tsk, adr) get_fpexc_mode((tsk), (adr))
208 extern int get_fpexc_mode(struct task_struct *tsk, unsigned long adr);
211 #define GET_ENDIAN(tsk, adr) get_endian((tsk), (adr))
214 extern int get_endian(struct task_struct *tsk, unsigned long adr);
217 #define GET_UNALIGN_CTL(tsk, adr) get_unalign_ctl((tsk), (adr))
220 extern int get_unalign_ctl(struct task_struct *tsk, unsigned long adr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/cpu-sh2/
H A Dcacheflush.h39 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-nile4.c24 u32 adr, mask, err; local
53 adr =
58 adr = KSEG1ADDR(PCI_WINDOW1) | (busnum << 16) | (devfn << 8) |
62 *(u32 *) adr = *val;
64 *val = *(u32 *) adr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddc21285.c83 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) argument
87 *CSR_ROMWRITEREG = adr & 3;
88 adr &= ~3;
89 *(uint8_t*)(map->virt + adr) = d.x[0];
92 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) argument
96 *CSR_ROMWRITEREG = adr & 3;
97 adr &= ~3;
98 *(uint16_t*)(map->virt + adr) = d.x[0];
101 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) argument
105 *(uint32_t*)(map->virt + adr)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttvp.h467 #define btwrite(dat,adr) writel((dat), btv->bt848_mmio+(adr))
468 #define btread(adr) readl(btv->bt848_mmio+(adr))
470 #define btand(dat,adr) btwrite((dat) & btread(adr), adr)
471 #define btor(dat,adr) btwrite((dat) | btread(adr), adr)
[all...]

Completed in 184 milliseconds

1234567