Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-max732x.c71 #define INT_NO_MASK 0x1 /* Has interrupts, no mask */ macro
92 [MAX7321] = GROUP_A(IO_8P) | INT_CAPS(INT_NO_MASK),
96 [MAX7325] = GROUP_A(IO_8P) | GROUP_B(IO_8O) | INT_CAPS(INT_NO_MASK),
98 [MAX7327] = GROUP_A(IO_4P4O) | GROUP_B(IO_8O) | INT_CAPS(INT_NO_MASK),
324 if (chip->irq_features == INT_NO_MASK) in max732x_irq_update_mask()
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.h401 #define INT_NO_MASK 0x000F macro
H A Dcs89x0.c1432 lp->isa_config = readreg(dev, PP_CS8900_ISAINT) & INT_NO_MASK; in cs89x0_probe1()
1529 i = lp->isa_config & INT_NO_MASK; in cs89x0_probe1()