Searched refs:REG_TEST (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321.c | 131 { REG_TEST(0,0), 0x00000002 }, 132 { REG_TEST(1,0), 0x00000002 }, 139 { REG_TEST(0,0), 0x00000000 }, 140 { REG_TEST(1,0), 0x00000000 }, 153 { REG_TEST(0,1), 0x00000002 }, 154 { REG_TEST(1,1), 0x00000002 }, 161 { REG_TEST(0,1), 0x00000000 }, 162 { REG_TEST(1,1), 0x00000000 }, 175 { REG_TEST(0,2), 0x00000002 }, 176 { REG_TEST(1,2), 0x00000002 }, [all …]
|
H A D | vsc7326.c | 136 { REG_TEST(0,0), 0x00000022 }, 137 { REG_TEST(1,0), 0x00000022 }, 146 { REG_TEST(0,0), 0x00000020 }, 147 { REG_TEST(1,0), 0x00000020 }, 162 { REG_TEST(0,1), 0x00000022 }, 163 { REG_TEST(1,1), 0x00000022 }, 172 { REG_TEST(0,1), 0x00000020 }, 173 { REG_TEST(1,1), 0x00000020 }, 188 { REG_TEST(0,2), 0x00000022 }, 189 { REG_TEST(1,2), 0x00000022 }, [all …]
|
H A D | vsc7321_reg.h | 90 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ macro
|
H A D | vsc7326_reg.h | 94 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ macro
|