Searched refs:mcmd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Disoch.c84 u32 mnistat, tnistat, tstatus, mcmd; local
258 pci_read_config_dword(dev, cur->capndx+AGPCMD, &mcmd);
262 mcmd &= ~(0xff << 24);
266 mcmd |= master[cdev].rq << 24;
268 pci_write_config_dword(dev, cur->capndx+AGPCMD, mcmd);
291 u32 tstatus, mcmd; local
305 pci_read_config_dword(cur->dev, cur->capndx+AGPCMD, &mcmd);
306 mcmd &= ~(0xff << 24);
307 mcmd |= ((cdev == ndevs - 1) ? rem : mrq) << 24;
308 pci_write_config_dword(cur->dev, cur->capndx+AGPCMD, mcmd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_netlink.c224 static int w1_process_command_root(struct cn_msg *msg, struct w1_netlink_msg *mcmd) argument
231 if (mcmd->type != W1_LIST_MASTERS) {
233 __func__, msg->id.idx, msg->id.val, mcmd->type, mcmd->len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c631 static char *mcmd[32] = { variable
709 cca_bits, tr[tr_bits], mcmd[mcmd_bits],
726 mcmd[mcmd_bits], sport_bits);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapi.c910 struct capi_manufacturer_cmd mcmd; local
913 if (copy_from_user(&mcmd, argp, sizeof(mcmd)))
915 return capi20_manufacturer(mcmd.cmd, mcmd.data);

Completed in 82 milliseconds