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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 198 milliseconds