Searched refs:channel (Results 76 - 100 of 359) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/audio/
H A Damd7930.c19 * which provide mono-channel audio at 8K samples per second via either
22 * which performs basic D channel LAPD processing and provides raw
23 * B channel data. The digital audio channel, the two ISDN B channels,
35 * D channel transmission is performed by passing the hardware driver the
40 * D channel reception is quite simple, mainly because of:
41 * 1) the slow speed of the D channel - 16 kbps, and
43 * to buffer the D channel data on the chip
51 * B channel processing is more complex, because of:
56 * The HiSax driver can put each B channel int
483 transceive_Bchannel(struct amd7930_channel *channel, unsigned long reg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dhfc_2bds0.c228 cip = HFCB_FIFO | HFCB_FIFO_OUT | HFCB_REC | HFCB_CHANNEL(bcs->channel);
239 cip = HFCB_FIFO | HFCB_FIFO_OUT | HFCB_REC | HFCB_CHANNEL(bcs->channel);
252 cip = HFCB_FIFO | HFCB_FIFO_OUT | HFCB_REC | HFCB_CHANNEL(bcs->channel);
266 printk(KERN_WARNING "HFC FIFO channel %d BUSY Error\n", bcs->channel);
280 bcs->channel, chksum, stat);
296 HFCB_REC | HFCB_CHANNEL(bcs->channel));
318 SelFiFo(cs, HFCB_SEND | HFCB_CHANNEL(bcs->channel));
319 cip = HFCB_FIFO | HFCB_F1 | HFCB_SEND | HFCB_CHANNEL(bcs->channel);
323 cip = HFCB_FIFO | HFCB_F2 | HFCB_SEND | HFCB_CHANNEL(bcs->channel);
853 Sel_BCS(struct IsdnCardState *cs, int channel) argument
[all...]
H A Dhisax_fcpcipnp.h31 int channel; member in struct:fritz_bcs
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_scan.c42 static int scan_scsis_single(unsigned int channel, unsigned int dev,
47 static int find_lun0_scsi_level(unsigned int channel, unsigned int dev,
303 uint channel; local
375 channel = hchannel;
376 if (channel > shpnt->max_channel)
387 lun0_sl = find_lun0_scsi_level(channel, dev, shpnt);
388 scan_scsis_single(channel, dev, lun, lun0_sl, &max_dev_lun,
427 for (channel = 0; channel <= shpnt->max_channel; channel
517 scan_scsis_single(unsigned int channel, unsigned int dev, unsigned int lun, int lun0_scsi_level, unsigned int *max_dev_lun, unsigned int *sparse_lun, Scsi_Device ** SDpnt2, struct Scsi_Host *shpnt, char *scsi_result) argument
881 find_lun0_scsi_level(unsigned int channel, unsigned int dev, struct Scsi_Host *shpnt) argument
[all...]
H A Dscsi_obsolete.c176 printk("SCSI host %d channel %d reset (pid %ld) timed out - "
178 SCpnt->host->host_no, SCpnt->channel, SCpnt->pid);
264 printk("scsi%d, channel%d : ", SCpnt->host->host_no, SCpnt->channel);
391 printk("scsi%d : channel %d target %d lun %d request sense"
393 SCpnt->host->host_no, SCpnt->channel, SCpnt->target,
507 SCpnt->host->host_no, SCpnt->channel,
564 SCpnt->host->host_no, SCpnt->channel,
625 printk("scsi%d channel %d : resetting for second half of retries.\n",
626 SCpnt->host->host_no, SCpnt->channel);
839 scsi_mark_bus_reset(struct Scsi_Host *Host, int channel) argument
[all...]
H A Dhosts.h307 uint channel; member in struct:Scsi_Host_hot_queue
485 extern void scsi_report_bus_reset(struct Scsi_Host * SHpnt, int channel);
569 extern void scsi_rescan_drive(Scsi_Host_Template * tpnt, uint channel, uint id, uint lun);
570 extern void scsi_remove_drive(Scsi_Host_Template * tpnt, uint channel, uint id, uint lun);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dcomx-hw-munich.c309 struct net_device *twins[32]; /* MUNICH channel -> network interface assignment */
345 int channel; /* Munich logical channel ('channel-group' in Cisco) */ member in struct:slicecom_privdata
1040 int channel; local
1065 channel = PCM_INT_CHANNEL(int_info.all);
1066 dev = board->twins[channel];
1073 channel, int_info.all);
1111 for (channel = 0; channel < 3
1401 int i, channel; local
1890 int stat, i, channel = hw->channel; local
[all...]
H A Dcomx-hw-mixcom.c23 * - recognize the one-channel MixCOM card (id byte = 0x13)
67 (1 - MIXCOM_DATA(d)->channel) * MIXCOM_CHANNEL_OFFSET)
69 #define MIXCOM_DEV_BASE(port,channel) (port + MIXCOM_SERIAL_OFFSET + \
70 (1 - channel) * MIXCOM_CHANNEL_OFFSET)
79 char channel; member in struct:mixcom_privdata
484 if(hw->channel==1) {
487 printk(KERN_ERR "%s: channel 0 not yet initialized\n",dev->name);
494 /* Is our hw present at all ? Not checking for channel 0 if it is already
496 if(hw->channel!=0 || !(ch->init_status & IRQ_ALLOCATED)) {
507 if(hw->channel
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhighlevel.h52 /* An isochronous packet was received. Channel contains the channel
55 * for channel/host combinations you did not request. */
56 void (*iso_receive) (struct hpsb_host *host, int channel,
134 * Enable or disable receving a certain isochronous channel through the
138 unsigned int channel);
140 unsigned int channel);
H A Dhighlevel.c134 unsigned int channel)
136 if (channel > 63) {
137 HPSB_ERR("%s called with invalid channel", __FUNCTION__);
141 if (host->iso_listen_count[channel]++ == 0) {
142 host->driver->devctl(host, ISO_LISTEN_CHANNEL, channel);
147 unsigned int channel)
149 if (channel > 63) {
150 HPSB_ERR("%s called with invalid channel", __FUNCTION__);
154 if (--host->iso_listen_count[channel] == 0) {
155 host->driver->devctl(host, ISO_UNLISTEN_CHANNEL, channel);
133 hpsb_listen_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
146 hpsb_unlisten_channel(struct hpsb_highlevel *hl, struct hpsb_host *host, unsigned int channel) argument
209 int channel = (data[0] >> 8) & 0x3f; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dhorizon.c224 CBR. Each TX channel has a bucket (containing up to 31 cell units)
236 1. TX (TX channel setup and TX transfer)
244 Apart from a minor optimisation to not re-select the last channel,
250 If no TX channel is set up for this VC we wait for an idle one (if
253 At this point we have a TX channel ready for use. We wait for enough
266 TX close gets the TX lock and clears the channel from the "cache".
422 static inline void FLUSH_RX_CHANNEL (hrz_dev * dev, u16 channel) { argument
423 wr_regw (dev, RX_CHANNEL_PORT_OFF, FLUSH_CHANNEL | channel);
433 static inline void SELECT_RX_CHANNEL (hrz_dev * dev, u16 channel) { argument
434 wr_regw (dev, RX_CHANNEL_PORT_OFF, channel);
515 channel_to_vpivci(const u16 channel, short * vpi, int * vci) argument
525 vpivci_to_channel(u16 * channel, const short vpi, const int vci) argument
748 hrz_open_rx(hrz_dev * dev, u16 channel) argument
1467 u16 channel = vcc->channel; local
1536 u16 channel = vcc->channel; local
2060 u16 channel; local
2353 u16 channel = vcc->channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dpcxx.c131 static struct channel *digi_channels;
156 static void fepcmd(struct channel *, int, int, int, int, int);
168 static void receive_data(struct channel *);
169 static void pcxxparam(struct tty_struct *, struct channel *ch);
171 static inline void pcxe_sched_event(struct channel *, int);
177 static void digi_send_break(struct channel *ch, int msec);
178 static void shutdown(struct channel *);
179 static void setup_empty_event(struct tty_struct *tty, struct channel *ch);
182 static inline void globalwinon(struct channel *ch);
183 static inline void rxwinon(struct channel *c
1726 int channel, event, mstat, lstat; local
[all...]
H A Dvme_scc.c226 /* Init channel A */
228 port->channel = CHANNEL_A;
244 /* disable interrupts for this channel */
253 /* Init channel B */
255 port->channel = CHANNEL_B;
271 /* disable interrupts for this channel */
296 /* Init channel A */
298 port->channel = CHANNEL_A;
314 /* disable interrupts for this channel */
323 /* Init channel
586 unsigned channel = port->channel; local
682 unsigned channel = port->channel; local
703 unsigned cflag, baud, chsize, channel, brgval = 0; local
856 int i, channel = port->channel; local
[all...]
H A Disicom.c419 if (!(inw(base + 0x02) & (1 << port->channel))) {
423 base, port->channel + 1);
429 txcount, port->channel+1);
431 outw((port->channel << isi_card[card].shift_count) | txcount
519 unsigned char channel; local
553 channel = (header & 0x7800) >> card->shift_count;
556 printk(KERN_DEBUG "ISICOM:Intr:(0x%x:%d).\n", base, channel+1);
558 if ((channel+1) > card->port_count) {
559 printk(KERN_WARNING "ISICOM: isicom_interrupt(0x%x): %d(channel) > port_count.\n",
560 base, channel
716 unsigned short channel = port->channel, shift_count = card->shift_count; local
829 int channel; local
1097 int channel; local
1856 int card, channel, base; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dcard.h52 * Per channel status and configuration
75 bchan *channel; /* status of the B channels */ member in struct:__anon1564
H A Dinterrupt.c51 int channel; local
74 channel = (unsigned int) rcvmsg.phy_link_no;
103 pr_debug("%s: Packet Send ACK on channel %d\n", adapter[card]->devicename,
105 adapter[card]->channel[rcvmsg.phy_link_no-1].free_sendbufs++;
134 strcpy(setup.eazmsn,adapter[card]->channel[rcvmsg.phy_link_no-1].dn);
192 strcpy(adapter[card]->channel[rcvmsg.phy_link_no-1].dn,rcvmsg.msg_data.byte_array);
230 (unsigned char) channel +1,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/galileo-boards/evb64120A/
H A Ddma.h74 bool dmaCommand (DMA_ENGINE channel,unsigned int command);
75 bool isDmaChannelActive (DMA_ENGINE channel);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/galileo-boards/evb64120A/
H A Ddma.h74 bool dmaCommand (DMA_ENGINE channel,unsigned int command);
75 bool isDmaChannelActive (DMA_ENGINE channel);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/galileo-boards/evb64120A/
H A Ddma.h74 bool dmaCommand (DMA_ENGINE channel,unsigned int command);
75 bool isDmaChannelActive (DMA_ENGINE channel);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/galileo-boards/evb64120A/
H A Ddma.h74 bool dmaCommand (DMA_ENGINE channel,unsigned int command);
75 bool isDmaChannelActive (DMA_ENGINE channel);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.h73 /* Software state per channel */
109 char soft_carrier; /* Use soft carrier on this channel */
111 char kgdb_channel; /* Kgdb is running on this channel */
334 #define CHRB 0x40 /* Reset channel B */
335 #define CHRA 0x80 /* Reset channel A */
422 /* Read Register 2 (channel b only) - Interrupt vector */
456 #define ZS_CLEARERR(channel) (write_zsreg(channel, 0, ERR_RES))
457 #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \
458 garbage = read_zsdata(channel); \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.h8 /* Just one channel */
91 /* Software state per channel */
108 char soft_carrier; /* Use soft carrier on this channel */
112 char kgdb_channel; /* Kgdb is running on this channel */
298 #define CHRB 0x40 /* Reset channel B */
299 #define CHRA 0x80 /* Reset channel A */
384 /* Read Register 2 (channel b only) - Interrupt vector */
409 static inline void ZS_CLEARERR(struct sgi_zschannel *channel) argument
414 channel->control = ERR_RES;
419 static inline void ZS_CLEARFIFO(struct sgi_zschannel *channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.h72 /* Software state per channel */
110 char soft_carrier; /* Use soft carrier on this channel */
112 struct zs_hook *hook; /* Hook on this channel */
299 #define CHRB 0x40 /* Reset channel B */
300 #define CHRA 0x80 /* Reset channel A */
385 /* Read Register 2 (channel b only) - Interrupt vector */
410 #define ZS_CLEARERR(channel) (write_zsreg(channel, 0, ERR_RES))
411 #define ZS_CLEARFIFO(channel) do { volatile unsigned char garbage; \
412 garbage = read_zsdata(channel); \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c191 * Twin adapters will use indexes 0-7 for channel 0, and indexes 8-15
192 * for channel 1.
471 ahc_linux_get_device(struct ahc_softc *ahc, u_int channel,
491 ahc_linux_get_device(struct ahc_softc *ahc, u_int channel, u_int target, argument
499 if (channel != 0)
504 targ = ahc_linux_alloc_target(ahc, channel, target);
735 | (((cmd)->channel == 0) ? (ahc)->our_id : (ahc)->our_id_b) \
736 | (((cmd)->channel == 0) ? 0 : TWIN_CHNLB))
934 * Give whichever channel is the primary channel
1296 char channel; local
1465 ahc_platform_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
1901 ahc_linux_alloc_target(struct ahc_softc *ahc, u_int channel, u_int target) argument
2009 ahc_send_async(struct ahc_softc *ahc, char channel, u_int target, u_int lun, ac_code code, void *arg) argument
2992 int channel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirda_device.c590 * Setup the DMA channel. Commonly used by ISA FIR drivers
593 void setup_dma(int channel, char *buffer, int count, int mode) argument
599 disable_dma(channel);
600 clear_dma_ff(channel);
601 set_dma_mode(channel, mode);
602 set_dma_addr(channel, virt_to_bus(buffer));
603 set_dma_count(channel, count);
604 enable_dma(channel);

Completed in 156 milliseconds

1234567891011>>