Searched refs:register_value (Results 1 – 4 of 4) sorted by relevance
111 unsigned char register_value; in da9052_gpio_direction_input() local115 register_value = DA9052_INPUT | DA9052_ACTIVE_LOW << 2 | in da9052_gpio_direction_input()122 (register_value << in da9052_gpio_direction_input()128 register_value); in da9052_gpio_direction_input()137 unsigned char register_value; in da9052_gpio_direction_output() local141 register_value = DA9052_OUTPUT_PUSHPULL | DA9052_SUPPLY_VDD_IO1 << 2 | in da9052_gpio_direction_output()148 (register_value << in da9052_gpio_direction_output()154 register_value); in da9052_gpio_direction_output()
66 unsigned char register_value = DA9052_OPENDRAIN_OUTPUT in da9052_configure_leds() local71 register_value); in da9052_configure_leds()81 register_value << DA9052_NIBBLE_SHIFT); in da9052_configure_leds()
171 unsigned int destination, unsigned int register_value);
9167 unsigned long register_value; in hpsa_enter_performant_mode() local9257 register_value = readl(&(h->cfgtable->TransportActive)); in hpsa_enter_performant_mode()9258 if (!(register_value & CFGTBL_Trans_Performant)) { in hpsa_enter_performant_mode()