Symbol: MAX_CHANNELS
drivers/edac/i5000_edac.c
350
struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS];
drivers/edac/i5400_edac.c
1295
pvt->maxch = MAX_CHANNELS;
drivers/edac/i5400_edac.c
351
struct i5400_dimm_info dimm_info[DIMMS_PER_CHANNEL][MAX_CHANNELS];
drivers/edac/i7300_edac.c
107
u16 ambpresent[MAX_CHANNELS]; /* AMB present regs */
drivers/edac/i7300_edac.c
110
struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
drivers/edac/i7300_edac.c
697
for (channel = 0; channel < MAX_CHANNELS; channel++) {
drivers/edac/i7300_edac.c
718
for (channel = 0; channel < MAX_CHANNELS; channel++) {
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
1390
MAX_CHANNELS, sad->channels);
drivers/gpu/drm/amd/display/dc/dce/dce_audio.c
834
MAX_CHANNELS);
drivers/gpu/drm/radeon/dce3_1_afmt.c
98
value = MAX_CHANNELS(sad->channels) |
drivers/gpu/drm/radeon/dce6_afmt.c
240
value = MAX_CHANNELS(sad->channels) |
drivers/gpu/drm/radeon/evergreen_hdmi.c
188
value = MAX_CHANNELS(sad->channels) |
drivers/hwmon/lm90.c
1483
static const u8 lm90_temp_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1487
static const u8 lm90_temp_min_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1491
static const u8 lm90_temp_max_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1495
static const u8 lm90_temp_crit_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1499
static const u8 lm90_temp_emerg_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1503
static const s8 lm90_temp_offset_index[MAX_CHANNELS] = {
drivers/hwmon/lm90.c
1507
static const u16 lm90_min_alarm_bits[MAX_CHANNELS] = { BIT(5), BIT(3), BIT(11) };
drivers/hwmon/lm90.c
1508
static const u16 lm90_max_alarm_bits[MAX_CHANNELS] = { BIT(6), BIT(4), BIT(12) };
drivers/hwmon/lm90.c
1509
static const u16 lm90_crit_alarm_bits[MAX_CHANNELS] = { BIT(0), BIT(1), BIT(9) };
drivers/hwmon/lm90.c
1510
static const u16 lm90_crit_alarm_bits_swapped[MAX_CHANNELS] = { BIT(1), BIT(0), BIT(9) };
drivers/hwmon/lm90.c
1511
static const u16 lm90_emergency_alarm_bits[MAX_CHANNELS] = { BIT(15), BIT(13), BIT(14) };
drivers/hwmon/lm90.c
1512
static const u16 lm90_fault_bits[MAX_CHANNELS] = { BIT(0), BIT(2), BIT(10) };
drivers/hwmon/lm90.c
2703
if (id >= MAX_CHANNELS) {
drivers/hwmon/lm90.c
731
u32 channel_config[MAX_CHANNELS + 1];
drivers/hwmon/lm90.c
732
const char *channel_label[MAX_CHANNELS];
drivers/hwmon/pmbus/isl68137.c
388
for (i = 0; i < MAX_CHANNELS; i++)
drivers/hwmon/pmbus/isl68137.c
88
struct isl68137_channel channel[MAX_CHANNELS];
drivers/hwmon/tmp421.c
101
u32 temp_config[MAX_CHANNELS + 1];
drivers/hwmon/tmp421.c
109
struct tmp421_channel channel[MAX_CHANNELS];
drivers/hwmon/tmp421.c
43
static const u8 TMP421_TEMP_MSB[MAX_CHANNELS] = { 0x00, 0x01, 0x02, 0x03 };
drivers/hwmon/tmp421.c
44
static const u8 TMP421_TEMP_LSB[MAX_CHANNELS] = { 0x10, 0x11, 0x12, 0x13 };
drivers/hwmon/tmp464.c
100
struct tmp464_channel channel[MAX_CHANNELS];
drivers/hwmon/tmp464.c
32
static const u8 TMP464_THERM_LIMIT[MAX_CHANNELS] = {
drivers/hwmon/tmp464.c
34
static const u8 TMP464_THERM2_LIMIT[MAX_CHANNELS] = {
drivers/iio/light/hid-sensor-prox.c
239
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/iio/light/hid-sensor-prox.c
33
struct hid_sensor_hub_attribute_info prox_attr[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
34
struct iio_chan_spec channels[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
35
u32 channel2usage[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
36
u32 human_presence[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
37
int scale_pre_decml[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
38
int scale_post_decml[MAX_CHANNELS];
drivers/iio/light/hid-sensor-prox.c
39
int scale_precision[MAX_CHANNELS];
drivers/media/usb/s2255/s2255drv.c
1595
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/media/usb/s2255/s2255drv.c
1672
if (refcount_read(&dev->num_channels) != MAX_CHANNELS)
drivers/media/usb/s2255/s2255drv.c
1720
if (cc >= MAX_CHANNELS) {
drivers/media/usb/s2255/s2255drv.c
1741
if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS)
drivers/media/usb/s2255/s2255drv.c
1744
if (cc >= MAX_CHANNELS)
drivers/media/usb/s2255/s2255drv.c
1852
if (dev->cc >= MAX_CHANNELS) {
drivers/media/usb/s2255/s2255drv.c
1993
for (j = 0; j < MAX_CHANNELS; j++) {
drivers/media/usb/s2255/s2255drv.c
2020
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/media/usb/s2255/s2255drv.c
2025
for (i = 0; i < MAX_CHANNELS; i++)
drivers/media/usb/s2255/s2255drv.c
2257
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/media/usb/s2255/s2255drv.c
2354
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/media/usb/s2255/s2255drv.c
248
struct s2255_vc vc[MAX_CHANNELS];
drivers/media/usb/s2255/s2255drv.c
331
static unsigned long G_chnmap[MAX_CHANNELS] = {3, 2, 1, 0};
drivers/most/core.c
1291
(iface->num_channels > MAX_CHANNELS)) {
drivers/most/core.c
70
struct most_channel *channel[MAX_CHANNELS];
drivers/net/wan/ixp4xx_hss.c
384
for (ch = 0; ch < MAX_CHANNELS; ch++) {
drivers/scsi/a100u2w.c
483
for (i = 0; i < MAX_CHANNELS; i++) {
drivers/scsi/a100u2w.h
242
u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */
drivers/scsi/megaraid.c
4359
for (i = NVIRT_CHAN; i < MAX_CHANNELS+NVIRT_CHAN; i++)
drivers/scsi/megaraid.h
389
u16 phys_drv_format[MAX_CHANNELS];
drivers/scsi/megaraid.h
83
#define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
drivers/scsi/megaraid.h
860
u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
drivers/usb/host/octeon-hcd.c
1221
if (fifo->tail > MAX_CHANNELS)
drivers/usb/host/octeon-hcd.c
1334
if (fifo->head > MAX_CHANNELS)
drivers/usb/host/octeon-hcd.c
343
} entry[MAX_CHANNELS + 1];
drivers/usb/host/octeon-hcd.c
372
struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
sound/soc/xilinx/xlnx_spdif.c
112
clk_div = DIV_ROUND_CLOSEST(ctx->aclk, MAX_CHANNELS * AES_SAMPLE_WIDTH *
sound/usb/mixer.c
1248
for (i = 0; i < MAX_CHANNELS; i++)
sound/usb/mixer.c
1353
for (i = 0; i < MAX_CHANNELS; i++) {
sound/usb/mixer.c
1421
for (c = 0; c < MAX_CHANNELS; c++) {
sound/usb/mixer.c
1454
for (c = 0; c < MAX_CHANNELS; c++) {
sound/usb/mixer.c
3447
if (channel >= MAX_CHANNELS) {
sound/usb/mixer.c
3712
for (c = 0; c < MAX_CHANNELS; c++) {
sound/usb/mixer.h
94
int cache_val[MAX_CHANNELS];
sound/usb/mixer_scarlett.c
703
unsigned char buf[2 * MAX_CHANNELS] = {0, };