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

/linux-4.1.27/drivers/gpio/
H A Dgpio-rcar.c53 #define POSNEG 0x20 /* Positive/Negative Logic Select Register */ macro
117 /* Configure postive or negative logic in POSNEG */ gpio_rcar_config_interrupt_input_mode()
118 gpio_rcar_modify_bit(p, POSNEG, hwirq, !active_high_rising_edge); gpio_rcar_config_interrupt_input_mode()
240 /* Configure postive logic in POSNEG */ gpio_rcar_config_general_input_output_mode()
241 gpio_rcar_modify_bit(p, POSNEG, gpio, false); gpio_rcar_config_general_input_output_mode()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A 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/
H A Drcar_thermal.c189 rcar_thermal_write(priv, POSNEG, 0x1); rcar_thermal_update_temp()

Completed in 139 milliseconds