Home
last modified time | relevance | path

Searched refs:slave1 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/hsr/
H A Dhsr_redbox.sh114 …ip -net "${ns1}" link add name hsr1 type hsr slave1 ns1eth1 slave2 ns1eth2 supervision 45 version …
115 …ip -net "${ns2}" link add name hsr2 type hsr slave1 ns2eth1 slave2 ns2eth2 interlink ns2eth3 super…
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-myirtech-myc.dtsi177 eth_slave1_pins_default: eth-slave1-default-pins {
194 eth_slave1_pins_sleep: eth-slave1-sleep-pins {
/linux/drivers/soundwire/
H A Dcadence_master.c1034 u32 slave0, slave1; in cdns_update_slave_status_work() local
1046 slave1 = cdns_readl(cdns, CDNS_MCP_SLAVE_INTSTAT1); in cdns_update_slave_status_work()
1053 cdns_writel(cdns, CDNS_MCP_SLAVE_INTSTAT1, slave1); in cdns_update_slave_status_work()
1056 slave_intstat = ((u64)slave1 << 32) | slave0; in cdns_update_slave_status_work()