Searched refs:controllers (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/sys/modules/i2c/
H A DMakefile4 SUBDIR += controllers if_ic smbus iicbus iicbb iicsmb iic smb
/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_library.h96 struct SCIF_SAS_CONTROLLER * controllers; member in struct:SCIF_SAS_LIBRARY
H A Dscic_sds_library.h72 // Forward declar the controllers
89 * This is the count of the maximum number of controllers that this library
102 * This field is the array of controllers that are contained within the
105 struct SCIC_SDS_CONTROLLER *controllers; member in struct:SCIC_SDS_LIBRARY
H A Dsci_base_library.h108 * of controllers to be supported by this library.
134 & (library)->controllers[index]; \
153 ((((char *)(controller)) - ((char *)(library)->controllers))\
186 &library->controllers[controller_index], \
H A Dscic_sds_library.c101 this_library->controllers =
204 //Check if we are on a b0 or c0 which has 2 controllers
279 if (controller == &library->controllers[index])
H A Dscif_sas_library.c118 fw_library->controllers = (SCIF_SAS_CONTROLLER_T*)
/freebsd-10.0-release/sys/dev/isci/
H A Disci_sysctl.c53 isci->controllers[i].scif_controller_handle,
71 isci->controllers[i].scif_controller_handle,
104 struct ISCI_CONTROLLER *controller = &isci->controllers[0];
120 struct ISCI_CONTROLLER *controller = &isci->controllers[1];
159 isci_sysctl_stop(&isci->controllers[controller_index], phy_index);
191 isci_sysctl_start(&isci->controllers[controller_index], phy_index);
211 device = isci->controllers[i].remote_device[j];
H A Disci_oem_parameters.c134 * into the struct ISCI_CONTROLLER objects. After the controllers are
150 memcpy(&isci->controllers[index].oem_parameters.sds1,
162 isci->controllers[index].oem_parameters_version = oem_data->header.version;
H A Disci_interrupt.c98 &isci->controllers[controller_index];
165 struct ISCI_CONTROLLER *controller = &isci->controllers[index];
H A Disci.c190 struct ISCI_CONTROLLER *controller = &isci->controllers[i];
243 /* The SCIF controllers have been stopped, so we can now
348 struct ISCI_CONTROLLER *controller = &isci->controllers[index];
376 * our controllers and complete initial domain discovery before
382 isci->config_hook.ich_arg = &isci->controllers[0];
H A Disci.h236 struct ISCI_CONTROLLER controllers[SCI_MAX_CONTROLLERS]; member in struct:isci_softc
H A Disci_controller.c591 /* There are more controllers that need to
595 &driver->controllers[next_index]);
599 /* All controllers have been started and completed discovery.
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex547 (for example, multiple identical ethernet controllers or PCI buses)

Completed in 146 milliseconds