Searched refs:REG_TEST (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321.c | 133 { REG_TEST(0,0), 0x00000002 }, 134 { REG_TEST(1,0), 0x00000002 }, 141 { REG_TEST(0,0), 0x00000000 }, 142 { REG_TEST(1,0), 0x00000000 }, 155 { REG_TEST(0,1), 0x00000002 }, 156 { REG_TEST(1,1), 0x00000002 }, 163 { REG_TEST(0,1), 0x00000000 }, 164 { REG_TEST(1,1), 0x00000000 }, 177 { REG_TEST(0,2), 0x00000002 }, 178 { REG_TEST(1,2), 0x00000002 }, [all …]
|
H A D | vsc7326.c | 138 { REG_TEST(0,0), 0x00000022 }, 139 { REG_TEST(1,0), 0x00000022 }, 148 { REG_TEST(0,0), 0x00000020 }, 149 { REG_TEST(1,0), 0x00000020 }, 164 { REG_TEST(0,1), 0x00000022 }, 165 { REG_TEST(1,1), 0x00000022 }, 174 { REG_TEST(0,1), 0x00000020 }, 175 { REG_TEST(1,1), 0x00000020 }, 190 { REG_TEST(0,2), 0x00000022 }, 191 { REG_TEST(1,2), 0x00000022 }, [all …]
|
H A D | vsc7321_reg.h | 92 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ macro
|
H A D | vsc7326_reg.h | 96 #define REG_TEST(ie,fn) CRA(0x2,ie&1,0x00+fn) /* Mode & Test Register */ macro
|