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

/linux-master/drivers/gpio/
H A Dgpio-rcar.c60 #define POSNEG 0x20 /* Positive/Negative Logic Select Register */ macro
128 /* Configure positive or negative logic in POSNEG */
129 gpio_rcar_modify_bit(p, POSNEG, hwirq, !active_high_rising_edge);
251 /* Configure positive logic in POSNEG */
252 gpio_rcar_modify_bit(p, POSNEG, gpio, false);
604 p->bank_info.posneg = gpio_rcar_read(p, POSNEG);
/linux-master/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-master/drivers/thermal/
H A Drcar_thermal.c241 rcar_thermal_write(priv, POSNEG, 0x1);

Completed in 362 milliseconds