Searched refs:mcp3911_osr_table (Results 1 – 1 of 1) sorted by relevance
67 static const int mcp3911_osr_table[] = { 32, 64, 128, 256, 512, 1024, 2048, 4096 }; variable151 *vals = mcp3911_osr_table; in mcp3911_read_avail()152 *length = ARRAY_SIZE(mcp3911_osr_table); in mcp3911_read_avail()254 for (int i = 0; i < ARRAY_SIZE(mcp3911_osr_table); i++) { in mcp3911_write_raw()255 if (val == mcp3911_osr_table[i]) { in mcp3911_write_raw()