Searched refs:dev_ctl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device.c76 struct edac_device_ctl_info *dev_ctl; local
96 dev_ctl = (struct edac_device_ctl_info *)NULL;
101 dev_inst = edac_align_ptr(&dev_ctl[1], sizeof(*dev_inst));
133 dev_ctl = kzalloc(total_size, GFP_KERNEL);
134 if (dev_ctl == NULL)
140 * 'dev_ctl' points to REAL memory, while the others are
145 (((char *)dev_ctl) + ((unsigned long)dev_inst));
147 (((char *)dev_ctl) + ((unsigned long)dev_blk));
149 (((char *)dev_ctl) + ((unsigned long)dev_attrib));
150 pvt = sz_private ? (((char *)dev_ctl)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dt7l66xb.c88 u8 dev_ctl; local
94 dev_ctl = tmio_ioread8(t7l66xb->scr + SCR_DEV_CTL);
95 dev_ctl |= SCR_DEV_CTL_MMC;
96 tmio_iowrite8(dev_ctl, t7l66xb->scr + SCR_DEV_CTL);
111 u8 dev_ctl; local
115 dev_ctl = tmio_ioread8(t7l66xb->scr + SCR_DEV_CTL);
116 dev_ctl &= ~SCR_DEV_CTL_MMC;
117 tmio_iowrite8(dev_ctl, t7l66xb->scr + SCR_DEV_CTL);

Completed in 176 milliseconds