Searched refs:slot (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/platform/pico/rp2_common/hardware_irq/ |
A D | irq.c | 193 irq_hander_chain_free_slot_head = slot->link; in irq_add_shared_handler() 206 *slot = slot_data; in irq_add_shared_handler() 207 vtable_handler = (irq_handler_t)add_thumb_bit(slot); in irq_add_shared_handler() 231 prev_slot->inst3 = make_branch(&prev_slot->inst3, slot), in irq_add_shared_handler() 233 *slot = slot_data; in irq_add_shared_handler() 244 *slot = slot_data; in irq_add_shared_handler() 248 vtable_handler = (irq_handler_t)add_thumb_bit(slot); in irq_add_shared_handler() 364 void irq_add_tail_to_free_list(struct irq_handler_chain_slot *slot) { in irq_add_tail_to_free_list() argument 365 irq_handler_t slot_handler = (irq_handler_t) add_thumb_bit(slot); in irq_add_tail_to_free_list() 372 int slot_index = slot - irq_handler_chain_slots; in irq_add_tail_to_free_list() [all …]
|
/lk-master/dev/bus/pci/ |
A D | type1.cpp | 30 static uint16_t type1_read_byte(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_byte() argument 32 uint32_t address = (uint32_t)((bus << 16) | (slot << 11) | in type1_read_byte() 43 static uint16_t type1_read_half(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_half() argument 45 uint32_t address = (uint32_t)((bus << 16) | (slot << 11) | in type1_read_half() 57 static uint32_t type1_read_word(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_word() argument 59 uint32_t address = (uint32_t)((bus << 16) | (slot << 11) | in type1_read_word()
|
/lk-master/app/loader/ |
A D | loader.c | 52 static void set_ram_zone(download_t *d, unsigned char *spot, int slot) { in set_ram_zone() argument 53 d->start = spot + (DOWNLOAD_SLOT_SIZE * slot); in set_ram_zone() 135 int slot; in loader() local 154 slot = any_slot; in loader() 158 slot = elf_slot; in loader() 165 slot = argv[3].i; in loader() 168 set_ram_zone(download, DOWNLOAD_BASE, slot); in loader()
|
/lk-master/target/sifive-unleashed/dt/ |
A D | hifive-unleashed-a00.dts | 106 compatible = "mmc-spi-slot";
|
/lk-master/dev/bus/pci/include/dev/bus/ |
A D | pci.h | 146 uint8_t slot; member
|
Completed in 7 milliseconds