Home
last modified time | relevance | path

Searched refs:s_maxclk (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_init.c296 slot->s_maxclk = 0xffffffffU; /* special sentinel */ in sda_init_card()
320 slot->s_maxclk = sda_mem_maxclk(slot); in sda_init_card()
344 sda_init_clock(slot, slot->s_maxclk); in sda_init_card()
648 slot->s_maxclk = 50000000; in sda_init_highspeed()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h61 uint32_t s_maxclk; /* maximum freq for card */ member