Searched refs:txp (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-rs5c348.c66 u8 txbuf[5+7], *txp; local
70 txp = txbuf;
76 txp = &txbuf[5];
77 txp[RS5C348_REG_SECS] = BIN2BCD(tm->tm_sec);
78 txp[RS5C348_REG_MINS] = BIN2BCD(tm->tm_min);
80 txp[RS5C348_REG_HOURS] = BIN2BCD(tm->tm_hour);
83 txp[RS5C348_REG_HOURS] = BIN2BCD((tm->tm_hour + 11) % 12 + 1) |
86 txp[RS5C348_REG_WDAY] = BIN2BCD(tm->tm_wday);
87 txp[RS5C348_REG_DAY] = BIN2BCD(tm->tm_mday);
88 txp[RS5C348_REG_MONT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dmisc.c669 asmlinkage int solaris_ntp_adjtime(struct sol_timex __user *txp) argument
677 ret = get_user (t.modes, &txp->modes);
678 ret |= __get_user (t.offset, &txp->offset);
679 ret |= __get_user (t.freq, &txp->freq);
680 ret |= __get_user (t.maxerror, &txp->maxerror);
681 ret |= __get_user (t.esterror, &txp->esterror);
682 ret |= __get_user (t.status, &txp->status);
683 ret |= __get_user (t.constant, &txp->constant);
689 err = put_user (t.offset, &txp->offset);
690 err |= __put_user (t.freq, &txp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c99 void **txp; /* pointer to parallel array of pointers to packets */ member in struct:dma_info
691 if ((di->txp = MALLOC(osh, size)) == NULL) {
696 bzero(di->txp, size);
897 if (di->txp)
898 MFREE(di->osh, (void *)di->txp, (di->ntxd * sizeof(void *)));
1444 if (di->txp[i])
1445 return (di->txp[i]);
1455 void *txp = NULL; local
1501 txp = di->txp[
2319 void *txp; local
3086 void *txp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Ddonauboe.c722 int txp; local
727 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;
728 if (self->ring->tx[txp].control & OBOE_CTL_TX_HW_OWNS)
1175 int txp, txpc; local
1178 txp = self->txpending;
1187 ,irqstat,txp,self->txpending);
1189 txp = INB (OBOE_TXSLOT) & OBOE_SLOT_MASK;
1192 if (self->ring->tx[txp].control & OBOE_CTL_TX_HW_OWNS)
1194 txpc = txp;
1198 txp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dhostcmd.h636 struct cmd_ds_802_11_rf_tx_power txp; member in union:cmd_ds_command::__anon6135
H A Dcmdresp.c378 struct cmd_ds_802_11_rf_tx_power *rtp = &resp->params.txp;
H A Dcmd.c520 struct cmd_ds_802_11_rf_tx_power *prtp = &cmd->params.txp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c4287 struct tx_ring_info *txp; local
4291 txp = &tp->tx_buffers[i];
4292 skb = txp->skb;
4300 pci_unmap_addr(txp, mapping),
4303 txp->skb = NULL;
4308 txp = &tp->tx_buffers[i & (TG3_TX_RING_SIZE - 1)];
4310 pci_unmap_addr(txp, mapping),

Completed in 118 milliseconds