Searched refs:MAX_CHANNELS (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/
H A Da100u2w.h73 #define MAX_CHANNELS 2 macro
242 u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */
H A Dmegaraid.h114 #define MAX_CHANNELS 5 macro
116 #define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
422 u16 phys_drv_format[MAX_CHANNELS];
885 u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
H A Da100u2w.c483 for (i = 0; i < MAX_CHANNELS; i++) {
H A Dmegaraid.c4767 for (i = NVIRT_CHAN; i < MAX_CHANNELS+NVIRT_CHAN; i++)
/drivers/edac/
H A 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];
724 for (channel = 0; channel < MAX_CHANNELS; channel++) {
745 for (channel = 0; channel < MAX_CHANNELS; channel++) {
1073 num_channels = MAX_CHANNELS;
1074 num_csrows = MAX_SLOTS * MAX_CHANNELS;
H A Di5400_edac.c50 #define MAX_CHANNELS 4 macro
359 struct i5400_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
1269 num_channels = MAX_CHANNELS;
H A Di5000_edac.c334 #define MAX_CHANNELS 6 /* max possible channels */ macro
359 struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
/drivers/media/video/
H A Ds2255drv.c79 #define MAX_CHANNELS 4 macro
256 struct s2255_channel channel[MAX_CHANNELS];
346 static unsigned long G_chnmap[MAX_CHANNELS] = {3, 2, 1, 0};
1945 for (i = 0; i < MAX_CHANNELS; i++) {
1980 if (atomic_read(&dev->num_channels) != MAX_CHANNELS)
2029 if (cc >= MAX_CHANNELS) {
2050 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS)
2053 if (cc >= MAX_CHANNELS)
2159 if (dev->cc >= MAX_CHANNELS) {
2297 for (j = 0; j < MAX_CHANNELS;
[all...]
/drivers/net/wan/
H A Dixp4xx_hss.c48 #define MAX_CHANNELS (FRAME_SIZE / 8) macro
378 for (ch = 0; ch < MAX_CHANNELS; ch++) {

Completed in 936 milliseconds