Searched refs:guts (Results 1 – 5 of 5) sorted by relevance
/drivers/soc/fsl/ |
D | guts.c | 17 struct guts { struct 28 static struct guts *guts; argument 128 if (!guts || !guts->regs) in fsl_guts_get_svr() 131 if (guts->little_endian) in fsl_guts_get_svr() 132 svr = ioread32(&guts->regs->svr); in fsl_guts_get_svr() 134 svr = ioread32be(&guts->regs->svr); in fsl_guts_get_svr() 149 guts = devm_kzalloc(dev, sizeof(*guts), GFP_KERNEL); in fsl_guts_probe() 150 if (!guts) in fsl_guts_probe() 153 guts->little_endian = of_property_read_bool(np, "little-endian"); in fsl_guts_probe() 156 guts->regs = devm_ioremap_resource(dev, res); in fsl_guts_probe() [all …]
|
D | Makefile | 9 obj-$(CONFIG_FSL_GUTS) += guts.o
|
D | Kconfig | 20 Other guts accesses, such as reading RCW, should eventually be moved
|
/drivers/clk/ |
D | clk-qoriq.c | 94 struct ccsr_guts __iomem *guts; member 436 reg = ioread32be(&cg->guts->rcwsr[7]); in p2041_init_periph() 448 reg = ioread32be(&cg->guts->rcwsr[7]); in p4080_init_periph() 466 reg = ioread32be(&cg->guts->rcwsr[7]); in p5020_init_periph() 481 reg = ioread32be(&cg->guts->rcwsr[7]); in p5040_init_periph() 1458 struct device_node *guts; in clockgen_init() local 1460 guts = of_find_compatible_node(NULL, NULL, in clockgen_init() 1462 if (guts) { in clockgen_init() 1463 clockgen.guts = of_iomap(guts, 0); in clockgen_init() 1464 if (!clockgen.guts) { in clockgen_init() [all …]
|
/drivers/net/wireless/intersil/orinoco/ |
D | Kconfig | 24 This option includes the guts of the driver, but in order to
|