Lines Matching refs:W_SBREG
54 W_SBREG((sii), (r), ((R_SBREG((sii), (r)) & ~(mask)) | (val)))
62 #define W_SBREG(sii, sbr, v) sb_write_sbreg((sii), (sbr), (v)) macro
63 #define AND_SBREG(sii, sbr, v) W_SBREG((sii), (sbr), (R_SBREG((sii), (sbr)) & (v)))
64 #define OR_SBREG(sii, sbr, v) W_SBREG((sii), (sbr), (R_SBREG((sii), (sbr)) | (v)))
191 W_SBREG(sii, &sb->sbintvec, vec); in sb_setint()
292 W_SBREG(sii, &sb->sbtmstatelow, w); in sb_core_cflags_wo()
312 W_SBREG(sii, &sb->sbtmstatelow, w); in sb_core_cflags()
339 W_SBREG(sii, &sb->sbtmstatehigh, w); in sb_core_sflags()
438 W_SBREG(sii, r, w); in sb_corereg()
866 W_SBREG(sii, &sb->sbtmstatelow, in sb_core_disable()
879 W_SBREG(sii, &sb->sbtmstatelow, ((bits << SBTML_SICF_SHIFT) | SBTML_REJ | SBTML_RESET)); in sb_core_disable()
909 W_SBREG(sii, &sb->sbtmstatelow, in sb_core_reset()
917 W_SBREG(sii, &sb->sbtmstatehigh, 0); in sb_core_reset()
924 W_SBREG(sii, &sb->sbtmstatelow, in sb_core_reset()
931 W_SBREG(sii, &sb->sbtmstatelow, ((bits | SICF_CLOCK_EN) << SBTML_SICF_SHIFT)); in sb_core_reset()
1005 W_SBREG(sii, &sb->sbimconfiglow, (tmp & ~TO_MASK) | to); in sb_set_initiator_to()