Searched refs:reg_set_one_bit (Results 1 – 9 of 9) sorted by relevance
| /bsp/loongson/ls1bdev/libraries/ |
| A D | ls1b_pin.c | 34 reg_set_one_bit(gpio_cfgx, pin); in pin_set_purpose() 159 reg_set_one_bit(reg, pin); in pin_set_remap()
|
| A D | ls1b_gpio.c | 98 reg_set_one_bit(gpio_enx, pin); in gpio_init() 140 reg_set_one_bit(gpio_outx, pin); in gpio_set()
|
| A D | ls1b_public.h | 52 void reg_set_one_bit(volatile unsigned int *reg, unsigned int bit);
|
| A D | ls1b_public.c | 19 void reg_set_one_bit(volatile unsigned int *reg, unsigned int bit) in reg_set_one_bit() function
|
| /bsp/loongson/ls1cdev/libraries/ |
| A D | ls1c_pin.c | 33 reg_set_one_bit(gpio_cfgx, pin); in pin_set_purpose() 158 reg_set_one_bit(reg, pin); in pin_set_remap()
|
| A D | ls1c_gpio.c | 115 reg_set_one_bit(gpio_enx, pin); in gpio_init() 166 reg_set_one_bit(gpio_outx, pin); in gpio_set()
|
| A D | ls1c_public.h | 52 void reg_set_one_bit(volatile unsigned int *reg, unsigned int bit);
|
| A D | ls1c_public.c | 18 void reg_set_one_bit(volatile unsigned int *reg, unsigned int bit) in reg_set_one_bit() function
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | touch.c | 318 reg_set_one_bit(LS1C_INT4_EN, 1<<(TOUCH_INT_PIN-64)); in touch_int_cmd()
|
Completed in 17 milliseconds