All of lore.kernel.org
 help / color / mirror / Atom feed
* nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A)
@ 2021-12-25 10:45 Julian Sikorski
  2021-12-28 17:06 ` Ulf Hansson
  0 siblings, 1 reply; 5+ messages in thread
From: Julian Sikorski @ 2021-12-25 10:45 UTC (permalink / raw)
  To: linux-mmc

Hello,

I have an Asus Zenbook UM425IA laptop with Realtek RTS522A card reader:

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A 
PCI Express Card Reader (rev 01)


Almost every time when I insert a card into it, nothing happens - no 
dmesg message or anything.

echo 1 | sudo tee -a /sys/kernel/debug/tracing/events/mmc/enable

sudo cat /sys/kernel/debug/tracing/trace_pipe > mmc_trace.txt

also results in an empty file. If I am lucky, the card will be detected 
after some delay and the following will appear in the log:

Dez 25 11:34:41 snowball3 kernel: mmc0: cannot verify signal voltage switch

Dez 25 11:34:41 snowball3 kernel: mmc0: new ultra high speed SDR50 SDHC 
card at address aaaa

Dez 25 11:34:41 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB

Dez 25 11:34:41 snowball3 kernel:  mmcblk0: p1


How can I investigate this further? As things stand now, the reader is 
almost unusable. I am using 5.15.11-200.s0ix01.fc35.x86_64 kernel. Thank 
you in advance.

Best regards,
Julian


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A)
  2021-12-25 10:45 nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A) Julian Sikorski
@ 2021-12-28 17:06 ` Ulf Hansson
  2021-12-29  3:36   ` Ricky WU
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf Hansson @ 2021-12-28 17:06 UTC (permalink / raw)
  To: Julian Sikorski, 吳昊澄 Ricky, Rui Feng; +Cc: linux-mmc

+ Ricky and Rui,

On Sat, 25 Dec 2021 at 11:50, Julian Sikorski <belegdol@gmail.com> wrote:
>
> Hello,
>
> I have an Asus Zenbook UM425IA laptop with Realtek RTS522A card reader:
>
> 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A
> PCI Express Card Reader (rev 01)

Hi Julian,

I assume that means you are using the
drivers/mmc/host/rtsx_pci_sdmmc.c. So, I have looped in some of the
main authors to this mmc/sd driver. Let's see if they can help in some
way.

Kind regards
Uffe

>
>
> Almost every time when I insert a card into it, nothing happens - no
> dmesg message or anything.
>
> echo 1 | sudo tee -a /sys/kernel/debug/tracing/events/mmc/enable
>
> sudo cat /sys/kernel/debug/tracing/trace_pipe > mmc_trace.txt
>
> also results in an empty file. If I am lucky, the card will be detected
> after some delay and the following will appear in the log:
>
> Dez 25 11:34:41 snowball3 kernel: mmc0: cannot verify signal voltage switch
>
> Dez 25 11:34:41 snowball3 kernel: mmc0: new ultra high speed SDR50 SDHC
> card at address aaaa
>
> Dez 25 11:34:41 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB
>
> Dez 25 11:34:41 snowball3 kernel:  mmcblk0: p1
>
>
> How can I investigate this further? As things stand now, the reader is
> almost unusable. I am using 5.15.11-200.s0ix01.fc35.x86_64 kernel. Thank
> you in advance.
>
> Best regards,
> Julian
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A)
  2021-12-28 17:06 ` Ulf Hansson
@ 2021-12-29  3:36   ` Ricky WU
  2021-12-29  8:48     ` Julian Sikorski
  0 siblings, 1 reply; 5+ messages in thread
From: Ricky WU @ 2021-12-29  3:36 UTC (permalink / raw)
  To: Ulf Hansson, Julian Sikorski, Rui Feng; +Cc: linux-mmc

Hi Julian,

We can't reproduce this issue on our side
Can you check your socket is well and print more driver debug message?

