Home
last modified time | relevance | path

Searched refs:sgpio_out (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-6g-2gs.dts25 tx-disable-gpios = <&sgpio_out 3 0 GPIO_ACTIVE_LOW>;
27 rate-select0-gpios = <&sgpio_out 2 0 GPIO_ACTIVE_HIGH>;
28 rate-select1-gpios = <&sgpio_out 2 1 GPIO_ACTIVE_HIGH>;
37 tx-disable-gpios = <&sgpio_out 3 1 GPIO_ACTIVE_LOW>;
39 rate-select0-gpios = <&sgpio_out 2 2 GPIO_ACTIVE_HIGH>;
40 rate-select1-gpios = <&sgpio_out 2 3 GPIO_ACTIVE_HIGH>;
H A Dlan966x-pcb8309.dts50 gpios = <&sgpio_out 2 0 GPIO_ACTIVE_LOW>;
56 gpios = <&sgpio_out 2 1 GPIO_ACTIVE_LOW>;
62 gpios = <&sgpio_out 3 0 GPIO_ACTIVE_LOW>;
68 gpios = <&sgpio_out 3 1 GPIO_ACTIVE_LOW>;
77 mux-gpios = <&sgpio_out 11 0 GPIO_ACTIVE_HIGH>, /* p11b0 */
78 <&sgpio_out 11 1 GPIO_ACTIVE_HIGH>; /* p11b1 */
84 tx-disable-gpios = <&sgpio_out 10 0 GPIO_ACTIVE_LOW>;
93 tx-disable-gpios = <&sgpio_out 10 1 GPIO_ACTIVE_LOW>;
H A Dlan966x-pcb8291.dts32 gpios = <&sgpio_out 2 0 GPIO_ACTIVE_LOW>;
38 gpios = <&sgpio_out 2 1 GPIO_ACTIVE_LOW>;
44 gpios = <&sgpio_out 3 0 GPIO_ACTIVE_LOW>;
50 gpios = <&sgpio_out 3 1 GPIO_ACTIVE_LOW>;
H A Dlan966x-kontron-kswitch-d10-mmt.dtsi212 sgpio_out: gpio@1 { label
H A Dlan966x.dtsi580 sgpio_out: gpio@1 { label
/openbmc/linux/drivers/ata/
H A Dsata_highbank.c137 u32 sgpio_out; in ecx_transmit_led_message() local
151 sgpio_out = pdata->sgpio_pattern; in ecx_transmit_led_message()
163 gpiod_set_value(pdata->sgpio_gpiod[SDATA], sgpio_out & 1); in ecx_transmit_led_message()
164 sgpio_out >>= 1; in ecx_transmit_led_message()