Searched refs:MCP_GPINTEN (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-mcp23s08.c | 29 #define MCP_GPINTEN 0x02 macro 48 {.reg = MCP_GPINTEN, .def = 0x00}, 93 {.reg = MCP_GPINTEN << 1, .def = 0x0000}, 440 mcp_set_bit(mcp, MCP_GPINTEN, pos, false); in mcp23s08_irq_mask() 449 mcp_set_bit(mcp, MCP_GPINTEN, pos, true); in mcp23s08_irq_unmask()
|