Home
last modified time | relevance | path

Searched refs:RT_FIELD_GET (Results 1 – 4 of 4) sorted by relevance

/components/drivers/pci/
A Dpme.c61 pdev->pme_support = RT_FIELD_GET(PCIM_PCAP_PMEMASK, pmc); in rt_pci_pme_init()
/components/drivers/include/drivers/
A Dmisc.h44 #define RT_FIELD_GET(mask, val) (((val) & (mask)) >> (__rt_ffsl((mask)) - 1)) macro
/components/drivers/pic/
A Dpic-gicv3-its.c165 return RT_FIELD_GET(GITS_TYPER_DEVBITS, HWREG64(its->base + GITS_TYPER)) + 1; in its_device_id_bits()
781 itt_size = tbl->itt_entries * (RT_FIELD_GET(GITS_TYPER_ITT_ENTRY_SIZE, in gicv3_its_irq_alloc_msi()
1088 if (RT_FIELD_GET(GITS_BASER_PAGE_SIZE_MASK, tbl->val) == baser_page_size) in its_baser_page_size()
/components/drivers/pci/host/dw/
A Dpcie-dw.c541 link_speed = RT_FIELD_GET(PCIEM_LINK_CAP_MAX_SPEED, cap); in dw_pcie_link_set_max_speed()

Completed in 8 milliseconds