/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.yaml | 3 $id: http://devicetree.org/schemas/bus/renesas,bsc.yaml# 6 title: Renesas Bus State Controller (BSC) 12 The Renesas Bus State Controller (BSC, sometimes called "LBSC within Bus 18 While the BSC is a fairly simple memory-mapped bus, it may be part of a 20 connected to the BSC can be accessed, the PM domain containing the BSC 21 must be powered on, and the functional clock driving the BSC must be 24 The bindings for the BSC extend the bindings for "simple-pm-bus". 33 - renesas,bsc-r8a73a4 # R-Mobile APE6 (r8a73a4) 34 - renesas,bsc-sh73a0 # SH-Mobile AG5 (sh73a0) 35 - const: renesas,bsc [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas,h8300-bsc.txt | 4 - compatible: Must be "renesas,h8300-bsc". 5 - reg: Base address and length of BSC registers. 8 bsc: memory-controller@fee01e { 9 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
|
/Linux-v5.10/drivers/staging/board/ |
D | board.c | 122 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()
|
D | board.h | 30 int board_staging_register_clock(const struct board_staging_clk *bsc);
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | brcm,brcmstb-i2c.yaml | 7 title: Broadcom STB BSC IIC Master Controller 26 - description: BSC register range 31 - const: bsc 93 reg-names = "bsc", "auto-i2c";
|
/Linux-v5.10/arch/h8300/boot/dts/ |
D | h8300h_sim.dts | 60 bsc: memory-controller@fee01e { label 61 compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
|
D | h8s_sim.dts | 66 bsc: memory-controller@fffec0 { label 67 compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
|
D | edosk2674.dts | 67 bsc: memory-controller@fffec0 { label 68 compatible = "renesas,h8s-bsc", "renesas,h8300-bsc";
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-brcmstb.c | 30 * PER_I2C/BSC count register mask depends on 1 byte/4 byte data register 39 /* BSC CTL register field definitions */ 69 /* BSC data transfer direction */ 72 /* BSC data transfer direction combined format */ 79 /* BSC block register map structure to cache fields to be written */ 206 /* Enable BSC CTL interrupt line */ in brcmstb_i2c_enable_disable_irq() 209 /* Disable BSC CTL interrupt line */ in brcmstb_i2c_enable_disable_irq() 304 /* enable BSC CTL interrupt line */ in brcmstb_send_i2c_cmd() 333 /* Actual data transfer through the BSC master */ 652 /* disable the bsc interrupt line */ in brcmstb_i2c_probe()
|
/Linux-v5.10/arch/h8300/kernel/ |
D | setup.c | 184 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/sh/include/cpu-sh4/cpu/ |
D | sh7722.h | 10 * MD3: BSC - Area0 Bus Width (16/32-bit) [CS0BCR.9,10] 11 * MD5: BSC - Endian Mode (L: Big, H: Little) [CMNCR.3] 148 /* BSC */
|
D | sh7723.h | 10 * MD3: BSC - Area0 Bus Width (16/32-bit) [CS0BCR.9,10] 11 * MD5: BSC - Endian Mode (L: Big, H: Little) [CMNCR.3] 247 /* BSC */
|
D | sh7724.h | 10 * MD3: BSC - Area0 Bus Width (16/32-bit) [CS0BCR.9,10] 11 * MD5: BSC - Endian Mode (L: Big, H: Little) [CMNCR.3] 113 /* BSC (PTA/PTB/PTJ/PTQ/PTR/PTT) */
|
/Linux-v5.10/arch/sh/kernel/cpu/sh2a/ |
D | setup-sh7206.c | 30 CMT0, CMT1, BSC, WDT, enumerator 61 INTC_IRQ(BSC, 148), INTC_IRQ(WDT, 152), 112 { 0xfffe0c04, 0, 16, 4, /* IPR08 */ { CMT0, CMT1, BSC, WDT } },
|
D | setup-sh7203.c | 22 USB, LCDC, CMT0, CMT1, BSC, WDT, enumerator 63 INTC_IRQ(BSC, 144), INTC_IRQ(WDT, 145), 144 { 0xfffe0c06, 0, 16, 4, /* IPR09 */ { BSC, WDT, MTU0_ABCD, MTU0_VEF } },
|
D | setup-sh7264.c | 25 USB, VDC3, CMT0, CMT1, BSC, WDT, enumerator 81 INTC_IRQ(BSC, 177), INTC_IRQ(WDT, 178), 201 { 0xfffe0c0a, 0, 16, 4, /* IPR11 */ { BSC, WDT, MTU0_ABCD, MTU0_VEF } },
|
D | setup-sh7269.c | 26 USB, VDC4, CMT0, CMT1, BSC, WDT, enumerator 90 INTC_IRQ(BSC, 190), INTC_IRQ(WDT, 191), 219 { 0xfffe0c0c, 0, 16, 4, /* IPR12 */ { CMT0, CMT1, BSC, WDT } },
|
/Linux-v5.10/arch/sh/include/mach-common/mach/ |
D | magicpanelr2.h | 30 /* BSC */
|
/Linux-v5.10/arch/sh/include/mach-ecovec24/mach/ |
D | partner-jet-setup.txt | 29 LIST "BSC"
|
/Linux-v5.10/drivers/zorro/ |
D | zorro.ids | 183 07fe BSC/Alfadata 185 0801 BSC/Alfadata 235 082c BSC/Alfadata
|
/Linux-v5.10/drivers/video/fbdev/ |
D | fm2fb.c | 2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer 27 * The BSC FrameMaster II (or Rainbow II) is a simple very dumb
|
/Linux-v5.10/arch/sh/include/cpu-sh3/cpu/ |
D | sh7720.h | 71 /* BSC */
|
/Linux-v5.10/arch/sh/include/cpu-sh2a/cpu/ |
D | sh7203.h | 80 /* BSC */
|
/Linux-v5.10/Documentation/filesystems/spufs/ |
D | spu_create.rst | 104 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
|
D | spu_run.rst | 117 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
|