Lines Matching refs:SETIREGAND
1345 #define SETIREGAND(r, i, a) sisusb_setidxregand(sisusb, r, i, a) macro
1397 ret |= SETIREGAND(SISSR, 0x15, 0xef); in sisusb_getbuswidth()
1423 ret |= SETIREGAND(SISSR, 0x14, 0xfd); in sisusb_getbuswidth()
1508 ret |= SETIREGAND(SISSR, 0x21, (tmp1 & 0xfb)); in sisusb_verify_mclk()
1510 ret |= SETIREGAND(SISSR, 0x3c, 0xfe); /* not on 330 */ in sisusb_verify_mclk()
1726 SETIREGAND(SISSR, 0x07, 0xfb); in sisusb_set_default_mode()
1750 SETIREGAND(SISGR, 0x05, 0xbf); in sisusb_set_default_mode()
1754 SETIREGAND(SISSR, 0x37, 0xfe); in sisusb_set_default_mode()
1782 SETIREGAND(SISSR, 0x3d, 0xfe); /* FIFO */ in sisusb_set_default_mode()
1784 SETIREGAND(SISSR, 0x09, 0xf0); in sisusb_set_default_mode()
1787 SETIREGAND(SISSR, 0x1f, 0x3f); /* mode regs */ in sisusb_set_default_mode()
1790 SETIREGAND(SISCR, 0x1a, 0xfc); in sisusb_set_default_mode()
1791 SETIREGAND(SISSR, 0x0f, 0xb7); in sisusb_set_default_mode()
1792 SETIREGAND(SISSR, 0x31, 0xfb); in sisusb_set_default_mode()
1794 SETIREGAND(SISSR, 0x32, 0xf3); in sisusb_set_default_mode()
1801 SETIREGAND(SISSR, 0x37, 0xfe); in sisusb_set_default_mode()
1804 SETIREGAND(SISSR, 0x01, 0xdf); /* enable display */ in sisusb_set_default_mode()
1868 ret |= SETIREGAND(SISCR, 0x5b, 0xdf); in sisusb_init_gfxcore()
1932 ret |= SETIREGAND(SISCAP, 0x3f, 0xef); in sisusb_init_gfxcore()
1964 ret |= SETIREGAND(SISSR, 0x21, 0xdf); in sisusb_init_gfxcore()
1971 ret |= SETIREGAND(SISSR, 0x17, 0xf8); in sisusb_init_gfxcore()
2014 #undef SETIREGAND