Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Di7core_edac.c208 u32 ch_map; member
517 pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map); in get_dimm_config()
521 pvt->info.mc_status, pvt->info.max_dod, pvt->info.ch_map); in get_dimm_config()
586 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i), in get_dimm_config()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c10925 byte ch_map[MIXER_CHANNELS_BRI]; in xconnect_write_coefs_process() local
11097 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11101 ch_map[j] = (byte)(j + 1); in xconnect_write_coefs_process()
11102 ch_map[j + 1] = (byte) j; in xconnect_write_coefs_process()
11106 ch_map[j] = (byte) j; in xconnect_write_coefs_process()
11107 ch_map[j + 1] = (byte)(j + 1); in xconnect_write_coefs_process()
11112 i = a->li_base + ch_map[mixer_write_prog_bri[n].to_ch]; in xconnect_write_coefs_process()
11113 j = a->li_base + ch_map[mixer_write_prog_bri[n].from_ch]; in xconnect_write_coefs_process()
11203 for (j = 0; j < sizeof(ch_map); j += 2) in xconnect_write_coefs_process()
11207 ch_map[j] = (byte)(j + 1); in xconnect_write_coefs_process()
[all …]