Home
last modified time | relevance | path

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

/lk-master/target/vim2/
A DREADME11 - Copy lk.bin from build-vim2-test to a USB flash drive
12 - Connect the USB flash drive to VIM2 USB-A port
/lk-master/platform/pc/
A Dide.c140 } drive[2]; member
306 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 …]
/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h198 nrf_gpio_pin_drive_t drive,
580 nrf_gpio_pin_drive_t drive, in nrf_gpio_cfg() argument
588 | ((uint32_t)drive << GPIO_PIN_CNF_DRIVE_Pos) in nrf_gpio_cfg()

Completed in 7 milliseconds