Searched refs:index (Results 1 – 7 of 7) sorted by relevance
| /platform/pc/ |
| A D | ide.c | 492 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg8() 500 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg16() 508 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg32() 516 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg8_array() 524 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg16_array() 532 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_read_reg32_array() 540 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_write_reg8_array() 548 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_write_reg16_array() 556 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_write_reg32_array() 564 DEBUG_ASSERT(index >= 0 && index < IDE_REG_NUM); in ide_write_reg8() [all …]
|
| /platform/stm32f0xx/include/platform/ |
| A D | rcc.h | 22 #define STM32_RCC_CLK(reg, index) (((reg) << 16) | (index)) argument 23 #define STM32_RCC_CLK_AHB(index) STM32_RCC_CLK(STM32_RCC_REG_AHB, index) argument 24 #define STM32_RCC_CLK_APB1(index) STM32_RCC_CLK(STM32_RCC_REG_APB1, index) argument 25 #define STM32_RCC_CLK_APB2(index) STM32_RCC_CLK(STM32_RCC_REG_APB2, index) argument
|
| /platform/pc/include/platform/ |
| A D | pcnet.h | 15 int index; member
|
| /platform/stm32f0xx/ |
| A D | timer_capture.c | 149 stm32_timer_index_t index = stm32_timer_get_index(timer); in stm32_timer_get_config() local 150 if (index == STM32_TIM_NOT_FOUND) { in stm32_timer_get_config() 153 return &stm32_timer_config[index]; in stm32_timer_get_config() 247 static void stm32_timer_capture_irq(stm32_timer_index_t index) { in stm32_timer_capture_irq() argument 251 stm32_timer_capture_t *tc = stm32_timer_capture_data[index]; in stm32_timer_capture_irq()
|
| /platform/lpc43xx/ |
| A D | udc-common.h | 47 uint16_t index; member
|
| A D | udc.c | 356 s.type, s.request, s.value, s.index, s.length); in handle_setup() 378 if ((s.value == 0) && (s.index == 0) && (s.length == 1)) { in handle_setup() 411 unsigned num = s.index & 15; in handle_setup() 412 unsigned in = !!(s.index & 0x80); in handle_setup() 432 s.type, s.request, s.value, s.index, s.length); in handle_setup()
|
| /platform/stm32f7xx/patch/ |
| A D | qspi_const.patch | 2 index b9703b7..9571cd6 100644 33 index ae028c0..baafa7d 100644
|
Completed in 15 milliseconds