Searched refs:MCP_GPINTEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-mcp23s08.c | 31 #define MCP_GPINTEN 0x02 macro 50 {.reg = MCP_GPINTEN, .def = 0x00}, 95 {.reg = MCP_GPINTEN << 1, .def = 0x0000}, 473 mcp_set_bit(mcp, MCP_GPINTEN, pos, false); in mcp23s08_irq_mask() 484 mcp_set_bit(mcp, MCP_GPINTEN, pos, true); in mcp23s08_irq_unmask()
|
Completed in 3 milliseconds