Lines Matching +full:9 +full:fgv0241
3 * Driver for Renesas 9-series PCIe clock generator driver
6 * - 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ
8 * - 9FGV0241
9 * - 9FGV0441
10 * - 9FGV0841
56 /* Structure to describe features of a particular 9-series model */
74 * Renesas 9-series i2c regmap
162 * On 9FGV0241, the DIF OE0 is BIT(1) and DIF OE(1) is BIT(2), in rs9_calc_dif()
163 * on 9FGV0441 and 9FGV0841 the DIF OE0 is BIT(0) and so on. in rs9_calc_dif()
164 * Increment the index in the 9FGV0241 special case here. in rs9_calc_dif()
398 { "9fgv0241", .driver_data = (kernel_ulong_t)&renesas_9fgv0241_info },
399 { "9fgv0441", .driver_data = (kernel_ulong_t)&renesas_9fgv0441_info },
400 { "9fgv0841", .driver_data = (kernel_ulong_t)&renesas_9fgv0841_info },
406 { .compatible = "renesas,9fgv0241", .data = &renesas_9fgv0241_info },
407 { .compatible = "renesas,9fgv0441", .data = &renesas_9fgv0441_info },
408 { .compatible = "renesas,9fgv0841", .data = &renesas_9fgv0841_info },
417 .name = "clk-renesas-pcie-9series",
427 MODULE_DESCRIPTION("Renesas 9-series PCIe clock generator driver");