Home
last modified time | relevance | path

Searched refs:RT_GENMASK (Results 1 – 9 of 9) sorted by relevance

/components/drivers/sdio/sdhci/include/
A Dsdhci.h204 #define RT_SDHCI_TIMEOUT_CLK_MASK RT_GENMASK(5, 0)
207 #define RT_SDHCI_CLOCK_BASE_MASK RT_GENMASK(13, 8)
209 #define RT_SDHCI_CLOCK_V3_BASE_MASK RT_GENMASK(15, 8)
231 #define RT_SDHCI_RETUNING_TIMER_COUNT_MASK RT_GENMASK(11, 8)
233 #define RT_SDHCI_RETUNING_MODE_MASK RT_GENMASK(15, 14)
239 #define RT_SDHCI_MAX_CURRENT_LIMIT RT_GENMASK(7, 0)
240 #define RT_SDHCI_MAX_CURRENT_330_MASK RT_GENMASK(7, 0)
241 #define RT_SDHCI_MAX_CURRENT_300_MASK RT_GENMASK(15, 8)
242 #define RT_SDHCI_MAX_CURRENT_180_MASK RT_GENMASK(23, 16)
266 #define RT_SDHCI_PRESET_DRV_MASK RT_GENMASK(15, 14)
[all …]
/components/drivers/pci/host/dw/
A Dpcie-dw.h28 #define PORT_AFR_N_FTS_MASK RT_GENMASK(15, 8)
30 #define PORT_AFR_CC_N_FTS_MASK RT_GENMASK(23, 16)
34 #define PORT_AFR_L0S_ENTRANCE_LAT_MASK RT_GENMASK(26, 24)
36 #define PORT_AFR_L1_ENTRANCE_LAT_MASK RT_GENMASK(29, 27)
42 #define PORT_LINK_MODE_MASK RT_GENMASK(21, 16)
57 #define PORT_LOGIC_N_FTS_MASK RT_GENMASK(7, 0)
59 #define PORT_LOGIC_LINK_WIDTH_MASK RT_GENMASK(12, 8)
92 #define PCIE_ATU_BUS(x) RT_FIELD_PREP(RT_GENMASK(31, 24), x)
93 #define PCIE_ATU_DEV(x) RT_FIELD_PREP(RT_GENMASK(23, 19), x)
94 #define PCIE_ATU_FUNC(x) RT_FIELD_PREP(RT_GENMASK(18, 16), x)
/components/drivers/include/drivers/
A Dahci.h23 #define RT_AHCI_CAP_NP RT_GENMASK(4, 0) /* Number of Ports */
24 #define RT_AHCI_CAP_NCS RT_GENMASK(8, 12) /* Number of Command Slots */
31 #define RT_AHCI_CAP_ISS RT_GENMASK(23, 20) /* Interface Speed Support */
A Dmisc.h56 #define RT_GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (RT_BITS_PER_LONG - 1 - (h)))) macro
/components/drivers/pin/
A Ddev_pin_ofw.c102 switch (flags & RT_GENMASK(6, 4)) in rt_ofw_get_named_pin()
/components/drivers/pic/
A Dpic-gicv2.c233 val &= ~RT_GENMASK(shift + 7, shift); in gicv2_irq_set_affinity()
A Dpic-gicv3-its.c35 #define ITS_LPI_CONFIG_PROP_MASK RT_GENMASK(7, ITS_LPI_CONFIG_PROP_SHIFT)
1316 lpi_table_size = RT_GENMASK(lpi_id_bits, 0); in its_lpi_table_init()
A Dpic-gicv3.c125 case 8192 ... RT_GENMASK(23, 0): in gicv3_hwirq_type()
/components/drivers/nvme/
A Dnvme.c462 if ((nvme->sgl_mode && (buffer_dma & RT_GENMASK(1, 0))) || in nvme_blk_read()
524 if ((nvme->sgl_mode && (buffer_dma & RT_GENMASK(1, 0))) || in nvme_blk_write()

Completed in 26 milliseconds