Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-i8255.c16 #define I8255_NGPIO 24 macro
74 const unsigned int ppi = offset / I8255_NGPIO; in i8255_reg_mask_xlate()
75 const unsigned int ppi_offset = offset % I8255_NGPIO; in i8255_reg_mask_xlate()
126 gpio_config.ngpio = I8255_NGPIO * config->num_ppi; in devm_i8255_regmap_register()