Home | History | Annotate | Download | only in pci

Lines Matching defs:ctl

172 	u_int32_t ctl = 0x80000000;
176 ctl |= 0x00020000;
179 ctl |= 0x00010000;
187 ctl |= 0x00001000;
189 ctl |= 0x00004000;
191 ctl |= 0x00800000;
193 ctl |= 0x00400000;
198 printf("%s: wnd %d, map VME %x-%x to %x, ctl=%x\n",
199 d->devname, wnd, vmebase, vmebase + len, pcibase, ctl);
205 write_pcislv(d, wnd, lsi_ctl, ctl);
222 u_int32_t ctl = 0x80000000;
226 ctl |= 0x00020000;
229 ctl |= 0x00010000;
237 ctl |= 0x00200000;
239 ctl |= 0x00300000; /* both */
241 ctl |= 0x00800000;
243 ctl |= 0x00c00000; /* both */
246 printf("%s: wnd %d, map PCI %x-%x to %x, ctl=%x\n",
247 d->devname, wnd, pcibase, pcibase + len, vmebase, ctl);
253 write_vmeslv(d, wnd, vsi_ctl, ctl);