BR,
Ricky
> -----Original Message-----
> From: Ulf Hansson <ulf.hansson@linaro.org>
> Sent: Wednesday, December 29, 2021 1:07 AM
> To: Julian Sikorski <belegdol@gmail.com>; Ricky WU <ricky_wu@realtek.com>;
> Rui Feng <rui_feng@realsil.com.cn>
> Cc: linux-mmc@vger.kernel.org
> Subject: Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA,
> RTS522A)
> 
> + Ricky and Rui,
> 
> On Sat, 25 Dec 2021 at 11:50, Julian Sikorski <belegdol@gmail.com> wrote:
> >
> > Hello,
> >
> > I have an Asus Zenbook UM425IA laptop with Realtek RTS522A card reader:
> >
> > 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd.
> > RTS522A PCI Express Card Reader (rev 01)
> 
> Hi Julian,
> 
> I assume that means you are using the
> drivers/mmc/host/rtsx_pci_sdmmc.c. So, I have looped in some of the main
> authors to this mmc/sd driver. Let's see if they can help in some way.
> 
> Kind regards
> Uffe
> 
> >
> >
> > Almost every time when I insert a card into it, nothing happens - no
> > dmesg message or anything.
> >
> > echo 1 | sudo tee -a /sys/kernel/debug/tracing/events/mmc/enable
> >
> > sudo cat /sys/kernel/debug/tracing/trace_pipe > mmc_trace.txt
> >
> > also results in an empty file. If I am lucky, the card will be
> > detected after some delay and the following will appear in the log:
> >
> > Dez 25 11:34:41 snowball3 kernel: mmc0: cannot verify signal voltage
> > switch
> >
> > Dez 25 11:34:41 snowball3 kernel: mmc0: new ultra high speed SDR50
> > SDHC card at address aaaa
> >
> > Dez 25 11:34:41 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB
> >
> > Dez 25 11:34:41 snowball3 kernel:  mmcblk0: p1
> >
> >
> > How can I investigate this further? As things stand now, the reader is
> > almost unusable. I am using 5.15.11-200.s0ix01.fc35.x86_64 kernel.
> > Thank you in advance.
> >
> > Best regards,
> > Julian
> >
> ------Please consider the environment before printing this e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A)
  2021-12-29  3:36   ` Ricky WU
@ 2021-12-29  8:48     ` Julian Sikorski
       [not found]       ` <56424bcaea61409ead3075702b92bca1@realtek.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Julian Sikorski @ 2021-12-29  8:48 UTC (permalink / raw)
  To: Ricky WU, Ulf Hansson, Rui Feng; +Cc: linux-mmc

Hi Ricky,

thank you for looking into this. I have investigated a bit further and 
it appears that I can somewhat reliably trigger the sdcard detection 
during first insert after resume by calling lspci. As in:
- insert card
- wait 20 seconds, nothing happens
- issue lspci
- sdcard is detected
If I eject and reinsert the card, however, lscpi will no longer help 
unless I suspend the machine, reboot would probably work as well.

I enabled dynamic debugging and got the following output. You can see 
that there is a gap between 09:35:25 and 09:36:42 during which I 
inserted the card into the laptop.

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: : Realtek PCI-E 
Card Reader found at 0000:02:00.0 [10ec:522a] (rev 1)

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: 
rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 63

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: PID: 0x522a, IC 
version: 0x02

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Cfg 0x724: 
0xeeffffff

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Cfg 0x814: 
0x80000062

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: pcr->aspm_en = 0x2

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: 
pcr->sd30_drive_sel_1v8 = 0x3

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: 
pcr->sd30_drive_sel_3v3 = 0x3

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: 
pcr->card_drive_sel = 0x41

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: pcr->flags = 0x0

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: RTSX_BIER: 
0x36400000

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 0)

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: n = 118, div = 3

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: ssc_depth = 1

Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: --> 
rtsx_pci_idle_work

Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: --> 
rtsx_pci_card_detect

Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: irq_status: 
0x00010000

Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: card_inserted: 
0x10000, card_removed: 0x0

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: mmc0: cannot verify signal voltage switch

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 30MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 30MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 30)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: n = 98, div = 1

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: ssc_depth = 2

Dez 29 09:36:43 snowball3 kernel: mmc0: new ultra high speed SDR50 SDHC 
card at address aaaa

Dez 29 09:36:43 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedff000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel:  mmcblk0: p1

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedff000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2b000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb27000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92f000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb28000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb29000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93f000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93e000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93b000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93a000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce939000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce938000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce937000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce936000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce935000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce934000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce933000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce932000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92e000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92e000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce932000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce933000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce934000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce930000, Len: 0x2000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec18000, Len: 0x6000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedc0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf720000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf730000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce934000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce933000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce932000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92e000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce935000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce936000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce937000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce938000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce939000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93a000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93b000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec18000, Len: 0x8000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93e000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93f000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce930000, Len: 0x2000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf338000, Len: 0x6000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedc0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf720000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf730000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce880000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce890000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8a0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8b0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1a0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1b0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffd0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea60000, Len: 0xd000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1b000, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1a200, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb19400, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf3000, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedfa200, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec68400, Len: 0x7c00

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcff2c000, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93f200, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf338400, Len: 0x7c00

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93f000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2c000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2d400, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2e600, Len: 0x200

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb2f800, Len: 0x800

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfebf000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffee000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfff0000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1d000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb26000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb25000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb24000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede5000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfff4000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb23000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf9000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede9000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf1000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb07000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf0000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x1000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce930000, Len: 0x2000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf338000, Len: 0x6000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedc0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf720000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf730000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce880000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce890000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8a0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8b0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1a0000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1b0000, Len: 0xf000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea60000, Len: 0x10000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffd0000, Len: 0xd000

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x1000

Dez 29 09:36:44 snowball3 kernel: rtsx_pci 0000:02:00.0: --> 
rtsx_pci_idle_work

The following gets printed if I click eject button in Nautilus. Please 
note that the card does not disappear as it should and subsequent clicks 
result in "No object for D-Bus interface" message.

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb20000, Len: 0x200

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf5000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb20000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93f000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf0000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb07000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf1000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1e000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcff7f000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfff6000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1f000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede9000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf9000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb23000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfff4000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede5000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf338000, Len: 0x8000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb24000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb25000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb26000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede2000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffe8000, Len: 0x2000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfecd0000, Len: 0x6000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea40000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf2e0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf2f0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce880000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce890000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8a0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8b0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec40000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec50000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcff60000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfeca0000, Len: 0xd000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedfa000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb26000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel:  mmcblk0: p1

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcff2c000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffff000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfecca000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefc000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefd000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefe000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfeff000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf3000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfeb8000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede3000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfed98000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93c000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedfa000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93b000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce93a000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce939000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede4000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce938000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce937000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf4000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce936000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce935000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf2000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92c000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfff9000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92d000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce92e000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb1c000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce932000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce933000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb16000, Len: 0x2000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea38000, Len: 0x6000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea20000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf3c0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf3d0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb21000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce933000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedf6000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedee000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfedef000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefb000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfeccb000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb22000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce934000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb26000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefe000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefd000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcfefc000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfecca000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffff000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf338000, Len: 0x8000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcff2c000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb25000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xceb24000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede5000, Len: 0x1000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffe8000, Len: 0x2000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcec18000, Len: 0x6000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcffd0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1a0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf1b0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8c0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8d0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8e0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8f0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce880000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce890000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8a0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xce8b0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf3c0000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcf3d0000, Len: 0xf000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xcea20000, Len: 0x10000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfed60000, Len: 0xd000

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card 
clock to 100MHz

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC 
clock: 100MHz (cur_clock = 100)

Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr: 
0xfede5000, Len: 0x1000

Dez 29 09:42:49 snowball3 kernel: rtsx_pci 0000:02:00.0: --> 
rtsx_pci_idle_work

Let me know if I should enable more debugging, and if so, where.

Best regards,
Julian

Am 29.12.21 um 04:36 schrieb Ricky WU:
> Hi Julian,
> 
> We can't reproduce this issue on our side
> Can you check your socket is well and print more driver debug message?
> 
> BR,
> Ricky
>> -----Original Message-----
>> From: Ulf Hansson <ulf.hansson@linaro.org>
>> Sent: Wednesday, December 29, 2021 1:07 AM
>> To: Julian Sikorski <belegdol@gmail.com>; Ricky WU <ricky_wu@realtek.com>;
>> Rui Feng <rui_feng@realsil.com.cn>
>> Cc: linux-mmc@vger.kernel.org
>> Subject: Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA,
>> RTS522A)
>>
>> + Ricky and Rui,
>>
>> On Sat, 25 Dec 2021 at 11:50, Julian Sikorski <belegdol@gmail.com> wrote:
>>>
>>> Hello,
>>>
>>> I have an Asus Zenbook UM425IA laptop with Realtek RTS522A card reader:
>>>
>>> 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd.
>>> RTS522A PCI Express Card Reader (rev 01)
>>
>> Hi Julian,
>>
>> I assume that means you are using the
>> drivers/mmc/host/rtsx_pci_sdmmc.c. So, I have looped in some of the main
>> authors to this mmc/sd driver. Let's see if they can help in some way.
>>
>> Kind regards
>> Uffe
>>
>>>
>>>
>>> Almost every time when I insert a card into it, nothing happens - no
>>> dmesg message or anything.
>>>
>>> echo 1 | sudo tee -a /sys/kernel/debug/tracing/events/mmc/enable
>>>
>>> sudo cat /sys/kernel/debug/tracing/trace_pipe > mmc_trace.txt
>>>
>>> also results in an empty file. If I am lucky, the card will be
>>> detected after some delay and the following will appear in the log:
>>>
>>> Dez 25 11:34:41 snowball3 kernel: mmc0: cannot verify signal voltage
>>> switch
>>>
>>> Dez 25 11:34:41 snowball3 kernel: mmc0: new ultra high speed SDR50
>>> SDHC card at address aaaa
>>>
>>> Dez 25 11:34:41 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB
>>>
>>> Dez 25 11:34:41 snowball3 kernel:  mmcblk0: p1
>>>
>>>
>>> How can I investigate this further? As things stand now, the reader is
>>> almost unusable. I am using 5.15.11-200.s0ix01.fc35.x86_64 kernel.
>>> Thank you in advance.
>>>
>>> Best regards,
>>> Julian
>>>
>> ------Please consider the environment before printing this e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A)
       [not found]       ` <56424bcaea61409ead3075702b92bca1@realtek.com>
