Lines Matching refs:port
24 u32 base, port, val; in board_assert_perst() local
31 port = base + 0x20; in board_assert_perst()
32 val = inl(port); in board_assert_perst()
34 outl(val, port); in board_assert_perst()
37 port = base + 0x24; in board_assert_perst()
38 val = inl(port); in board_assert_perst()
40 outl(val, port); in board_assert_perst()
43 port = base + 0x28; in board_assert_perst()
44 val = inl(port); in board_assert_perst()
46 outl(val, port); in board_assert_perst()
51 u32 base, port, val; in board_deassert_perst() local
58 port = base + 0x28; in board_deassert_perst()
59 val = inl(port); in board_deassert_perst()
61 outl(val, port); in board_deassert_perst()