Home
last modified time | relevance | path

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

/drivers/edac/
Dpnd2_edac.c693 bool channel1; in sys2pmi() local
697 channel1 = mot_hit ? ((bool)((addr >> mot_intlv_bit) & 1)) : in sys2pmi()
699 *pmiidx |= (u32)channel1; in sys2pmi()
725 bool channel1; in sys2pmi() local
732 channel1 = (addr >> mot_intlv_bit) & 1; in sys2pmi()
735 channel1 = hash_by_mask(contig_addr, chan_hash_mask); in sys2pmi()
738 *pmiidx |= (u32)channel1; in sys2pmi()
/drivers/cdrom/
Dcdrom.c3154 volctrl.channel1 = buffer[offset+11]; in mmc_ioctl_cdrom_volume()
3170 buffer[offset + 11] = volctrl.channel1 & mask[offset + 11]; in mmc_ioctl_cdrom_volume()