Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dtmp421.c32 #define MAX_CHANNELS 4 macro
44 static const u8 TMP421_TEMP_MSB[MAX_CHANNELS] = { 0x00, 0x01, 0x02, 0x03 };
45 static const u8 TMP421_TEMP_LSB[MAX_CHANNELS] = { 0x10, 0x11, 0x12, 0x13 };
103 u32 temp_config[MAX_CHANNELS + 1];
111 struct tmp421_channel channel[MAX_CHANNELS];
H A Dlm90.c115 #define MAX_CHANNELS 3 macro
689 u32 channel_config[MAX_CHANNELS + 1];
690 const char *channel_label[MAX_CHANNELS];
1478 static const u8 lm90_temp_index[MAX_CHANNELS] = {
1482 static const u8 lm90_temp_min_index[MAX_CHANNELS] = {
1486 static const u8 lm90_temp_max_index[MAX_CHANNELS] = {
1490 static const u8 lm90_temp_crit_index[MAX_CHANNELS] = {
1494 static const u8 lm90_temp_emerg_index[MAX_CHANNELS] = {
1498 static const s8 lm90_temp_offset_index[MAX_CHANNELS] = {
1502 static const u16 lm90_min_alarm_bits[MAX_CHANNELS]
[all...]
H A Dtmp464.c27 #define MAX_CHANNELS 9 macro
33 static const u8 TMP464_THERM_LIMIT[MAX_CHANNELS] = {
35 static const u8 TMP464_THERM2_LIMIT[MAX_CHANNELS] = {
102 struct tmp464_channel channel[MAX_CHANNELS];
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.h47 #define MAX_CHANNELS 16 /* max logical channels */ macro
93 int cache_val[MAX_CHANNELS];
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.h47 #define MAX_CHANNELS 16 /* max logical channels */ macro
93 int cache_val[MAX_CHANNELS];
/kernel/linux/linux-5.10/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.h80 #define MAX_CHANNELS 5 macro
82 #define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
388 u16 phys_drv_format[MAX_CHANNELS];
839 u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
/kernel/linux/linux-6.6/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.h81 #define MAX_CHANNELS 5 macro
83 #define MAX_PHYSICAL_DRIVES MAX_CHANNELS*MAX_TARGET
389 u16 phys_drv_format[MAX_CHANNELS];
860 u8 logdrv_chan[MAX_CHANNELS+NVIRT_CHAN]; /* logical drive are on
/kernel/linux/linux-5.10/drivers/media/usb/s2255/
H A Ds2255drv.c69 #define MAX_CHANNELS 4 macro
248 struct s2255_vc vc[MAX_CHANNELS];
331 static unsigned long G_chnmap[MAX_CHANNELS] = {3, 2, 1, 0};
1599 for (i = 0; i < MAX_CHANNELS; i++) { in s2255_probe_v4l()
1676 if (atomic_read(&dev->num_channels) != MAX_CHANNELS) in s2255_probe_v4l()
1724 if (cc >= MAX_CHANNELS) { in save_frame()
1745 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS) in save_frame()
1748 if (cc >= MAX_CHANNELS) in save_frame()
1856 if (dev->cc >= MAX_CHANNELS) { in s2255_read_video_callback()
1996 for (j = 0; j < MAX_CHANNELS; in s2255_board_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/s2255/
H A Ds2255drv.c69 #define MAX_CHANNELS 4 macro
248 struct s2255_vc vc[MAX_CHANNELS];
331 static unsigned long G_chnmap[MAX_CHANNELS] = {3, 2, 1, 0};
1597 for (i = 0; i < MAX_CHANNELS; i++) { in s2255_probe_v4l()
1674 if (atomic_read(&dev->num_channels) != MAX_CHANNELS) in s2255_probe_v4l()
1722 if (cc >= MAX_CHANNELS) { in save_frame()
1743 if (le32_to_cpu(pdword[1]) >= MAX_CHANNELS) in save_frame()
1746 if (cc >= MAX_CHANNELS) in save_frame()
1854 if (dev->cc >= MAX_CHANNELS) { in s2255_read_video_callback()
1994 for (j = 0; j < MAX_CHANNELS; in s2255_board_init()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Di7300_edac.c64 #define MAX_CHANNELS (MAX_CH_PER_BRANCH * MAX_BRANCHES) macro
106 u16 ambpresent[MAX_CHANNELS]; /* AMB present regs */
109 struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
696 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
717 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
H A Di5400_edac.c54 #define MAX_CHANNELS (MAX_BRANCHES * CHANNELS_PER_BRANCH) macro
349 struct i5400_dimm_info dimm_info[DIMMS_PER_CHANNEL][MAX_CHANNELS];
1293 pvt->maxch = MAX_CHANNELS; in i5400_probe1()
/kernel/linux/linux-6.6/drivers/edac/
H A Di7300_edac.c64 #define MAX_CHANNELS (MAX_CH_PER_BRANCH * MAX_BRANCHES) macro
106 u16 ambpresent[MAX_CHANNELS]; /* AMB present regs */
109 struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
696 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
717 for (channel = 0; channel < MAX_CHANNELS; channel++) { in print_dimm_size()
H A Di5400_edac.c54 #define MAX_CHANNELS (MAX_BRANCHES * CHANNELS_PER_BRANCH) macro
350 struct i5400_dimm_info dimm_info[DIMMS_PER_CHANNEL][MAX_CHANNELS];
1294 pvt->maxch = MAX_CHANNELS; in i5400_probe1()
/kernel/linux/linux-5.10/sound/soc/xilinx/
H A Dxlnx_spdif.c42 #define MAX_CHANNELS 2 macro
112 clk_div = DIV_ROUND_CLOSEST(ctx->aclk, MAX_CHANNELS * AES_SAMPLE_WIDTH * in xlnx_spdif_hw_params()
/kernel/linux/linux-6.6/sound/soc/xilinx/
H A Dxlnx_spdif.c42 #define MAX_CHANNELS 2 macro
112 clk_div = DIV_ROUND_CLOSEST(ctx->aclk, MAX_CHANNELS * AES_SAMPLE_WIDTH * in xlnx_spdif_hw_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c97 value = MAX_CHANNELS(sad->channels) | in dce3_2_afmt_write_sad_regs()
H A Ddce6_afmt.c238 value = MAX_CHANNELS(sad->channels) | in dce6_afmt_write_sad_regs()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c97 value = MAX_CHANNELS(sad->channels) | in dce3_2_afmt_write_sad_regs()
H A Ddce6_afmt.c239 value = MAX_CHANNELS(sad->channels) | in dce6_afmt_write_sad_regs()
/kernel/linux/linux-5.10/drivers/most/
H A Dcore.c25 #define MAX_CHANNELS 64 macro
70 struct most_channel *channel[MAX_CHANNELS];
1286 !iface->poison_channel || (iface->num_channels > MAX_CHANNELS)) in most_register_interface()
/kernel/linux/linux-6.6/drivers/most/
H A Dcore.c25 #define MAX_CHANNELS 64 macro
70 struct most_channel *channel[MAX_CHANNELS];
1286 !iface->poison_channel || (iface->num_channels > MAX_CHANNELS)) in most_register_interface()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c219 #define MAX_CHANNELS 8 macro
341 } entry[MAX_CHANNELS + 1];
370 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
1219 if (fifo->tail > MAX_CHANNELS) in cvmx_usb_fill_tx_hw()
1332 if (fifo->head > MAX_CHANNELS) in cvmx_usb_fill_tx_fifo()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c221 #define MAX_CHANNELS 8 macro
343 } entry[MAX_CHANNELS + 1];
372 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
1221 if (fifo->tail > MAX_CHANNELS) in cvmx_usb_fill_tx_hw()
1334 if (fifo->head > MAX_CHANNELS) in cvmx_usb_fill_tx_fifo()

Completed in 51 milliseconds

123