Searched refs:iop (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/7300/
H A Dio.c17 struct iop { struct
20 struct iop *(*check) (struct iop * p, unsigned long port);
21 unsigned char (*inb) (struct iop * p, unsigned long port);
22 unsigned short (*inw) (struct iop * p, unsigned long port);
23 void (*outb) (struct iop * p, unsigned char value, unsigned long port);
24 void (*outw) (struct iop * p, unsigned short value, unsigned long port);
27 struct iop *
28 simple_check(struct iop *p, unsigned long port)
36 struct iop *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/73180/
H A Dio.c17 struct iop { struct
20 struct iop *(*check) (struct iop * p, unsigned long port);
21 unsigned char (*inb) (struct iop * p, unsigned long port);
22 unsigned short (*inw) (struct iop * p, unsigned long port);
23 void (*outb) (struct iop * p, unsigned char value, unsigned long port);
24 void (*outw) (struct iop * p, unsigned short value, unsigned long port);
27 struct iop *
28 simple_check(struct iop *p, unsigned long port)
36 struct iop *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/7343/
H A Dio.c13 struct iop { struct
16 struct iop *(*check) (struct iop * p, unsigned long port);
17 unsigned char (*inb) (struct iop * p, unsigned long port);
18 unsigned short (*inw) (struct iop * p, unsigned long port);
19 void (*outb) (struct iop * p, unsigned char value, unsigned long port);
20 void (*outw) (struct iop * p, unsigned short value, unsigned long port);
23 struct iop *
24 simple_check(struct iop *p, unsigned long port)
39 struct iop *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mac/
H A Diop.c163 static __inline__ void iop_loadaddr(volatile struct mac_iop *iop, __u16 addr) argument
165 iop->ram_addr_lo = addr;
166 iop->ram_addr_hi = addr >> 8;
169 static __inline__ __u8 iop_readb(volatile struct mac_iop *iop, __u16 addr) argument
171 iop->ram_addr_lo = addr;
172 iop->ram_addr_hi = addr >> 8;
173 return iop->ram_data;
176 static __inline__ void iop_writeb(volatile struct mac_iop *iop, __u16 addr, __u8 data) argument
178 iop->ram_addr_lo = addr;
179 iop
183 iop_stop(volatile struct mac_iop *iop) argument
188 iop_start(volatile struct mac_iop *iop) argument
193 iop_bypass(volatile struct mac_iop *iop) argument
198 iop_interrupt(volatile struct mac_iop *iop) argument
203 iop_alive(volatile struct mac_iop *iop) argument
386 volatile struct mac_iop *iop = iop_base[msg->iop_num]; local
407 volatile struct mac_iop *iop = iop_base[iop_num]; local
440 volatile struct mac_iop *iop = iop_base[iop_num]; local
585 volatile struct mac_iop *iop = iop_base[iop_num]; local
652 volatile struct mac_iop *iop = iop_base[iop_num]; local
[all...]
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/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dtargetos.h56 #define ADDR(a) (smc->hw.iop+(a))
58 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ? 0x80:0)) )) : (smc->hw.iop+(((a)&0x7F)|((a)>>7 ? 0x80:0))))
H A Dskfbi.h27 #define ADDR(a) ((a)+smc->hw.iop)
28 #define ADDRS(smc,a) ((a)+(smc)->hw.iop)
112 #define FM_A(a) (FMA(a)+smc->hw.iop) /* FORMAC Plus physical addr */
113 #define P1_A(a) (P1A(a)+smc->hw.iop) /* PLC1 (r/w) */
114 #define P2_A(a) (P2A(a)+smc->hw.iop) /* PLC2 (r/w) */
115 #define TI_A(a) (TIA(a)+smc->hw.iop) /* Timer (r/w) */
116 #define PR_A(a) (PRA(a)+smc->hw.iop) /* config. PROM */
117 #define C0_A(a) (C0A(a)+smc->hw.iop) /* config. RAM */
118 #define C1_A(a) (C1A(a)+smc->hw.iop) /* config. RAM */
119 #define C2_A(a) (C2A(a)+smc->hw.iop) /* confi
[all...]
H A Dtargethw.h69 HW_PTR iop ; /* IO base address */ member in struct:s_smt_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.c51 static inline void hptiop_pci_posting_flush(struct hpt_iopmu __iomem *iop) argument
53 readl(&iop->outbound_intstatus);
56 static int iop_wait_ready(struct hpt_iopmu __iomem *iop, u32 millisec) argument
62 req = readl(&iop->inbound_queue);
69 writel(req, &iop->outbound_queue);
70 hptiop_pci_posting_flush(iop);
90 while ((req = readl(&hba->iop->outbound_queue)) != IOPMU_QUEUE_EMPTY) {
98 ((char __iomem *)hba->iop + req);
114 struct hpt_iopmu __iomem *iop = hba->iop; local
246 struct hpt_iopmu __iomem *iop = hba->iop; local
866 struct hpt_iopmu __iomem *iop = hba->iop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A DMakefile8 i2o_core-y += iop.o driver.o device.o debug.o pci.o exec-osm.o
H A Dbus-osm.c44 msg = i2o_msg_get_wait(dev->iop, I2O_TIMEOUT_MESSAGE_GET);
53 return i2o_msg_post_wait(dev->iop, msg, 60);
H A Di2o_config.c106 c = i2o_find_iop(kcmd.iop);
143 c = i2o_find_iop(kcmd.iop);
181 c = i2o_find_iop(kcmd.iop);
255 c = i2o_find_iop(kxfer.iop);
334 c = i2o_find_iop(kxfer.iop);
398 c = i2o_find_iop(kxfer.iop);
429 int iop = (int)arg; local
433 c = i2o_find_iop(iop);
443 cpu_to_le32(I2O_CMD_CONFIG_VALIDATE << 24 | HOST_TID << 12 | iop);
470 c = i2o_find_iop(kdesc.iop);
542 unsigned int iop; local
785 unsigned int iop; local
[all...]
H A Ddevice.c40 msg = i2o_msg_get_wait(dev->iop, I2O_TIMEOUT_MESSAGE_GET);
49 return i2o_msg_post_wait(dev->iop, msg, 60);
235 i2o_dev->iop = c;
245 tmp = i2o_iop_find_device(i2o_dev->iop, i2o_dev->lct_data.user_tid);
258 tmp = i2o_iop_find_device(i2o_dev->iop, i2o_dev->lct_data.parent_tid);
292 struct i2o_controller *c = i2o_dev->iop;
435 struct i2o_controller *c = i2o_dev->iop;
H A Di2o_scsi.c81 struct i2o_controller *iop; /* pointer to the I2O controller */ member in struct:i2o_scsi_host
141 i2o_shost->iop = c;
184 struct i2o_controller *c = i2o_dev->iop;
215 struct i2o_controller *c = i2o_dev->iop;
327 return hostdata->iop->name;
535 c = i2o_dev->iop;
561 /* DATA OUT (iop-->dev) */
567 /* DATA IN (iop<--dev) */
679 c = i2o_dev->iop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c325 struct iocblk *iop; local
350 iop = (struct iocblk *) mp->b_rptr;
352 switch (iop->ioc_cmd) {
356 if (iop->ioc_count != 2 * sizeof(int))
377 iop->ioc_count = sizeof(int);
386 if (iop->ioc_count != 2)
399 iop->ioc_count = 0;
404 if (iop->ioc_count <= 0)
412 if (len > iop->ioc_count)
413 len = iop
740 struct iocblk *iop; local
[all...]
H A Dppp_ahdlc.c353 struct iocblk *iop; local
376 iop = (struct iocblk *) mp->b_rptr;
378 switch (iop->ioc_cmd) {
380 if ((iop->ioc_count < sizeof(u_int32_t)) ||
381 (iop->ioc_count > sizeof(ext_accm))) {
392 iop->ioc_count);
398 iop->ioc_count = 0;
403 if (iop->ioc_count != sizeof(u_int32_t))
417 iop->ioc_count = 0;
438 iop
[all...]
H A Dppp.c596 struct iocblk *iop; local
656 iop = (struct iocblk *) mp->b_rptr;
660 us->mn, iop->ioc_cmd, iop->ioc_count);
661 switch (iop->ioc_cmd) {
686 iop->ioc_count = 0;
723 iop->ioc_count = 0;
748 iop->ioc_count = sizeof(int);
757 if (iop->ioc_count != sizeof(int) || us->ppa != 0)
770 iop
1814 struct iocblk *iop; local
2230 struct iocblk *iop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c325 struct iocblk *iop; local
350 iop = (struct iocblk *) mp->b_rptr;
352 switch (iop->ioc_cmd) {
356 if (iop->ioc_count != 2 * sizeof(int))
377 iop->ioc_count = sizeof(int);
386 if (iop->ioc_count != 2)
399 iop->ioc_count = 0;
404 if (iop->ioc_count <= 0)
412 if (len > iop->ioc_count)
413 len = iop
740 struct iocblk *iop; local
[all...]
H A Dppp_ahdlc.c352 struct iocblk *iop; local
375 iop = (struct iocblk *) mp->b_rptr;
377 switch (iop->ioc_cmd) {
379 if ((iop->ioc_count < sizeof(u_int32_t)) ||
380 (iop->ioc_count > sizeof(ext_accm))) {
389 iop->ioc_count);
393 iop->ioc_count = 0;
398 if (iop->ioc_count != sizeof(u_int32_t))
408 iop->ioc_count = 0;
425 iop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o-dev.h49 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru32
54 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_passthru
59 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_hrtlct
65 unsigned int iop; /* IOP unit number */ member in struct:i2o_cmd_psetget
74 unsigned int iop; /* IOP unit number */ member in struct:i2o_sw_xfer
85 unsigned int iop; /* IOP unit number */ member in struct:i2o_html
97 unsigned int iop; member in struct:i2o_evt_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Diop_fw_load.c15 #include <asm/arch/hwregs/iop/iop_reg_space.h>
16 #include <asm/arch/hwregs/iop/iop_mpu_macros.h>
17 #include <asm/arch/hwregs/iop/iop_mpu_defs.h>
18 #include <asm/arch/hwregs/iop/iop_spu_defs.h>
19 #include <asm/arch/hwregs/iop/iop_sw_cpu_defs.h>
24 { .bus_id = "iop-spu0", },
25 { .bus_id = "iop-spu1", },
29 .bus_id = "iop-mpu",
196 kobject_set_name(&iop_spu_device[0].kobj, "iop-spu0");
199 kobject_set_name(&iop_spu_device[1].kobj, "iop
[all...]
H A Dcryptocop.c156 struct cryptocop_int_operation *iop; member in struct:cryptocop_prio_job
228 static void delete_internal_operation(struct cryptocop_int_operation *iop);
241 static void print_dma_descriptors(struct cryptocop_int_operation *iop);
1350 static void delete_internal_operation(struct cryptocop_int_operation *iop) argument
1352 void *ptr = iop->alloc_ptr;
1353 struct cryptocop_dma_desc *cd = iop->cdesc_out;
1356 DEBUG(printk("delete_internal_operation: iop=0x%p, alloc_ptr=0x%p\n", iop, ptr));
1363 cd = iop->cdesc_in;
1616 DEBUG(printk("cryptocop_free_session: pj=0x%p, pj->oper=0x%p, pj->iop
3132 print_dma_descriptors(struct cryptocop_int_operation *iop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dmarb_bp_defs.h115 unsigned int iop : 1; member in struct:__anon8564
162 unsigned int iop : 1; member in struct:__anon8567
182 unsigned int iop : 1; member in struct:__anon8568
H A Dmarb_defs.h170 unsigned int iop : 1; member in struct:__anon8577
191 unsigned int iop : 1; member in struct:__anon8578
211 unsigned int iop : 1; member in struct:__anon8579
385 unsigned int iop : 1; member in struct:__anon8583
432 unsigned int iop : 1; member in struct:__anon8586
452 unsigned int iop : 1; member in struct:__anon8587
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_wildfire.c184 wildfire_iop *iop; local
261 iop = WILDFIRE_iop(soft_qbb);
265 if ((iop->iop_hose[i].init.csr & 1) == 1 &&
554 wildfire_iop *iop = WILDFIRE_iop(qbbno);
557 printk(KERN_ERR "IOP registers for QBB %d (%p)\n", qbbno, iop);
559 printk(KERN_ERR " IOA_CONFIG: 0x%16lx\n", iop->ioa_config.csr);
560 printk(KERN_ERR " IOD_CONFIG: 0x%16lx\n", iop->iod_config.csr);
562 iop->iop_switch_credits.csr);
564 iop->iop_hose_credits.csr);
568 i, iop
553 wildfire_iop *iop = WILDFIRE_iop(qbbno); local
[all...]

Completed in 427 milliseconds

12