Searched refs:S905D2_GPIOBOOT (Results 1 – 3 of 3) sorted by relevance
| /system/dev/board/astro/ |
| A D | astro-rawnand.c | 98 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(8), 2); in aml_raw_nand_init() 101 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(9), 2); in aml_raw_nand_init() 104 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(10), 2); in aml_raw_nand_init() 107 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(11), 2); in aml_raw_nand_init() 110 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(12), 2); in aml_raw_nand_init() 113 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(14), 2); in aml_raw_nand_init() 116 status = gpio_impl_set_alt_function(&bus->gpio, S905D2_GPIOBOOT(15), 2); in aml_raw_nand_init()
|
| /system/dev/lib/amlogic/include/soc/aml-t931/ |
| A D | t931-gpio.h | 12 #define T931_GPIOBOOT(n) S905D2_GPIOBOOT(n)
|
| /system/dev/lib/amlogic/include/soc/aml-s905d2/ |
| A D | s905d2-gpio.h | 27 #define S905D2_GPIOBOOT(n) (S905D2_GPIOBOOT_START + n) macro
|
Completed in 7 milliseconds