Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-rcar.c53 #define POSNEG 0x20 /* Positive/Negative Logic Select Register */ macro
118 gpio_rcar_modify_bit(p, POSNEG, hwirq, !active_high_rising_edge); in gpio_rcar_config_interrupt_input_mode()
241 gpio_rcar_modify_bit(p, POSNEG, gpio, false); in gpio_rcar_config_general_input_output_mode()
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S96 set POSNEG, -1
116 st POSNEG(%a6) # signed operation
131 sf POSNEG(%a6) # unsigned operation
142 tst.b POSNEG(%a6) # signed or unsigned?
195 tst.b POSNEG(%a6) # do divs, divu separately
/linux-4.1.27/drivers/thermal/
Drcar_thermal.c189 rcar_thermal_write(priv, POSNEG, 0x1); in rcar_thermal_update_temp()