@ 2021-12-30  9:25         ` Julian Sikorski
  0 siblings, 0 replies; 5+ messages in thread
From: Julian Sikorski @ 2021-12-30  9:25 UTC (permalink / raw)
  To: Ricky WU, Ulf Hansson, Rui Feng; +Cc: linux-mmc

Hi Ricky,

sure. It does not look like anything except runtime_active_time changes 
unfortunately:
- after resume:
   $ cat /sys/bus/pci/devices/0000\:02\:00.0/power/runtime_*

     7226344

     active

     0
- card insertion:
   $ cat /sys/bus/pci/devices/0000\:02\:00.0/power/runtime_*

     7247553

     active

     0

- lspci:
   $ cat /sys/bus/pci/devices/0000\:02\:00.0/power/runtime_*

     7285184

     active

     0
- nautilus ejection:
   $ cat /sys/bus/pci/devices/0000\:02\:00.0/power/runtime_*

     7545970

     active

     0
- sd card removed
   $ cat /sys/bus/pci/devices/0000\:02\:00.0/power/runtime_*

     7587779

     active

     0


Could it be that the reader is suspended but the OS thinks it is not?

Best regards,
Julian

Am 30.12.21 um 04:06 schrieb Ricky WU:
> Hi Julian,
> 
> Can you help to check device power status when you insert the card and no action?
> /sys/bus/pci/devices/WHERE-IS-RTS522A-PCI-PORT-LEVEL/power/runtime_*
> 
> Ricky
> 
>> -----Original Message-----
>> From: Julian Sikorski <belegdol@gmail.com>
>> Sent: Wednesday, December 29, 2021 4:49 PM
>> To: Ricky WU <ricky_wu@realtek.com>; Ulf Hansson <ulf.hansson@linaro.org>;
>> Rui Feng <rui_feng@realsil.com.cn>
>> Cc: linux-mmc@vger.kernel.org
>> Subject: Re: nothing happens upon SD card insertion (Asus Zenbook UM425IA,
>> RTS522A)
>>
>> Hi Ricky,
>>
>> thank you for looking into this. I have investigated a bit further and
>> it appears that I can somewhat reliably trigger the sdcard detection
>> during first insert after resume by calling lspci. As in:
>> - insert card
>> - wait 20 seconds, nothing happens
>> - issue lspci
>> - sdcard is detected
>> If I eject and reinsert the card, however, lscpi will no longer help
>> unless I suspend the machine, reboot would probably work as well.
>>
>> I enabled dynamic debugging and got the following output. You can see
>> that there is a gap between 09:35:25 and 09:36:42 during which I
>> inserted the card into the laptop.
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: : Realtek PCI-E
>> Card Reader found at 0000:02:00.0 [10ec:522a] (rev 1)
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0:
>> rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 63
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: PID: 0x522a, IC
>> version: 0x02
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Cfg 0x724:
>> 0xeeffffff
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Cfg 0x814:
>> 0x80000062
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: pcr->aspm_en = 0x2
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0:
>> pcr->sd30_drive_sel_1v8 = 0x3
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0:
>> pcr->sd30_drive_sel_3v3 = 0x3
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0:
>> pcr->card_drive_sel = 0x41
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: pcr->flags = 0x0
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: RTSX_BIER:
>> 0x36400000
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 0)
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: n = 118, div = 3
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: ssc_depth = 1
>>
>> Dez 29 09:35:25 snowball3 kernel: rtsx_pci 0000:02:00.0: -->
>> rtsx_pci_idle_work
>>
>> Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: -->
>> rtsx_pci_card_detect
>>
>> Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: irq_status:
>> 0x00010000
>>
>> Dez 29 09:36:42 snowball3 kernel: rtsx_pci 0000:02:00.0: card_inserted:
>> 0x10000, card_removed: 0x0
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: mmc0: cannot verify signal voltage switch
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 30MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 30MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 30)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: n = 98, div = 1
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: ssc_depth = 2
>>
>> Dez 29 09:36:43 snowball3 kernel: mmc0: new ultra high speed SDR50 SDHC
>> card at address aaaa
>>
>> Dez 29 09:36:43 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedff000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel:  mmcblk0: p1
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedff000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2b000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb27000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92f000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb28000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb29000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93f000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93e000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93b000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93a000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce939000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce938000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce937000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce936000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce935000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce934000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce933000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce932000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92e000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92e000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce932000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce933000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce934000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce930000, Len: 0x2000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec18000, Len: 0x6000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedc0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf720000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf730000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce934000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce933000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce932000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92e000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce935000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce936000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce937000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce938000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce939000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93a000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93b000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec18000, Len: 0x8000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93e000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93f000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce930000, Len: 0x2000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf338000, Len: 0x6000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedc0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf720000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf730000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce880000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce890000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8a0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8b0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1a0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1b0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffd0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea60000, Len: 0xd000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1b000, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1a200, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb19400, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf3000, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedfa200, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec68400, Len: 0x7c00
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcff2c000, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93f200, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf338400, Len: 0x7c00
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93f000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2c000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2d400, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2e600, Len: 0x200
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb2f800, Len: 0x800
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfebf000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffee000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfff0000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1d000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb26000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb25000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb24000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede5000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfff4000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb23000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf9000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede9000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf1000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb07000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf0000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x1000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce930000, Len: 0x2000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf338000, Len: 0x6000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedc0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf720000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf730000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce880000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce890000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8a0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8b0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1a0000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1b0000, Len: 0xf000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea60000, Len: 0x10000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffd0000, Len: 0xd000
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:36:43 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x1000
>>
>> Dez 29 09:36:44 snowball3 kernel: rtsx_pci 0000:02:00.0: -->
>> rtsx_pci_idle_work
>>
>> The following gets printed if I click eject button in Nautilus. Please
>> note that the card does not disappear as it should and subsequent clicks
>> result in "No object for D-Bus interface" message.
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb20000, Len: 0x200
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf5000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb20000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93f000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf0000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb07000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf1000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1e000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcff7f000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfff6000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1f000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede9000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf9000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb23000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfff4000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede5000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf338000, Len: 0x8000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb24000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb25000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb26000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede2000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffe8000, Len: 0x2000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfecd0000, Len: 0x6000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea40000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf2e0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf2f0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce880000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce890000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8a0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8b0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec40000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec50000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcff60000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfeca0000, Len: 0xd000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedfa000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb26000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel:  mmcblk0: p1
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcff2c000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffff000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfecca000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefc000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefd000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefe000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfeff000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf3000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfeb8000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede3000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfed98000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93c000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedfa000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93b000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce93a000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce939000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede4000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce938000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce937000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf4000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce936000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce935000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf2000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92c000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfff9000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92d000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce92e000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb1c000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce932000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce933000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb16000, Len: 0x2000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea38000, Len: 0x6000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea20000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf3c0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf3d0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb21000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce933000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedf6000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedee000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfedef000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefb000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfeccb000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb22000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce934000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb26000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefe000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefd000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcfefc000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfecca000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffff000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf338000, Len: 0x8000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcff2c000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb25000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xceb24000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede5000, Len: 0x1000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffe8000, Len: 0x2000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcec18000, Len: 0x6000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcffd0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1a0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf1b0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8c0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8d0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8e0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8f0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce880000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce890000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8a0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xce8b0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf3c0000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcf3d0000, Len: 0xf000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xcea20000, Len: 0x10000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfed60000, Len: 0xd000
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Switch card
>> clock to 100MHz
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: Internal SSC
>> clock: 100MHz (cur_clock = 100)
>>
>> Dez 29 09:42:48 snowball3 kernel: rtsx_pci 0000:02:00.0: DMA addr:
>> 0xfede5000, Len: 0x1000
>>
>> Dez 29 09:42:49 snowball3 kernel: rtsx_pci 0000:02:00.0: -->
>> rtsx_pci_idle_work
>>
>> Let me know if I should enable more debugging, and if so, where.
>>
>> Best regards,
>> Julian
>>
>> Am 29.12.21 um 04:36 schrieb Ricky WU:
>>> Hi Julian,
>>>
>>> We can't reproduce this issue on our side
>>> Can you check your socket is well and print more driver debug message?
>>>
>>> BR,
>>> Ricky
>>>> -----Original Message-----
>>>> From: Ulf Hansson <ulf.hansson@linaro.org>
>>>> Sent: Wednesday, December 29, 2021 1:07 AM
>>>> To: Julian Sikorski <belegdol@gmail.com>; Ricky WU
>> <ricky_wu@realtek.com>;
>>>> Rui Feng <rui_feng@realsil.com.cn>
>>>> Cc: linux-mmc@vger.kernel.org
>>>> Subject: Re: nothing happens upon SD card insertion (Asus Zenbook
>> UM425IA,
>>>> RTS522A)
>>>>
>>>> + Ricky and Rui,
>>>>
>>>> On Sat, 25 Dec 2021 at 11:50, Julian Sikorski <belegdol@gmail.com> wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> I have an Asus Zenbook UM425IA laptop with Realtek RTS522A card
>> reader:
>>>>>
>>>>> 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd.
>>>>> RTS522A PCI Express Card Reader (rev 01)
>>>>
>>>> Hi Julian,
>>>>
>>>> I assume that means you are using the
>>>> drivers/mmc/host/rtsx_pci_sdmmc.c. So, I have looped in some of the main
>>>> authors to this mmc/sd driver. Let's see if they can help in some way.
>>>>
>>>> Kind regards
>>>> Uffe
>>>>
>>>>>
>>>>>
>>>>> Almost every time when I insert a card into it, nothing happens - no
>>>>> dmesg message or anything.
>>>>>
>>>>> echo 1 | sudo tee -a /sys/kernel/debug/tracing/events/mmc/enable
>>>>>
>>>>> sudo cat /sys/kernel/debug/tracing/trace_pipe > mmc_trace.txt
>>>>>
>>>>> also results in an empty file. If I am lucky, the card will be
>>>>> detected after some delay and the following will appear in the log:
>>>>>
>>>>> Dez 25 11:34:41 snowball3 kernel: mmc0: cannot verify signal voltage
>>>>> switch
>>>>>
>>>>> Dez 25 11:34:41 snowball3 kernel: mmc0: new ultra high speed SDR50
>>>>> SDHC card at address aaaa
>>>>>
>>>>> Dez 25 11:34:41 snowball3 kernel: mmcblk0: mmc0:aaaa SL32G 29.7 GiB
>>>>>
>>>>> Dez 25 11:34:41 snowball3 kernel:  mmcblk0: p1
>>>>>
>>>>>
>>>>> How can I investigate this further? As things stand now, the reader is
>>>>> almost unusable. I am using 5.15.11-200.s0ix01.fc35.x86_64 kernel.
>>>>> Thank you in advance.
>>>>>
>>>>> Best regards,
>>>>> Julian
>>>>>
>>>> ------Please consider the environment before printing this e-mail.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-30  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25 10:45 nothing happens upon SD card insertion (Asus Zenbook UM425IA, RTS522A) Julian Sikorski
2021-12-28 17:06 ` Ulf Hansson
2021-12-29  3:36   ` Ricky WU
2021-12-29  8:48     ` Julian Sikorski
     [not found]       ` <56424bcaea61409ead3075702b92bca1@realtek.com>
2021-12-30  9:25         ` Julian Sikorski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.