Lines Matching refs:sh_pfc_read
496 val = (sh_pfc_read(pfc, reg) >> offset) & GENMASK(size - 1, 0);
530 val = sh_pfc_read(pfc, reg);
626 val = sh_pfc_read(pfc, pocctrl);
707 val = sh_pfc_read(pfc, pocctrl);
849 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit)))
851 else if (!reg->pud || (sh_pfc_read(pfc, reg->pud) & BIT(bit)))
856 if (sh_pfc_read(pfc, reg->pud) & BIT(bit))
875 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit);
880 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit);
889 enable = sh_pfc_read(pfc, reg->pud) & ~BIT(bit);