Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c171 #define PORTEXP_IO_TO_PIN(gpio_nr) \ macro
184 (1 << PORTEXP_IO_TO_PIN(gpio)), in port_exp_direction_output()
185 (PCA953X_DIR_OUT << PORTEXP_IO_TO_PIN(gpio))); in port_exp_direction_output()
191 (1 << PORTEXP_IO_TO_PIN(gpio)), in port_exp_direction_output()
192 (value << PORTEXP_IO_TO_PIN(gpio))); in port_exp_direction_output()