Lines Matching refs:SETIREGAND
1445 #define SETIREGAND(r,i,a) sisusb_setidxregand(sisusb, r, i, a) macro
1498 ret |= SETIREGAND(SISSR, 0x15, 0xef); in sisusb_getbuswidth()
1524 ret |= SETIREGAND(SISSR, 0x14, 0xfd); in sisusb_getbuswidth()
1610 ret |= SETIREGAND(SISSR, 0x21, (tmp1 & 0xfb)); in sisusb_verify_mclk()
1612 ret |= SETIREGAND(SISSR, 0x3c, 0xfe); /* not on 330 */ in sisusb_verify_mclk()
1830 SETIREGAND(SISSR, 0x07, 0xfb); in sisusb_set_default_mode()
1854 SETIREGAND(SISGR, 0x05, 0xbf); in sisusb_set_default_mode()
1858 SETIREGAND(SISSR, 0x37, 0xfe); in sisusb_set_default_mode()
1888 SETIREGAND(SISSR, 0x3d, 0xfe); /* FIFO */ in sisusb_set_default_mode()
1890 SETIREGAND(SISSR, 0x09, 0xf0); in sisusb_set_default_mode()
1893 SETIREGAND(SISSR, 0x1f, 0x3f); /* mode regs */ in sisusb_set_default_mode()
1896 SETIREGAND(SISCR, 0x1a, 0xfc); in sisusb_set_default_mode()
1897 SETIREGAND(SISSR, 0x0f, 0xb7); in sisusb_set_default_mode()
1898 SETIREGAND(SISSR, 0x31, 0xfb); in sisusb_set_default_mode()
1900 SETIREGAND(SISSR, 0x32, 0xf3); in sisusb_set_default_mode()
1907 SETIREGAND(SISSR, 0x37, 0xfe); in sisusb_set_default_mode()
1910 SETIREGAND(SISSR, 0x01, 0xdf); /* enable display */ in sisusb_set_default_mode()
1976 ret |= SETIREGAND(SISCR, 0x5b, 0xdf); in sisusb_init_gfxcore()
2037 ret |= SETIREGAND(SISCAP, 0x3f, 0xef); in sisusb_init_gfxcore()
2067 ret |= SETIREGAND(SISSR, 0x21, 0xdf); in sisusb_init_gfxcore()
2074 ret |= SETIREGAND(SISSR, 0x17, 0xf8); in sisusb_init_gfxcore()
2115 #undef SETIREGAND