Lines Matching +full:2 +full:kohms
14 * mcp42010 2 256 10
15 * mcp42050 2 256 50
16 * mcp42100 2 256 100
29 #define MCP41010_MAX_WIPERS 2
37 int kohms; member
50 [MCP41010] = { .name = "mcp41010", .wipers = 1, .kohms = 10, },
51 [MCP41050] = { .name = "mcp41050", .wipers = 1, .kohms = 50, },
52 [MCP41100] = { .name = "mcp41100", .wipers = 1, .kohms = 100, },
53 [MCP42010] = { .name = "mcp42010", .wipers = 2, .kohms = 10, },
54 [MCP42050] = { .name = "mcp42050", .wipers = 2, .kohms = 50, },
55 [MCP42100] = { .name = "mcp42100", .wipers = 2, .kohms = 100, },
63 u8 buf[2] __aligned(IIO_DMA_MINALIGN);
93 *val = 1000 * data->cfg->kohms; in mcp41010_read_raw()