Home
last modified time | relevance | path

Searched refs:ch_map (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/plat-s3c24xx/
Ddma.c1391 struct s3c24xx_dma_map *ch_map; in s3c2410_dma_map_channel() local
1398 ch_map = dma_sel.map + channel; in s3c2410_dma_map_channel()
1424 if (!is_channel_valid(ch_map->channels[ch])) in s3c2410_dma_map_channel()
1440 dmach->map = ch_map; in s3c2410_dma_map_channel()
1446 (dma_sel.select)(dmach, ch_map); in s3c2410_dma_map_channel()
/linux-2.6.39/drivers/edac/
Di7core_edac.c195 u32 ch_map; member
583 pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map); in get_dimm_config()
587 pvt->info.max_dod, pvt->info.ch_map); in get_dimm_config()
655 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i), in get_dimm_config()
/linux-2.6.39/drivers/isdn/hardware/eicon/
Dmessage.c10931 byte ch_map[MIXER_CHANNELS_BRI]; in xconnect_write_coefs_process() local
11103 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11107 ch_map[j] = (byte)(j+1); in xconnect_write_coefs_process()
11108 ch_map[j+1] = (byte) j; in xconnect_write_coefs_process()
11112 ch_map[j] = (byte) j; in xconnect_write_coefs_process()
11113 ch_map[j+1] = (byte)(j+1); in xconnect_write_coefs_process()
11118 i = a->li_base + ch_map[mixer_write_prog_bri[n].to_ch]; in xconnect_write_coefs_process()
11119 j = a->li_base + ch_map[mixer_write_prog_bri[n].from_ch]; in xconnect_write_coefs_process()
11209 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11213 ch_map[j] = (byte)(j+1); in xconnect_write_coefs_process()
[all …]