Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c29 #define GPIO_EEPROM_OE 255 macro
35 gpio_set_value(GPIO_EEPROM_OE, 0); in digsy_mtc_op_prepare()
41 gpio_set_value(GPIO_EEPROM_OE, 1); in digsy_mtc_op_finish()
92 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH, in digsy_mtc_eeprom_devices_init()
95 pr_err("can't request gpio %d\n", GPIO_EEPROM_OE); in digsy_mtc_eeprom_devices_init()