Searched refs:intreq (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Damiints.c92 amiga_custom.intreq = 0x7fff;
126 amiga_custom.intreq = IF_TBE;
132 amiga_custom.intreq = IF_DSKBLK;
138 amiga_custom.intreq = IF_SOFT;
150 amiga_custom.intreq = IF_BLIT;
156 amiga_custom.intreq = IF_COPER;
162 amiga_custom.intreq = IF_VERTB;
174 amiga_custom.intreq = IF_AUD0;
180 amiga_custom.intreq = IF_AUD1;
186 amiga_custom.intreq
[all...]
H A Dcia.c60 amiga_custom.intreq = IF_SETCLR | base->int_mask;
81 amiga_custom.intreq = IF_SETCLR | base->int_mask;
93 amiga_custom.intreq = base->int_mask;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Damipcmcia.h34 return (gayle.intreq);
37 static inline void pcmcia_ack_int(u_char intreq) argument
39 gayle.intreq = 0xf8;
H A Damigayle.h42 u_char intreq; member in struct:GAYLE
H A Damigahw.h180 unsigned short intreq; member in struct:CUSTOM
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-microdev/
H A Dirq.c152 volatile unsigned int * const intreq = (unsigned int*)MICRODEV_FPGA_INTREQ_REG; local
158 printk("FPGA_INTREQ = 0x%08x\n", *intreq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c188 custom.intreq = IF_TBE;
210 custom.intreq = IF_SETCLR | IF_TBE;
262 custom.intreq = IF_RBF;
339 custom.intreq = IF_TBE;
431 custom.intreq = IF_SETCLR | IF_TBE;
446 custom.intreq = IF_TBE;
574 custom.intreq = IF_RBF;
883 custom.intreq = IF_SETCLR | IF_TBE;
930 custom.intreq = IF_SETCLR | IF_TBE;
990 custom.intreq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dasm-offsets.c102 DEFINE(C_INTREQ, offsetof(struct CUSTOM, intreq));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c339 struct usb_request *intreq; // For interrupt responses member in struct:fsg_dev
2095 fsg->intreq->length = CBI_INTERRUPT_DATA_LEN;
2098 fsg->intreq->buf = bh->inreq->buf;
2099 fsg->intreq->context = bh;
2100 start_transfer(fsg, fsg->intr_in, fsg->intreq,
2602 usb_ep_dequeue(fsg->intr_in, fsg->intreq);
2668 if (fsg->intreq) {
2669 usb_ep_free_request(fsg->intr_in, fsg->intreq);
2670 fsg->intreq = NULL;
2730 if ((rc = alloc_request(fsg, fsg->intr_in, &fsg->intreq)) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Damifb.c3586 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq);

Completed in 343 milliseconds