dra              1076 drivers/edac/e752x_edac.c 	u32 dra, drc, cumul_size, i, nr_pages;
dra              1078 drivers/edac/e752x_edac.c 	dra = 0;
dra              1082 drivers/edac/e752x_edac.c 		dra |= dra_reg << (index * 8);
dra              1096 drivers/edac/e752x_edac.c 		mem_dev = (dra >> (index * 4 + 2)) & 0x3;
dra               360 drivers/edac/e7xxx_edac.c 	u32 dra, cumul_size, nr_pages;
dra               366 drivers/edac/e7xxx_edac.c 	pci_read_config_dword(pdev, E7XXX_DRA, &dra);
dra               379 drivers/edac/e7xxx_edac.c 		mem_dev = (dra >> (index * 4 + 3)) & 0x1;
dra               137 drivers/edac/i3000_edac.c static inline unsigned char odd_rank_attrib(unsigned char dra)
dra               139 drivers/edac/i3000_edac.c 	return (dra & 0x70) >> 4;
dra               142 drivers/edac/i3000_edac.c static inline unsigned char even_rank_attrib(unsigned char dra)
dra               144 drivers/edac/i3000_edac.c 	return dra & 0x07;
dra               317 drivers/edac/i3000_edac.c 	unsigned char dra[I3000_RANKS / 2], drb[I3000_RANKS];
dra               318 drivers/edac/i3000_edac.c 	unsigned char *c0dra = dra, *c1dra = &dra[I3000_RANKS_PER_CHANNEL / 2];
dra               105 drivers/misc/cxl/cxllib.c 	cfg->dra = dummy_read_addr;
dra                47 include/misc/cxllib.h 	u64	dra;         /* real address that can be used for dummy read */
dra               207 include/sound/ac97_codec.h 		       dra: 1,	/* bridge supports double rate */
dra              2196 sound/pci/ac97/ac97_codec.c 	if ((ac97->ext_id & AC97_EI_DRA) && bus->dra) {
dra               378 sound/pci/intel8x0.c 		 dra: 1,
dra              1157 sound/pci/intel8x0.c 	if (chip->dra) {
dra              2233 sound/pci/intel8x0.c 		pbus->dra = 1;
dra              2299 sound/pci/intel8x0.c 		chip->dra = 1;