Home
last modified time | relevance | path

Searched refs:register_value (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-da9052.c111 unsigned char register_value; in da9052_gpio_direction_input() local
115 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() local
141 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()
/linux/drivers/leds/
H A Dleds-da9052.c66 unsigned char register_value = DA9052_OPENDRAIN_OUTPUT in da9052_configure_leds() local
71 register_value); in da9052_configure_leds()
81 register_value << DA9052_NIBBLE_SHIFT); in da9052_configure_leds()
/linux/drivers/comedi/drivers/
H A Dni_tio.h171 unsigned int destination, unsigned int register_value);
/linux/drivers/scsi/
H A Dhpsa.c9167 unsigned long register_value; in hpsa_enter_performant_mode() local
9257 register_value = readl(&(h->cfgtable->TransportActive)); in hpsa_enter_performant_mode()
9258 if (!(register_value & CFGTBL_Trans_Performant)) { in hpsa_enter_performant_mode()