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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A DMakefile4 obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o
H A Dqe.c32 #include <asm/qe.h>
66 struct device_node *qe; local
71 qe = of_find_node_by_type(NULL, "qe");
72 if (qe) {
74 const void *prop = of_get_property(qe, "reg", &size);
75 qebase = of_translate_address(qe, prop);
76 of_node_put(qe);
154 struct device_node *qe; local
158 qe
[all...]
H A Ducc.c25 #include <asm/qe.h>
H A Ducc_slow.c25 #include <asm/qe.h>
H A Ducc_fast.c25 #include <asm/qe.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dmsgqueue.c58 msgq->qe = NULL;
85 struct msgqueue_entry *mq = msgq->qe;
88 for (mq = msgq->qe; mq; mq = mq->next)
105 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--);
136 mqp = &msgq->qe;
155 for (mq = msgq->qe; mq; mq = mqnext) {
159 msgq->qe = NULL;
H A Dmsgqueue.h29 struct msgqueue_entry *qe; member in struct:__anon6482
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunqe.c465 * so we just run through each qe and check to see who is signaling
671 /* Program the qe with the new filter value. */
836 struct sunqe *qe; local
849 qe = netdev_priv(dev);
860 qe->channel = i;
861 spin_lock_init(&qe->lock);
868 qecp->qes[qe->channel] = qe;
869 qe->dev = dev;
870 qe
[all...]
H A Ducc_geth.h26 #include <asm/qe.h>
H A Ducc_geth.c37 #include <asm/qe.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.c566 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) argument
580 if (qe != cqe) {
581 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
611 struct FS_QENTRY *qe; local
613 qe = get_qentry (dev, q);
614 qe->cmd = cmd;
615 qe->p0 = p1;
616 qe->p1 = p2;
617 qe->p2 = p3;
618 submit_qentry (dev, q, qe);
638 struct FS_QENTRY *qe; local
665 struct FS_QENTRY *qe; local
734 struct FS_QENTRY *qe; local
1360 struct FS_BPENTRY *qe, *ne; local
[all...]
H A Dfirestream.h65 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.h251 u32 qe = *(u8 *) ret; local
252 if ((qe >> 7) != (queue->toggle_state & 1))
261 u32 qe = *(u8 *) ret; local
262 if ((qe >> 7) != (queue->toggle_state & 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc.h19 #include <asm/qe.h>
H A Ducc_fast.h22 #include <asm/qe.h>
H A Ducc_slow.h21 #include <asm/qe.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djdarith.c110 register INT32 qe, temp; local
152 qe = jaritab[sv & 0x7F]; /* => Qe_Value */
153 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
154 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
157 temp = e->a - qe;
163 if (e->a < qe) {
164 e->a = qe;
167 e->a = qe;
[all...]
H A Djcarith.c223 register INT32 qe, temp; local
230 qe = jaritab[sv & 0x7F]; /* => Qe_Value */
231 nl = qe & 0xFF; qe >>= 8; /* Next_Index_LPS + Switch_MPS */
232 nm = qe & 0xFF; qe >>= 8; /* Next_Index_MPS */
235 e->a -= qe;
238 if (e->a >= qe) {
239 /* If the interval size (qe) for the less probable symbol (LPS)
244 e->a = qe;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c23 #include <asm/qe.h>
77 { .type = "qe", },
H A Dmpc832x_mds.c40 #include <asm/qe.h>
113 { .type = "qe", },
H A Dmpc836x_mds.c46 #include <asm/qe.h>
120 { .type = "qe", },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_qmr.h276 u32 qe = *(u8*)retvalue; local
277 if ((qe >> 7) == (queue->toggle_state & 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c49 #include <asm/qe.h>
109 if ((np = of_find_node_by_name(NULL, "qe")) != NULL) {
149 { .type = "qe", },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2366 qe -
2592 set names { -queueextent queueextent QUEUEEXTENT qe qamext \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c12323 char *qs, *qe; local
12326 qe = strchr(p+1, '\"');
12327 if (qe == NULL) {
12335 *qe = '\0';
12336 memmove(qs, qs+1, (int)(qe-qs));
12338 p = qe+1;

Completed in 352 milliseconds