Lines Matching defs:controller

107 static unsigned long controller;
248 module_param_hw(controller, ulong, ioport, 0);
249 MODULE_PARM_DESC(controller, "I/O port for (ISA) rocketport controller");
1742 /* Resets the speaker controller on RocketModem II and III devices */
1763 Purpose: Initialization of controller global registers and controller
1767 CONTROLLER_T *CtlP; Ptr to controller structure
1771 controller. Once an AIOP in the list is not found, it is
1772 assumed that there are no more AIOPs on the controller.
1801 Return: int: Number of AIOPs on the controller, or CTLID_NULL if controller
1827 After this function all AIOPs on the controller are disabled,
1842 CtlP->CtlID = CTLID_0001; /* controller release 1 */
1843 CtlP->BusType = isPCI; /* controller release 1 */
2145 dev_info(&dev->dev, "comtrol PCI controller #%d found at "
2260 num_aiops = sInitController(ctlp, i, controller + (i * 0x400), aiopio, MAX_AIOPS_PER_BOARD, 0, FREQ_DIS, 0);
2355 * If board 1 is non-zero, there is at least one ISA configured. If controller is
2356 * zero, use the default controller IO address of board1 + 0x40.
2359 if (controller == 0)
2360 controller = board1 + 0x40;
2362 controller = 0; /* Used as a flag, meaning no ISA boards */
2365 /* If an ISA card is configured, reserve the 4 byte IO space for the Mudbac controller */
2366 if (controller && (!request_region(controller, 4, "Comtrol RocketPort"))) {
2368 "configured ISA RocketPort controller 0x%lx. "
2369 "Driver exiting\n", controller);
2450 if (controller)
2451 release_region(controller, 4);
2485 if (controller)
2486 release_region(controller, 4);
2491 Purpose: Initialization of controller global registers and controller
2495 CONTROLLER_T *CtlP; Ptr to controller structure
2500 controller. Once an AIOP in the list is not found, it is
2501 assumed that there are no more AIOPs on the controller.
2530 Return: int: Number of AIOPs on the controller, or CTLID_NULL if controller
2556 After this function all AIOPs on the controller are disabled,
2570 CtlP->CtlID = CTLID_0001; /* controller release 1 */
2680 CONTROLLER_T *CtlP; Ptr to controller structure
2682 int AiopNum; AIOP number within controller
2705 /* Channel, AIOP, and controller identifiers */
3112 /* Returns the line number given the controller (board), aiop and channel number */
3119 * Stores the line number associated with a given controller (board), aiop