Searched refs:reg_portctl (Results 1 – 1 of 1) sorted by relevance
1573 unsigned char reg_portctl; in nvp6158_set_portcontrol() local1575 reg_portctl = gpio_i2c_read(nvp6158_iic_addr[chip], 0xCA); in nvp6158_set_portcontrol()1579 _SET_BIT(reg_portctl, (portsel+5)); in nvp6158_set_portcontrol()1581 _CLE_BIT(reg_portctl, (portsel+5)); in nvp6158_set_portcontrol()1584 _SET_BIT(reg_portctl, portsel); in nvp6158_set_portcontrol()1586 _CLE_BIT(reg_portctl, portsel); in nvp6158_set_portcontrol()1589 _SET_BIT(reg_portctl, (portsel+4)); in nvp6158_set_portcontrol()1591 _CLE_BIT(reg_portctl, (portsel+4)); in nvp6158_set_portcontrol()1594 _SET_BIT(reg_portctl, portsel); in nvp6158_set_portcontrol()1596 _CLE_BIT(reg_portctl, portsel); in nvp6158_set_portcontrol()