Home
last modified time | relevance | path

Searched refs:clk_stop_modes (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-soundwire-master2 /sys/bus/soundwire/devices/sdw-master-<N>/clk_stop_modes
21 and are used by the bus to configure the Master. clk_stop_modes
/openbmc/linux/drivers/soundwire/
H A Dmipi_disco.c53 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE0); in sdw_master_read_prop()
57 prop->clk_stop_modes |= BIT(SDW_CLK_STOP_MODE1); in sdw_master_read_prop()
H A Dmaster.c48 sdw_master_attr(clk_stop_modes, "0x%x\n");
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h426 u32 clk_stop_modes; member