Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/amba/
Dbus.h122 #define AMBA_REV_BITS(a) (((a) >> 20) & 0x0f) macro
127 #define amba_rev(d) AMBA_REV_BITS((d)->periphid)
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsmc_nand.c927 if (AMBA_REV_BITS(host->pid) >= 8) { in fsmc_nand_attach_chip()
1070 AMBA_REV_BITS(pid), AMBA_CONFIG_BITS(pid)); in fsmc_nand_probe()
1116 if (AMBA_REV_BITS(host->pid) >= 8) { in fsmc_nand_probe()
/Linux-v4.19/drivers/dma/
Dste_dma40.c3158 rev = AMBA_REV_BITS(pid); in d40_hw_detect_init()