OE
#define OUT (OE)
#define BIDIR (OE | OD)
#define BIDIR_PU (OE | PU | OD)
#define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
#define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
rzv2m_writel_we(pctrl->base + OE(port), bit, output);
#define OUT (OE)
#define BIDIR (OE | OD)
#define BIDIR_PU (OE | PU | OD)