Home
last modified time | relevance | path

Searched refs:bsc (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.10/drivers/staging/board/
Dboard.c122 int __init board_staging_register_clock(const struct board_staging_clk *bsc) in board_staging_register_clock() argument
126 pr_debug("Aliasing clock %s for con_id %s dev_id %s\n", bsc->clk, in board_staging_register_clock()
127 bsc->con_id, bsc->dev_id); in board_staging_register_clock()
128 error = clk_add_alias(bsc->con_id, bsc->dev_id, bsc->clk, NULL); in board_staging_register_clock()
130 pr_err("Failed to alias clock %s (%d)\n", bsc->clk, error); in board_staging_register_clock()
Dboard.h30 int board_staging_register_clock(const struct board_staging_clk *bsc);
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/
Drenesas,h8300-bsc.txt4 - compatible: Must be "renesas,h8300-bsc".
8 bsc: memory-controller@fee01e {
9 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
/Linux-v5.10/arch/h8300/boot/dts/
Dh8300h_sim.dts60 bsc: memory-controller@fee01e { label
61 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
Dh8s_sim.dts66 bsc: memory-controller@fffec0 { label
67 compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
Dedosk2674.dts67 bsc: memory-controller@fffec0 { label
68 compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
/Linux-v5.10/arch/h8300/kernel/
Dsetup.c184 struct device_node *bsc; in access_timing() local
190 bsc = of_find_compatible_node(NULL, NULL, "renesas,h8300-bsc"); in access_timing()
191 base = of_iomap(bsc, 0); in access_timing()
/Linux-v5.10/arch/arm/boot/dts/
Dr8a7778-bockw.dts64 &bsc {
Dr8a73a4-ape6evm.dts165 &bsc {
Dr8a73a4.dtsi477 bsc: bus@fec10000 { label
478 compatible = "renesas,bsc-r8a73a4", "renesas,bsc",
Dsh73a0.dtsi592 bsc: bus@fec10000 { label
593 compatible = "renesas,bsc-sh73a0", "renesas,bsc",
Dsh73a0-kzm9g.dts170 &bsc {
Dbcm2711.dtsi342 reg-names = "bsc", "auto-i2c";
378 reg-names = "bsc", "auto-i2c";
Dr8a7778.dtsi43 bsc: bus@1c000000 { label
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_dtv_encoder.c18 uint32_t bsc; member
Dmdp4_lcdc_encoder.c23 uint32_t bsc; member
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.h165 uint32_t bsc; member
/Linux-v5.10/Documentation/filesystems/spufs/
Dspu_run.rst117 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
Dspu_create.rst104 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
/Linux-v5.10/drivers/mtd/nand/onenand/
Donenand_base.c280 int bsa, bsc; in onenand_buffer_address() local
291 bsc = count & ONENAND_BSC_MASK; in onenand_buffer_address()
293 return ((bsa << ONENAND_BSA_SHIFT) | bsc); in onenand_buffer_address()
/Linux-v5.10/drivers/pinctrl/renesas/
Dpfc-r8a7740.c3196 SH_PFC_FUNCTION(bsc),
Dpfc-sh73a0.c3643 SH_PFC_FUNCTION(bsc),