HomeSort by: relevance | last modified time | path
    Searched refs:KI2C_MAX_CHANNELS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
ki2cvar.h 87 #define KI2C_MAX_CHANNELS 2
102 struct ki2c_channel sc_channels[KI2C_MAX_CHANNELS];
ki2c.c 251 if (channel >= KI2C_MAX_CHANNELS) {
262 for (channel = 0; channel < KI2C_MAX_CHANNELS; channel++) {
290 for (channel = 0; channel < KI2C_MAX_CHANNELS; channel++) {

Completed in 12 milliseconds