Searched +full:hb +full:- +full:ahci (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Calxeda AHCI SATA Controller10 The Calxeda SATA controller mostly conforms to the AHCI interface15 - Andre Przywara <andre.przywara@arm.com>19 const: calxeda,hb-ahci27 dma-coherent: true29 calxeda,pre-clocks:35 calxeda,post-clocks:[all …]
2 * Copyright 2010-2011 Calxeda, Inc.4 * SPDX-License-Identifier: GPL-2.0+8 #include <ahci.h>95 gd->ram_size = SZ_512M; in dram_init()106 do_fixup_by_compat(fdt, "calxeda,hb-ahci", "status", in ft_board_setup()110 do_fixup_by_compat(fdt, "calxeda,hb-sdhci", "status", in ft_board_setup()
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright 2011-2012 Calxeda, Inc.20 #address-cells = <1>;21 #size-cells = <1>;22 compatible = "simple-bus";23 interrupt-parent = <&intc>;26 compatible = "calxeda,hb-ahci";29 dma-coherent;30 calxeda,port-phys = < &combophy5 0>, <&combophy0 0>,33 calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>,[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright 2010-2011 Calxeda, Inc.8 #include <linux/dma-map-ops.h>12 #include <linux/pl320-ipc.h>21 #include <asm/hardware/cache-l2x0.h>55 if (of_find_compatible_node(NULL, NULL, "arm,cortex-a9")) in highbank_init_irq()71 int reg = -1; in highbank_platform_notifier()78 if (of_device_is_compatible(dev->of_node, "calxeda,hb-ahci")) in highbank_platform_notifier()80 else if (of_device_is_compatible(dev->of_node, "calxeda,hb-sdhci")) in highbank_platform_notifier()82 else if (of_device_is_compatible(dev->of_node, "arm,pl330")) in highbank_platform_notifier()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Calxeda Highbank AHCI SATA platform driver6 * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov25 #include "ahci.h"53 /* Each of the 6 phys can have up to 4 sata ports attached to i. Map 0-based91 return 1 << (3 * pdata->port_to_sgpio[port] + shift); in sgpio_bit_shift()97 pdata->sgpio_pattern |= sgpio_bit_shift(pdata, port, in ecx_parse_sgpio()100 pdata->sgpio_pattern &= ~sgpio_bit_shift(pdata, port, in ecx_parse_sgpio()103 pdata->sgpio_pattern |= sgpio_bit_shift(pdata, port, in ecx_parse_sgpio()106 pdata->sgpio_pattern &= ~sgpio_bit_shift(pdata, port, in ecx_parse_sgpio()[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...