Searched refs:iob (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dafs_settoken.c161 } iob; local
194 iob.in = buf;
195 iob.in_size = PTR_DIFF(p,buf);
196 iob.out = buf;
197 iob.out_size = sizeof(buf);
200 file_save("/tmp/ioctlbuf", iob.in, iob.in_size);
203 ret = afs_syscall(AFSCALL_PIOCTL, 0, VIOCSETTOK, (char *)&iob, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dbarrier.h108 #define iob() wbflush() macro
115 #define iob() fast_iob() macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dbarrier.h108 #define iob() wbflush() macro
115 #define iob() fast_iob() macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Diommu.c78 static u32 __iomem *iob; variable
105 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
128 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
207 iob = ioremap(IOB_BASE, IOB_SIZE);
208 if (!iob)
215 out_le32(iob+IOB_XLT_L1_REGBASE+i, regword);
219 regword = in_le32(iob+IOB_AD_REG);
222 out_le32(iob+IOB_AD_REG, regword);
225 regword = in_le32(iob+IOBCOM_REG);
227 out_le32(iob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_diag.c50 struct dasd_diag_rw_io iob; member in struct:dasd_diag_private
63 /* Perform DIAG250 call with block I/O parameter list iob (input and output)
67 static inline int dia250(void *iob, int cmd) argument
69 register unsigned long reg2 asm ("2") = (unsigned long) iob;
84 : "+d" (rc), "=m" (*(addr_type *) iob)
85 : "d" (cmd), "d" (reg2), "m" (*(addr_type *) iob)
170 private->iob.dev_nr = private->dev_id.devno;
171 private->iob.key = 0;
172 private->iob.flags = DASD_DIAG_RWFLAG_ASYNC;
173 private->iob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dkn02-irq.c57 iob();
78 iob();
H A Dkn01-berr.c62 iob();
190 iob();
H A Decc-berr.c43 iob();
153 iob();
239 iob();
H A Dkn02xa-berr.c40 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c234 kfree(channel->iob[cnt].data);
267 channel->iob[cnt].data = (char *)
269 if (channel->iob[cnt].data == NULL)
271 channel->iob[cnt].state = BUF_STATE_FREE;
272 channel->iob[cnt].channel = channel;
273 channel->iob[cnt].callback = qeth_send_control_data_cb;
274 channel->iob[cnt].rc = 0;
278 kfree(channel->iob[cnt].data);
506 struct qeth_cmd_buffer *iob; local
511 iob
1316 qeth_setup_ccw(struct qeth_channel *channel,unsigned char *iob, __u32 len) argument
1358 qeth_release_buffer(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1411 struct qeth_cmd_buffer *iob; local
1458 struct qeth_cmd_buffer *iob; local
1530 qeth_idx_write_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1583 qeth_idx_read_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1633 struct qeth_cmd_buffer *iob; local
1701 qeth_check_ipa_data(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
1777 qeth_send_control_data_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1853 qeth_prepare_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1871 qeth_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob, int (*reply_cb) (struct qeth_card *, struct qeth_reply*, unsigned long), void *reply_param) argument
1944 qeth_osn_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1972 qeth_prepare_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, char prot_type) argument
1982 qeth_osn_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int data_len) argument
2000 qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb) (struct qeth_card *,struct qeth_reply*, unsigned long), void *reply_param) argument
2028 struct qeth_cmd_buffer *iob; local
2044 struct qeth_cmd_buffer *iob; local
2065 struct qeth_cmd_buffer *iob; local
2081 struct qeth_cmd_buffer *iob; local
2107 struct qeth_cmd_buffer *iob; local
2148 struct qeth_cmd_buffer *iob; local
2182 struct qeth_cmd_buffer *iob; local
2199 struct qeth_cmd_buffer *iob; local
3554 struct qeth_cmd_buffer *iob; local
4790 qeth_send_ipa_arp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
4806 qeth_send_ipa_snmp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
4836 struct qeth_cmd_buffer *iob; local
4951 struct qeth_cmd_buffer *iob; local
4971 struct qeth_cmd_buffer *iob; local
5046 struct qeth_cmd_buffer *iob; local
5088 struct qeth_cmd_buffer *iob; local
5430 struct qeth_cmd_buffer *iob; local
5527 struct qeth_cmd_buffer *iob; local
5612 struct qeth_cmd_buffer *iob; local
5881 struct qeth_cmd_buffer *iob; local
6075 struct qeth_cmd_buffer *iob; local
6089 struct qeth_cmd_buffer *iob; local
6127 struct qeth_cmd_buffer *iob; local
6641 struct qeth_cmd_buffer *iob; local
6675 struct qeth_cmd_buffer *iob; local
6696 struct qeth_cmd_buffer *iob; local
6814 struct qeth_cmd_buffer *iob; local
6880 struct qeth_cmd_buffer *iob; local
6898 struct qeth_cmd_buffer *iob; local
6915 qeth_send_setassparms(struct qeth_card *card, struct qeth_cmd_buffer *iob, __u16 len, long data, int (*reply_cb) (struct qeth_card *,struct qeth_reply *,unsigned long), void *reply_param) argument
6943 struct qeth_cmd_buffer *iob; local
6961 struct qeth_cmd_buffer *iob; local
7321 struct qeth_cmd_buffer *iob; local
7541 struct qeth_cmd_buffer *iob; local
7696 struct qeth_cmd_buffer *iob; local
[all...]
H A Dlcs.c120 channel->iob[cnt].data =
122 if (channel->iob[cnt].data == NULL)
124 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY;
130 kfree(channel->iob[cnt].data);
146 kfree(channel->iob[cnt].data);
147 channel->iob[cnt].data = NULL;
236 (__u32) __pa(card->read.iob[cnt].data);
238 card->read.iob[cnt].data)->offset = LCS_ILLEGAL_OFFSET;
239 card->read.iob[cnt].callback = lcs_get_frames_cb;
240 card->read.iob[cn
1455 struct lcs_buffer *iob; local
[all...]
H A Dlcs.h270 struct lcs_buffer iob[LCS_NUM_BUFFS]; member in struct:lcs_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c788 struct afs_iob iob; local
796 iob.in_size = 0;
797 iob.out_size = MAXSIZE;
798 iob.in = iob.out = space;
801 (char *)&iob, 0);
878 struct afs_iob iob; local
945 iob.in = acl_string;
946 iob.in_size = 1+strlen(iob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/atlas/
H A Datlas_int.c53 iob();
59 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Drm9k_wdt.c130 iob();
144 iob();
157 iob();
175 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_prom.c96 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-bonito64.c99 iob(); /* sync */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/malta/
H A Dmalta_int.c78 iob(); /* sync */
81 iob(); /* sync */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dscc_epci.c44 #define iob() __asm__ __volatile__("eieio; sync":::"memory") macro
86 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ddz.c635 iob();
670 iob();
682 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r3k.c302 iob();
H A Dc-tx39.c64 iob();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddec_esp.c576 iob();
594 iob();
H A DNCR53C9x.h147 #define esp_write(__reg, __val) do{(__reg) = (__val); iob();} while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddeclance.c300 iob();
382 iob();
516 iob();

Completed in 852 milliseconds

12