Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/sound/usb/
Dmixer.h27 #define MAX_CHANNELS 16 /* max logical channels */ macro
65 int cache_val[MAX_CHANNELS];
Dmixer.c960 for (i = 0; i < MAX_CHANNELS; i++) in get_min_max_with_quirks()
1097 for (c = 0; c < MAX_CHANNELS; c++) { in mixer_ctl_feature_get()
1129 for (c = 0; c < MAX_CHANNELS; c++) { in mixer_ctl_feature_put()
2305 if (channel >= MAX_CHANNELS) { in snd_usb_mixer_interrupt_v2()
2536 for (c = 0; c < MAX_CHANNELS; c++) { in restore_mixer_value()
Dmixer_scarlett.c463 unsigned char buf[2 * MAX_CHANNELS] = {0, }; in scarlett_ctl_meter_get()
/linux-4.1.27/drivers/scsi/
Da100u2w.h73 #define MAX_CHANNELS 2 macro
242 u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */
Dmegaraid.h79 #define MAX_CHANNELS 5 macro
81 #define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
387 u16 phys_drv_format[MAX_CHANNELS];
850 u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
Da100u2w.c483 for (i = 0; i < MAX_CHANNELS; i++) { in init_alloc_map()
Dmegaraid.c4433 for (i = NVIRT_CHAN; i < MAX_CHANNELS+NVIRT_CHAN; i++) in megaraid_probe_one()
/linux-4.1.27/drivers/edac/
Di7300_edac.c66 #define MAX_CHANNELS (MAX_CH_PER_BRANCH * MAX_BRANCHES) macro
108 u16 ambpresent[MAX_CHANNELS]; /* AMB present regs */
111 struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
698 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
719 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
Di5400_edac.c54 #define MAX_CHANNELS (MAX_BRANCHES * CHANNELS_PER_BRANCH) macro
349 struct i5400_dimm_info dimm_info[DIMMS_PER_CHANNEL][MAX_CHANNELS];
1302 pvt->maxch = MAX_CHANNELS; in i5400_probe1()
Di5000_edac.c319 #define MAX_CHANNELS 6 /* max possible channels */ macro
350 struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c81 #define MAX_CHANNELS 4 macro
260 struct s2255_vc vc[MAX_CHANNELS];
344 static unsigned long G_chnmap[MAX_CHANNELS] = {3, 2, 1, 0};
1629 for (i = 0; i < MAX_CHANNELS; i++) { in s2255_probe_v4l()
1704 if (atomic_read(&dev->num_channels) != MAX_CHANNELS) in s2255_probe_v4l()
1752 if (cc >= MAX_CHANNELS) { in save_frame()
1773 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS) in save_frame()
1776 if (cc >= MAX_CHANNELS) in save_frame()
1882 if (dev->cc >= MAX_CHANNELS) { in s2255_read_video_callback()
2011 for (j = 0; j < MAX_CHANNELS; j++) { in s2255_board_init()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
Ddce3_1_afmt.c97 value = MAX_CHANNELS(sad->channels) | in dce3_2_afmt_write_sad_regs()
Ddce6_afmt.c219 value = MAX_CHANNELS(sad->channels) | in dce6_afmt_write_sad_regs()
Devergreen_hdmi.c186 value = MAX_CHANNELS(sad->channels) | in evergreen_hdmi_write_sad_regs()
Drv770d.h885 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
Dsid.h722 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
Devergreend.h749 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
Dr600d.h1006 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c231 #define MAX_CHANNELS 8 macro
353 } entry[MAX_CHANNELS+1];
380 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
1240 if (fifo->tail > MAX_CHANNELS) in cvmx_usb_fill_tx_hw()
1356 if (fifo->head > MAX_CHANNELS) in cvmx_usb_fill_tx_fifo()
/linux-4.1.27/drivers/net/wan/
Dixp4xx_hss.c49 #define MAX_CHANNELS (FRAME_SIZE / 8) macro
379 for (ch = 0; ch < MAX_CHANNELS; ch++) { in hss_config_set_lut()