Searched defs:amba_device (Results 1 – 4 of 4) sorted by relevance
64 struct amba_device { struct83 int (*probe)(struct amba_device *, const struct amba_id *); argument
64 struct amba_device { struct78 int (*probe)(struct amba_device *, const struct amba_id *); argument
265 #define amba_device(x) (((x) >> 12) & 0xfff) macro