Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-xra1403.c23 #define XRA_GCR 0x06 /* GPIO Configuration */ macro
55 return regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_input()
65 ret = regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_output()
82 ret = regmap_read(xra->regmap, to_reg(XRA_GCR, offset), &val); in xra1403_get_direction()
138 gcr = value[XRA_GCR + 1] << 8 | value[XRA_GCR]; in xra1403_dbg_show()