Searched refs:channel (Results 1 - 25 of 359) sorted by path

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/bcm57xx/sys/
H A Dtigon3.c358 * with the other channel loading boot code.
6843 /* Deselect the channel register so we can read the PHY id later. */
8081 int i, channel; local
8138 for (channel=0; (channel<4) && (reset_success == LM_STATUS_SUCCESS);
8139 channel++)
8141 /* select channel and set TAP index to 0 */
8142 LM_WritePhy(pDevice, 0x17, (channel * 0x2000) | 0x0200);
8147 each channel, each TAP have 2 WORDs (LO/HI) */
8149 LM_WritePhy(pDevice, 0x15, pattern[channel][
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmwifi.h20 /* A chanspec holds the channel number, band, bandwidth and control sideband */
23 /* channel defines */
29 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
31 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216,
57 /* channel defines */
58 #define LOWER_20_SB(channel) ((channel > CH_10MHZ_APART) ? (channel - CH_10MHZ_APART) : 0)
59 #define UPPER_20_SB(channel) ((channel < (MAXCHANNE
[all...]
H A Dwlioctl.h56 uint8 channel; /* Channel no. */ member in struct:wl_bss_info_107
97 uint8 ctl_ch; /* 802.11N BSS control channel number */
115 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */ member in struct:chan_scandata
146 int32 nprobes; /* -1 use default, number of probes per channel */
147 int32 active_time; /* -1 use default, dwell time per channel for
150 int32 passive_time; /* -1 use default, dwell time per channel
153 int32 home_time; /* -1 use default, dwell time for the home channel
154 * between channel scans
256 uint32 channel[1]; member in struct:wl_channels_in_country
557 /* channel encodin
[all...]
/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/Documentation/cdrom/
H A Dcdrom-standard.tex851 \item[CDROMSUBCHNL] Get sub-channel data in argument $arg$ of type $struct\
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Ddma-arc.c28 static void arc_floppy_data_enable_dma(dmach_t channel, dma_t *dma) argument
64 printk ("enable_dma: dma%d not initialised\n", channel);
68 static int arc_floppy_data_get_dma_residue(dmach_t channel, dma_t *dma)
76 static void arc_floppy_cmdend_enable_dma(dmach_t channel, dma_t *dma)
94 static int arc_floppy_cmdend_get_dma_residue(dmach_t channel, dma_t *dma)
103 static void arc_disable_dma(dmach_t channel, dma_t *dma)
128 static int a5k_floppy_get_dma_residue(dmach_t channel, dma_t *dma)
135 static void a5k_floppy_enable_dma(dmach_t channel, dma_t *dma)
164 static void a5k_floppy_disable_dma(dmach_t channel, dma_t *dma)
181 static void sound_enable_disable_dma(dmach_t channel, dma_
[all...]
H A Ddma-isa.c14 * High DMA channel support & info by Hannu Savolainen and John Boyd,
54 static int isa_get_dma_residue(dmach_t channel, dma_t *dma) argument
56 unsigned int io_port = isa_dma_port[channel][ISA_DMA_COUNT];
62 return channel < 4 ? count : (count << 1);
65 static void isa_enable_dma(dmach_t channel, dma_t *dma) argument
71 mode = channel & 3;
105 outb(address >> 16, isa_dma_port[channel][ISA_DMA_PGLO]);
106 outb(address >> 24, isa_dma_port[channel][ISA_DMA_PGHI]);
108 if (channel >= 4) {
113 outb(0, isa_dma_port[channel][ISA_DMA_CLRF
130 isa_disable_dma(dmach_t channel, dma_t *dma) argument
167 int channel, i; local
[all...]
H A Ddma-rpc.c154 static int iomd_request_dma(dmach_t channel, dma_t *dma) argument
160 static void iomd_free_dma(dmach_t channel, dma_t *dma) argument
165 static void iomd_enable_dma(dmach_t channel, dma_t *dma) argument
195 static void iomd_disable_dma(dmach_t channel, dma_t *dma) argument
205 static int iomd_set_dma_speed(dmach_t channel, dma_t *dma, int cycle) argument
221 switch (channel) {
260 static void floppy_enable_dma(dmach_t channel, dma_t *dma) argument
290 static void floppy_disable_dma(dmach_t channel, dma_t *dma) argument
296 static int floppy_get_residue(dmach_t channel, dma_t *dma) argument
313 static void sound_enable_disable_dma(dmach_t channel, dma_ argument
[all...]
H A Ddma.c49 * Request DMA channel
53 int request_dma(dmach_t channel, const char *device_id) argument
55 dma_t *dma = dma_chan + channel;
58 if (channel >= MAX_DMA_CHANNELS || !dma->d_ops)
70 ret = dma->d_ops->request(channel, dma);
78 printk(KERN_ERR "dma: trying to allocate DMA%d\n", channel);
86 * Free DMA channel
90 void free_dma(dmach_t channel) argument
92 dma_t *dma = dma_chan + channel;
94 if (channel >
118 set_dma_sg(dmach_t channel, struct scatterlist *sg, int nr_sg) argument
132 set_dma_addr(dmach_t channel, unsigned long physaddr) argument
151 set_dma_count(dmach_t channel, unsigned long count) argument
168 set_dma_mode(dmach_t channel, dmamode_t mode) argument
182 enable_dma(dmach_t channel) argument
202 disable_dma(dmach_t channel) argument
220 set_dma_page(dmach_t channel, char pagenr) argument
225 set_dma_speed(dmach_t channel, int cycle_ns) argument
235 get_dma_residue(dmach_t channel) argument
253 request_dma(dmach_t channel, const char *device_id) argument
258 get_dma_residue(dmach_t channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Ddma-sa1100.c245 int sa1100_request_dma (dmach_t * channel, const char *device_id, argument
252 *channel = -1; /* to be sure we catch the freeing of a misregistered channel */
280 "%s: unable to request IRQ %d for DMA channel\n",
285 *channel = dma - dma_chan;
301 int sa1100_dma_set_callback(dmach_t channel, dma_callback_t cb) argument
303 sa1100_dma_t *dma = &dma_chan[channel];
305 if ((unsigned)channel >= MAX_SA1100_DMA_CHANNELS || !dma->in_use)
314 int sa1100_dma_set_spin(dmach_t channel, dma_addr_t addr, int size) argument
316 sa1100_dma_t *dma = &dma_chan[channel];
333 sa1100_dma_queue_buffer(dmach_t channel, void *buf_id, dma_addr_t data, int size) argument
368 sa1100_dma_get_current(dmach_t channel, void **buf_id, dma_addr_t *addr) argument
432 sa1100_dma_stop(dmach_t channel) argument
469 sa1100_dma_resume(dmach_t channel) argument
490 sa1100_dma_flush_all(dmach_t channel) argument
522 sa1100_free_dma(dmach_t channel) argument
563 sa1100_dma_sleep(dmach_t channel) argument
587 sa1100_dma_wakeup(dmach_t channel) argument
622 int channel; local
[all...]
H A Ddma-sa1111.c50 void sa1111_reset_sac_dma(dmach_t channel) argument
52 sa1100_dma_t *dma = &dma_chan[channel];
128 * properly flushing the DMA engines during channel
130 * after a channel has been stopped can be heard as
189 int sa1111_sac_request_dma(dmach_t *channel, const char *device_id, argument
195 *channel = -1; /* to be sure we catch the freeing of a misregistered channel */
200 printk(KERN_ERR "%s: invalid SA-1111 SAC DMA channel (%d)\n",
208 printk(KERN_ERR "%s: SA-1111 SAC DMA channel %d in use\n",
218 "%s: unable to request IRQ %d for DMA channel
245 sa1111_dma_get_current(dmach_t channel, void **buf_id, dma_addr_t *addr) argument
268 sa1111_dma_stop(dmach_t channel) argument
273 sa1111_dma_resume(dmach_t channel) argument
279 sa1111_cleanup_sac_dma(dmach_t channel) argument
357 int channel = SA1111_SAC_DMA_BASE; local
[all...]
H A Ddma.h27 * DMA channel structure.
33 dma_device_t device; /* ... to which this channel is attached */
39 int irq; /* IRQ used by the channel */
53 int sa1111_dma_get_current(dmach_t channel, void **buf_id, dma_addr_t *addr);
54 int sa1111_dma_stop(dmach_t channel);
55 int sa1111_dma_resume(dmach_t channel);
56 void sa1111_reset_sac_dma(dmach_t channel);
57 void sa1111_cleanup_sac_dma(dmach_t channel);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A De100lpslave.S153 ;; trigger EOP on DMA3 (par0 incoming channel)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dhead.S510 ;; configure external DMA channel 0 before enabling it in genconfig
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Diop.c35 * receive channel were never properly acknowledged. Bracketed
40 * for that channel; messages on the receive channels are always
42 * should go back in the receive channel.) Also added tracking
63 * channel is conneced to a specific software driver on the IOP. For example
64 * on the SCC IOP there is one channel for each serial port. Each channel has
67 * A message is 32 bytes plus a state byte for the channel (MSG_IDLE, MSG_NEW,
73 * reply back out of the send channel buffer and reset the channel state back
77 * are reversed. That is, the IOP puts message in the channel wit
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmisc.c23 #define channel 1 macro
60 serial_putc(channel, "Error - int2hex outofbounds");
69 serial_putc(channel, tth + '0');
70 serial_putc(channel, th + '0');
71 serial_putc(channel, h + '0');
72 serial_putc(channel, t + '0');
73 serial_putc(channel, d + '0');
194 serial_putc(channel, 13);
195 serial_putc(channel, *s++);
H A Dsbdreset_evb64120A.S195 jal init_ns16550_chan_b # Debug channel
H A Dxfer.c28 static int PortAddress(unsigned int channel, unsigned char reg);
64 static int PortAddress(unsigned int channel, unsigned char reg) argument
68 return (port + (channel * channelOffset) + (reg * regDelta));
79 unsigned int channel = 1; // Channel 1 is the main serial local
88 outb(0x83, PortAddress(channel, UART_LCR));
89 outb(0x00, PortAddress(channel, UART_DLM));
90 outb(0x02, PortAddress(channel, UART_DLL));
91 outb(0x03, PortAddress(channel, UART_LCR));
93 comstat = inb(PortAddress(channel, UART_LSR));
94 comstat = inb(PortAddress(channel, UART_R
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A Ddma.c23 * dmaCommand - Write a command to a DMA channel
25 * Inputs: DMA_ENGINE channel - choosing one of the four engine.
30 bool dmaCommand(DMA_ENGINE channel, unsigned int command) argument
32 if (channel > LAST_DMA_ENGINE)
34 GT_REG_WRITE(CHANNEL0CONTROL + channel * 4, command);
39 * dmaTransfer - transfer data from sourceAddr to destAddr on DMA channel
66 * Returns: NO_SUCH_CHANNEL if channel does not exist, CHANNEL_BUSY if channel
70 DMA_STATUS dmaTransfer(DMA_ENGINE channel, unsigned int sourceAddr, argument
78 if (channel > LAST_DMA_ENGIN
137 isDmaChannelActive(DMA_ENGINE channel) argument
[all...]
H A DserialGT.c7 * its on board two channel 16552 Uart.
37 // (The one that maps to the "B" channel of the
40 // (The one that maps to the "A" channel of the
79 int inreg(int channel, int reg) argument
84 (channel * CHANNELOFFSET) + (reg * DUART_DELTA));
92 void outreg(int channel, int reg, unsigned char val) argument
94 *((volatile unsigned char *) DUART + (channel * CHANNELOFFSET)
103 void serial_init(int channel) argument
118 outreg(channel, LCR, 0x3);
120 outreg(channel, FC
130 serial_set(int channel, unsigned long baud) argument
161 serial_putc(int channel, int c) argument
173 serial_getc(int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Dfloppy-jazz.c40 static void jazz_fd_enable_dma(int channel) argument
45 static void jazz_fd_disable_dma(int channel) argument
50 static int jazz_fd_request_dma(int channel) argument
55 static void jazz_fd_free_dma(int channel) argument
59 static void jazz_fd_clear_dma_ff(int channel) argument
63 static void jazz_fd_set_dma_mode(int channel, char mode) argument
68 static void jazz_fd_set_dma_addr(int channel, unsigned int a) argument
73 static void jazz_fd_set_dma_count(int channel, unsigned int count) argument
78 static int jazz_fd_get_dma_residue(int channel) argument
H A Djazzdma.c361 * Enable a DMA channel. Also clear any error conditions.
363 void vdma_enable(int channel) argument
368 printk("vdma_enable: channel %d\n", channel);
373 status = r4030_read_reg32(JAZZ_R4030_CHNL_ENABLE + (channel << 5));
375 printk("VDMA: Channel %d: Address error!\n", channel);
377 printk("VDMA: Channel %d: Memory error!\n", channel);
382 r4030_write_reg32(JAZZ_R4030_CHNL_ENABLE + (channel << 5),
384 (channel << 5)) | R4030_TC_INTR
388 * Enable the desired channel
399 vdma_disable(int channel) argument
440 vdma_set_mode(int channel, int mode) argument
501 vdma_set_addr(int channel, long addr) argument
513 vdma_set_count(int channel, int count) argument
525 vdma_get_residue(int channel) argument
542 vdma_get_enable(int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dfloppy-std.c44 static void std_fd_enable_dma(int channel) argument
46 enable_dma(channel);
49 static void std_fd_disable_dma(int channel) argument
51 disable_dma(channel);
54 static int std_fd_request_dma(int channel) argument
56 return request_dma(channel, "floppy");
59 static void std_fd_free_dma(int channel) argument
61 free_dma(channel);
64 static void std_fd_clear_dma_ff(int channel) argument
66 clear_dma_ff(channel);
69 std_fd_set_dma_mode(int channel, char mode) argument
74 std_fd_set_dma_addr(int channel, unsigned int addr) argument
79 std_fd_set_dma_count(int channel, unsigned int count) argument
84 std_fd_get_dma_residue(int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Dfloppy-std.c43 static void std_fd_enable_dma(int channel) argument
45 enable_dma(channel);
48 static void std_fd_disable_dma(int channel) argument
50 disable_dma(channel);
53 static int std_fd_request_dma(int channel) argument
55 return request_dma(channel, "floppy");
58 static void std_fd_free_dma(int channel) argument
60 free_dma(channel);
63 static void std_fd_clear_dma_ff(int channel) argument
65 clear_dma_ff(channel);
68 std_fd_set_dma_mode(int channel, char mode) argument
73 std_fd_set_dma_addr(int channel, unsigned int addr) argument
78 std_fd_set_dma_count(int channel, unsigned int count) argument
83 std_fd_get_dma_residue(int channel) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S212 tm .Lirb+9,0xff # channel status ?

Completed in 200 milliseconds

1234567891011>>