BRCMSTB_PULL_MASK
return (val >> BIT_TO_SHIFT(bit)) & BRCMSTB_PULL_MASK;
val &= ~(BRCMSTB_PULL_MASK << BIT_TO_SHIFT(bit));