Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dxlat_tables_core.c297 const unsigned int level, const uint64_t desc_type) in xlat_tables_unmap_region_action() argument
311 assert(desc_type == PAGE_DESC); in xlat_tables_unmap_region_action()
323 if (desc_type == TABLE_DESC) { in xlat_tables_unmap_region_action()
326 assert(desc_type == BLOCK_DESC); in xlat_tables_unmap_region_action()
342 assert(desc_type == TABLE_DESC); in xlat_tables_unmap_region_action()
382 uint64_t desc_type = desc & DESC_MASK; in xlat_tables_unmap_region() local
386 desc_type); in xlat_tables_unmap_region()
437 unsigned int desc_type, unsigned long long dest_pa, in xlat_tables_map_region_action() argument
463 if (desc_type == PAGE_DESC) { in xlat_tables_map_region_action()
470 assert(desc_type == INVALID_DESC); in xlat_tables_map_region_action()
[all …]
H A Dxlat_tables_utils.c299 uint64_t idx, desc, desc_type; in find_xlat_table_entry() local
309 desc_type = desc & DESC_MASK; in find_xlat_table_entry()
311 if (desc_type == INVALID_DESC) { in find_xlat_table_entry()
321 assert(desc_type == PAGE_DESC); in find_xlat_table_entry()
326 if (desc_type == BLOCK_DESC) { in find_xlat_table_entry()
331 assert(desc_type == TABLE_DESC); in find_xlat_table_entry()
/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c58 uint8_t desc_type = HIBYTE(req->value); in usb_core_get_desc() local
61 switch (desc_type) { in usb_core_get_desc()
118 ERROR("Unknown request %i\n", desc_type); in usb_core_get_desc()