Home
last modified time | relevance | path

Searched refs:part (Results 1 – 8 of 8) sorted by relevance

/lk-master/lib/partition/
A Dpartition.c32 static status_t validate_mbr_partition(bdev_t *dev, const struct mbr_part *part) { in validate_mbr_partition() argument
34 if (part->type == 0) in validate_mbr_partition()
37 if (part->status != 0x80 && part->status != 0x00) in validate_mbr_partition()
41 if (part->lba_start >= dev->block_count) in validate_mbr_partition()
43 if ((part->lba_start + part->lba_length) > dev->block_count) in validate_mbr_partition()
80 struct mbr_part part[4]; in partition_publish() local
81 memcpy(part, buf + 446, sizeof(part)); in partition_publish()
86 … 0x%hhx, type 0x%hhx, start 0x%x, len 0x%x\n", i, part[i].status, part[i].type, part[i].lba_start,… in partition_publish()
92 if (validate_mbr_partition(dev, &part[i]) >= 0) { in partition_publish()
98 … err = bio_publish_subdevice(device, subdevice, part[i].lba_start, part[i].lba_length); in partition_publish()
/lk-master/external/platform/pico/rp2_common/pico_platform/
A Dplatform.c33 uint32_t __unused part = (chip_id & SYSINFO_CHIP_ID_PART_BITS) >> SYSINFO_CHIP_ID_PART_LSB; in rp2040_chip_version() local
35 assert(part == PART_RP2); in rp2040_chip_version()
/lk-master/app/lpcboot/
A Dlpcboot.c125 u8 part[16]; member
138 .part = "LPC43xx",
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h42 #error CORE_M3 should be defined as part of your compiler define list
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dreadme.txt36 This is part of revision 9453 of the Stellaris Peripheral Driver Library.
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/
A Dreadme.dox43 * program distributed as part of Keil installation "(C:\Keil\ARM\Utilities\HID_Client)".
/lk-master/external/platform/stellaris/ti-driverlib/
A Dmakedefs36 # This is part of revision 9453 of the Stellaris Firmware Development Package.
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile151 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
153 # part of the path. The tag can be used to show relative paths in the file list.
163 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
215 # page for each member. If set to NO, the documentation of a member will be part
234 # "Side Effects:". You can put \n's in the value part of an alias to insert
235 # newlines (in the resulting output). You can put ^^ in the value part of an
602 # be sorted only by class name, not including the namespace part.
946 # is part of the input, its contents will be placed on the main page
1010 # source browser. The htags tool is part of GNU's global source tagging system
2224 # available from the path. This tool is part of Graphviz (see:

Completed in 15 milliseconds