Lines Matching refs:mcmd
85 u32 mnistat, tnistat, tstatus, mcmd;
255 pci_read_config_dword(dev, cur->capndx+AGPCMD, &mcmd);
259 mcmd &= ~(0xff << 24);
263 mcmd |= master[cdev].rq << 24;
265 pci_write_config_dword(dev, cur->capndx+AGPCMD, mcmd);
288 u32 tstatus, mcmd;
302 pci_read_config_dword(cur->dev, cur->capndx+AGPCMD, &mcmd);
303 mcmd &= ~(0xff << 24);
304 mcmd |= ((cdev == ndevs - 1) ? rem : mrq) << 24;
305 pci_write_config_dword(cur->dev, cur->capndx+AGPCMD, mcmd);