Searched refs:smode1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/playstation2/ee/ |
H A D | gs.c | 51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member 57 .smode1 = SMODE1(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 70 .smode1 = SMODE1(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 83 .smode1 = SMODE1(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 96 .smode1 = SMODE1(0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 109 .smode1 = SMODE1(1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 124 u_int64_t smode1 = p->smode1; in gs_init() local 132 _reg_write_8(GS_S_SMODE1_REG, smode1 | ((u_int64_t)1 << 16)); in gs_init() 140 _reg_write_8(GS_S_SMODE1_REG, smode1 & ~((u_int64_t)1 << 16)); in gs_init() 146 smode1 & ~((u_int64_t)1 << 16) & ~((u_int64_t)1 << 17)); in gs_init()
|