Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/trace/
H A Dintel_th.rst62 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
74 $ cat /sys/bus/intel_th/devices/0-msc0/port
84 $ echo multi > /sys/bus/intel_th/devices/0-msc0/mode
85 $ echo 64,64 > /sys/bus/intel_th/devices/0-msc0/nr_pages
89 $ echo 1 > /sys/bus/intel_th/devices/0-msc0/wrap
93 $ echo 1 > /sys/bus/intel_th/devices/0-msc0/active
99 $ echo 0 > /sys/bus/intel_th/devices/0-msc0/active
103 $ cat /dev/intel_th0/msc0 > my_stp_trace
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Dcu1000-neo.dts115 &msc0 {
204 pins_msc0: msc0 {
H A Dcu1830-neo.dts118 &msc0 {
207 pins_msc0: msc0 {
H A Dx1830.dtsi345 msc0: mmc@13450000 { label
H A Dx1000.dtsi335 msc0: mmc@13450000 { label
/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz.c990 uint32_t msc0 = __raw_readl(MSC0); in spitz_restart() local
992 if ((msc0 & 0xffff0000) == 0x7ff00000) in spitz_restart()
993 __raw_writel((msc0 & 0xffff) | 0x7ee00000, MSC0); in spitz_restart()