Searched refs:channel (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dscc.h81 int channel; member in struct:scc_port
604 unsigned char *_scc_shadow = &scc_shadow[port->channel][0]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dqd65xx.c9 * Version 0.04 Added second channel tuning
12 * Version 0.07 Second channel bug fix
20 * To enable second channel tuning (qd6580 only), use "ide1=autotune"
79 * bit 0 : 1 = Only primary port enabled : channel 0 for hda, channel 1 for hdb
80 * 0 = Primary and Secondary ports enabled : channel 0 for hda & hdb
81 * channel 1 for hdc & hdd
296 if (!HWIF(drive)->channel && drive->media != ide_disk) {
425 ide_hwifs[i].channel = i;
H A Dide-probe.c116 if (HWIF(drive)->channel == 1 && HWIF(drive)->chipset == ide_pdc4030) {
516 (hwif->chipset != ide_pdc4030 || hwif->channel == 0) &&
836 hwif->drives[unit].dn = ((hwif->channel ? 2 : 0) + unit);
838 (hwif->channel && hwif->mate) ?
840 hwif->channel, unit, hwif->drives[unit].lun);
H A Daec62xx.c267 byte ultra_pci = hwif->channel ? 0x45 : 0x44;
545 byte mask = hwif->channel ? 0x02 : 0x01;
577 pci_write_config_byte(hwif->pci_dev, 0x54, reg54h & ~(hwif->channel ? 0xF0 : 0x0F));
H A Dide-dma.c771 if ((hwif->dma_extra) && (hwif->channel == 0))
834 dma_base = hwif->mate->dma_base - (hwif->channel ? 0 : 8);
865 dma_base += hwif->channel ? 8 : 0;
H A Dpiix.c284 byte maslave = hwif->channel ? 0x42 : 0x40;
494 * It does not specify device detection, but channel!!!
500 byte mask = hwif->channel ? 0xc0 : 0x30;
514 hwif->irq = hwif->channel ? 15 : 14;
H A Dpdc4030.c20 * on second channel are read-only.
21 * Version 0.02 Writes working on second channel, reads on both
106 number = (HWIF(drive)->channel << 1) + drive->select.b.unit;
233 hwif2->channel = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Ddmascc.c67 /* Number of buffers per channel */
222 int channel; member in struct:scc_priv
561 priv->channel = i;
714 /* Request IRQ if not already used by other channel */
744 /* Reset channel */
745 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV);
819 ~(priv->channel ? TWIN_EXTCLKB : TWIN_EXTCLKA)),
826 (priv->channel ? TWIN_EXTCLKB : TWIN_EXTCLKA)),
834 (priv->channel ? TWIN_DTRB_ON : TWIN_DTRA_ON)),
859 (priv->channel
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/
H A Dpppol2tp.c71 struct channel pppol2tp_channel;
494 struct channel pppol2tp_channel = {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/
H A Dpppol2tp.c71 struct channel pppol2tp_channel;
488 struct channel pppol2tp_channel = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Damdtp.c27 * output to an IEEE1394 isochronous channel. The signal destination
64 * things that can't be controlled through ALSA (iso channel).
670 * channel status info bit. */
875 HPSB_INFO("plug update: p2p_count=%d, channel=%d",
876 plug->p2p_count, plug->channel);
877 s->iso_channel = plug->channel;
977 s->iso_channel = s->opcr->channel;
981 if (cfg->u.channel >= 0 && cfg->u.channel < 64)
982 s->iso_channel = cfg->u.channel;
[all...]
H A Dieee1394_transactions.c126 void fill_iso_packet(struct hpsb_packet *packet, int length, int channel, argument
129 packet->header[0] = (length << 16) | (tag << 14) | (channel << 8)
/asus-wl-520gu-7.0.1.45/src/include/proto/
H A D802.11.h313 * 1 = above control channel
314 * 3 = below control channel
315 * 0 = no extension channel
336 #define DOT11_EXT_CH_MASK 0x03 /* extension channel mask */
352 uint8 channel; /* channel switch to */ member in struct:dot11_channel_switch
366 dot11_brcm_extch_ie_t extch_ie; /* extension channel offset */
375 uint8 channel; /* channel switch to */ member in struct:dot11_ext_csa
379 #define DOT11_EXT_CSA_IE_LEN 4 /* length of extended channel switc
414 uint8 channel; member in struct:dot11_meas_req
432 uint8 channel; member in struct:dot11_meas_rep::__anon216::__anon217
446 uint8 channel; member in struct:dot11_meas_rep_basic
465 uint8 channel; member in struct:chan_map_tuple
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_common.c318 isdn_receive_skb_callback(int di, int channel, struct sk_buff *skb) argument
322 if ((i = isdn_dc2minor(di, channel)) == -1) {
345 /* No network-device found, deliver to tty or raw-channel */
347 if (isdn_tty_rcv_skb(i, di, channel, skb))
349 wake_up_interruptible(&dev->drv[di]->rcv_waitq[channel]);
596 /* Find any net-device, waiting for D-channel setup */
600 /* Find any ttyI, waiting for D-channel setup */
637 /* Signal B-channel-connect to network-devices */
793 isdn_readbchan(int di, int channel, u_char * buf, u_char * fp, int len, wait_queue_head_t *sleep) argument
804 if (skb_queue_empty(&dev->drv[di]->rpqueue[channel])) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Deicon_mod.c115 find_channel(eicon_card *card, int channel) argument
117 if ((channel >= 0) && (channel < card->nchannels))
118 return &(card->bch[channel]);
119 eicon_log(card, 1, "eicon: Invalid channel %d\n", channel);
460 eicon_log(card, 1, "Dial on channel %d with state %d\n",
640 if_writecmd(const u_char * buf, int len, int user, int id, int channel) argument
646 if_readstatus(u_char * buf, int len, int user, int id, int channel) argument
700 if_sendbuf(int id, int channel, in argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/
H A Dupnp_tv_device.c772 * Change the channel, update the TvDevice control service
791 int channel = 0; local
801 channel = atoi( value );
803 if( channel < MIN_CHANNEL || channel > MAX_CHANNEL ) {
806 SampleUtil_Print( "error: can't change to channel %d\n", channel );
812 Vendor-specific code to set the channel goes here
840 * Increment the channel. Read the current channel fro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dcs46xx.c207 /* An instance of the 4610 channel */
237 /* "software" or virtual channel, an instance of opened /dev/dsp */
249 /* virtual channel number */
257 /* hardware channel */
258 struct cs_channel *channel; member in struct:cs_state::dmabuf
306 struct cs_channel channel[2]; member in struct:cs_card
312 /* The cs461x has a certain amount of cross channel interaction
651 if(card->channel[1].used==1)
653 card->channel[1].used=1;
654 card->channel[
667 cs_free_pcm_channel(struct cs_card *card, int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dhead.S167 .long 0x02000370,0x60000050 # the channel program the PSW
210 chi %r0,8 # channel end ?
212 chi %r0,12 # channel end + device end ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dhead.S167 .long 0x02000370,0x60000050 # the channel program the PSW
210 chi %r0,8 # channel end ?
212 chi %r0,12 # channel end + device end ?
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmegaraid.h560 u8 channel; /* if islogical == 0 */ member in struct:mega_passthru
586 u8 channel; /* if islogical == 0 */ member in struct:__anon2503
634 /* 0x2 */ u8 channel; member in struct:_mega_ioctl_mbox
H A Dscsi.h552 unsigned int id, lun, channel; member in struct:scsi_device
711 unsigned int channel; member in struct:scsi_cmnd
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwinbindd_util.c918 time_t *pass_last_set_time, uint32 *channel)
936 *channel = SEC_CHAN_DOMAIN;
948 pass_last_set_time, channel) )
917 get_trust_pw(const char *domain, uint8 ret_pwd[16], time_t *pass_last_set_time, uint32 *channel) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmyri_sbus.c139 struct myri_channel *chan = &shmem->channel;
226 if (sbus_readl(&shmem->channel.state) != STATE_READY)
548 struct myri_channel *chan = &mp->shmem->channel;
1011 mp->rqack = &mp->shmem->channel.recvqa;
1012 mp->rq = &mp->shmem->channel.recvq;
1013 mp->sq = &mp->shmem->channel.sendq;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Diplfba.S10 # The CCWs on 8-23 are used as a continuation of the implicit ipl channel
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Diplfba.S10 # The CCWs on 8-23 are used as a continuation of the implicit ipl channel

Completed in 166 milliseconds

1234567891011>>