Searched refs:devctl (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dreset.c47 u16 devctl; local
140 devctl = hca_header[(pcie_cap + PCI_EXP_DEVCTL) / 4];
142 devctl)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dti113x.h328 u32 mfunc, mfunc_old, devctl; local
333 devctl = config_readb(socket, TI113X_DEVICE_CONTROL);
334 printk(KERN_INFO "Yenta TI: socket %s, mfunc 0x%08x, devctl 0x%02x\n",
335 pci_name(socket->dev), mfunc, devctl);
353 if ((devctl & TI113X_DCR_IMODE_MASK) == TI12XX_DCR_IMODE_ALL_SERIAL) {
392 devctl &= ~TI113X_DCR_IMODE_MASK;
393 devctl |= TI113X_DCR_IMODE_SERIAL; /* serial ISA could be right */
394 config_writeb(socket, TI113X_DEVICE_CONTROL, devctl);
503 u32 mfunc, mfunc_old, devctl, sysctl; local
507 devctl
708 u32 mfunc, devctl, sysctl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c55 u16 devctl; local
246 devctl = hca_header[(hca_pcie_cap + PCI_EXP_DEVCTL) / 4];
248 devctl)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhosts.h176 int (*devctl)(struct hpsb_host *host, enum devctl_cmd command, int arg); member in struct:hpsb_host_driver
H A Dhosts.c82 .devctl = dummy_devctl,
192 host->driver->devctl(host, RESET_BUS, SHORT_RESET);
H A Dcsr.c376 host->driver->devctl(host, GET_CYCLE_COUNTER, 0);
387 host->driver->devctl(host, GET_CYCLE_COUNTER, 0);
471 host->driver->devctl(host, SET_BUS_ID, host->node_id >> 6);
497 host->driver->devctl(host, SET_CYCLE_COUNTER,
H A Dieee1394_core.c185 host->driver->devctl(host, RESET_BUS, type);
218 ctr = host->driver->devctl(host, GET_CYCLE_COUNTER, 0);
482 host->driver->devctl(host, ACT_CYCLE_MASTER, 1);
1050 host->driver->devctl(host, CANCEL_REQUESTS, 0);
H A Dhighlevel.c499 return host->driver->devctl(host, ISO_LISTEN_CHANNEL, channel);
514 host->driver->devctl(host, ISO_UNLISTEN_CHANNEL, channel);
H A Dpcilynx.c751 PRINT(KERN_ERR, lynx->id, "unknown devctl command %d", cmd);
1459 .devctl = lynx_devctl,
H A Dohci1394.c40 * . devctl BUS_RESET arg confusion (reset type or root holdoff?)
974 PRINT(KERN_ERR, "devctl command SET_BUS_ID err");
3165 .devctl = ohci_devctl,

Completed in 101 milliseconds