Lines Matching defs:mcp_read
138 static int mcp_read(struct mcp23s08 *mcp, unsigned int reg, unsigned int *val)
231 ret = mcp_read(mcp, MCP_GPPU, &data);
299 ret = mcp_read(mcp, MCP_GPIO, &status);
321 ret = mcp_read(mcp, MCP_GPIO, &status);
384 if (mcp_read(mcp, MCP_INTF, &intf))
392 if (mcp_read(mcp, MCP_INTCAP, &intcap))
395 if (mcp_read(mcp, MCP_INTCON, &intcon))
398 if (mcp_read(mcp, MCP_DEFVAL, &defval))
402 if (mcp_read(mcp, MCP_GPIO, &gpio))
613 ret = mcp_read(mcp, MCP_IOCON, &status);