Searched refs:INT_TYPE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dqlogicfas.c42 #define INT_TYPE 2 macro
77 if (!qlogicfas408_detect(qbase, INT_TYPE)) { __qlogicfas_detect()
87 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); __qlogicfas_detect()
92 qlogicfas408_setup(qbase, qinitid, INT_TYPE); __qlogicfas_detect()
107 priv->int_type = INT_TYPE; __qlogicfas_detect()
/linux-4.1.27/drivers/scsi/pcmcia/
H A Dqlogic_stub.c59 #define INT_TYPE 0 macro
99 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); qlogic_detect()
104 qlogicfas408_setup(qbase, qinitid, INT_TYPE); qlogic_detect()
121 priv->int_type = INT_TYPE; qlogic_detect()
/linux-4.1.27/drivers/gpio/
H A Dgpio-zynq.c362 * and configures the INT_TYPE, INT_POLARITY and INT_ANY registers.
365 * TYPE-EDGE_RISING, INT_TYPE - 1, INT_POLARITY - 1, INT_ANY - 0;
366 * TYPE-EDGE_FALLING, INT_TYPE - 1, INT_POLARITY - 0, INT_ANY - 0;
367 * TYPE-EDGE_BOTH, INT_TYPE - 1, INT_POLARITY - NA, INT_ANY - 1;
368 * TYPE-LEVEL_HIGH, INT_TYPE - 0, INT_POLARITY - 1, INT_ANY - NA;
369 * TYPE-LEVEL_LOW, INT_TYPE - 0, INT_POLARITY - 0, INT_ANY - NA
388 * based on the type requested, configure the INT_TYPE, INT_POLARITY zynq_gpio_set_irq_type()

Completed in 116 milliseconds