Home | History | Annotate | Download | only in bfin

Lines Matching defs:my_port

107   int my_port;
117 for (my_port = 0; my_port < 32; ++my_port)
120 bu32 bit = (1 << my_port);
128 iar_idx = my_port / 8;
129 iar_off = (my_port % 8) * 4;
678 bfin_sic_52x_port_event (struct hw *me, int my_port, struct hw *source,
682 bu32 idx = DEC_SIC (my_port);
683 bu32 pin = DEC_PIN (my_port);
687 level, my_port, idx, pin));
707 bfin_sic_537_port_event (struct hw *me, int my_port, struct hw *source,
711 bu32 idx = DEC_SIC (my_port);
712 bu32 pin = DEC_PIN (my_port);
716 level, my_port, idx, pin));
730 bfin_sic_54x_port_event (struct hw *me, int my_port, struct hw *source,
734 bu32 idx = DEC_SIC (my_port);
735 bu32 pin = DEC_PIN (my_port);
739 level, my_port, idx, pin));
762 bfin_sic_561_port_event (struct hw *me, int my_port, struct hw *source,
766 bu32 idx = DEC_SIC (my_port);
767 bu32 pin = DEC_PIN (my_port);
771 level, my_port, idx, pin));