Home
last modified time | relevance | path

Searched refs:MCP_GPINTEN (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-mcp23s08.c39 #define MCP_GPINTEN 0x02 macro
82 {.reg = MCP_GPINTEN, .def = 0x00},
126 {.reg = MCP_GPINTEN << 1, .def = 0x0000},
547 mcp_set_bit(mcp, MCP_GPINTEN, pos, false); in mcp23s08_irq_mask()
556 mcp_set_bit(mcp, MCP_GPINTEN, pos, true); in mcp23s08_irq_unmask()