Searched refs:drive (Results 1 – 3 of 3) sorted by relevance
11 - Copy lk.bin from build-vim2-test to a USB flash drive12 - Connect the USB flash drive to VIM2 USB-A port
140 } drive[2]; member306 return state->drive[0].sector_size; in ide_get_block_size()314 return state->drive[0].sectors; in ide_get_block_count()873 state->drive[index].sectors = lba28_sectors; in ide_detect_ata()874 state->drive[index].sector_size = 512; in ide_detect_ata()889 state->drive[index].sectors = cyls * heads * sectors; in ide_detect_ata()890 state->drive[index].sector_size = 512; in ide_detect_ata()893 …dprintf(INFO, "ide: Disk %d supports %u sectors for a total of %u bytes\n", index, state->drive[in… in ide_detect_ata()894 state->drive[index].sectors * 512); in ide_detect_ata()903 static void ide_lba_setup(struct device *dev, uint32_t addr, int drive) { in ide_lba_setup() argument[all …]
198 nrf_gpio_pin_drive_t drive,580 nrf_gpio_pin_drive_t drive, in nrf_gpio_cfg() argument588 | ((uint32_t)drive << GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_cfg()
Completed in 7 milliseconds