Searched refs:MCP_REG_MCPR_GP_OENABLE (Results 1 – 2 of 2) sorted by relevance
513 #define MCP_REG_MCPR_GP_OENABLE 0x800c8 macro
1098 gp_oenable = REG_RD(sc, MCP_REG_MCPR_GP_OENABLE); in elink_get_epio()1099 REG_WR(sc, MCP_REG_MCPR_GP_OENABLE, gp_oenable & ~epio_mask); in elink_get_epio()1124 gp_oenable = REG_RD(sc, MCP_REG_MCPR_GP_OENABLE); in elink_set_epio()1125 REG_WR(sc, MCP_REG_MCPR_GP_OENABLE, gp_oenable | epio_mask); in elink_set_epio()