Home
last modified time | relevance | path

Searched refs:spicc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/spi/
H A Dspi-meson-spicc.c178 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable() argument
182 if (!spicc->data->has_oen) { in meson_spicc_oen_enable()
184 spicc->pins_idle_high = pinctrl_lookup_state(spicc->pinctrl, in meson_spicc_oen_enable()
186 if (IS_ERR(spicc->pins_idle_high)) { in meson_spicc_oen_enable()
187 dev_warn(&spicc->pdev->dev, "can't get idle-high pinctrl\n"); in meson_spicc_oen_enable()
188 spicc->pins_idle_high = NULL; in meson_spicc_oen_enable()
190 spicc->pins_idle_low = pinctrl_lookup_state(spicc->pinctrl, in meson_spicc_oen_enable()
192 if (IS_ERR(spicc->pins_idle_low)) { in meson_spicc_oen_enable()
193 dev_warn(&spicc->pdev->dev, "can't get idle-low pinctrl\n"); in meson_spicc_oen_enable()
194 spicc->pins_idle_low = NULL; in meson_spicc_oen_enable()
[all …]
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gx.dtsi390 spicc: spi@8d80 { label
391 compatible = "amlogic,meson-gx-spicc";
H A Damlogic-c3.dtsi764 compatible = "amlogic,meson-g12a-spicc";
776 compatible = "amlogic,meson-g12a-spicc";
H A Dmeson-gxbb.dtsi826 &spicc {
H A Dmeson-gxl.dtsi896 &spicc {
H A Dmeson-s4.dtsi633 compatible = "amlogic,meson-g12a-spicc";
H A Dmeson-axg.dtsi1823 compatible = "amlogic,meson-axg-spicc";
1834 compatible = "amlogic,meson-axg-spicc";
/linux/drivers/clk/meson/
H A Da1-peripherals.c1230 static struct clk_regmap spicc = { variable
1955 [CLKID_SPICC] = &spicc.hw,
2113 &spicc,