Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c1004 int readcmd; in afe_readsromword() local
1009 readcmd = (SROM_READCMD << addrlen) | romaddr; in afe_readsromword()
1021 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0; in afe_readsromword()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c867 int readcmd; in mxfe_readsromword() local
872 readcmd = (SROM_READCMD << addrlen) | romaddr; in mxfe_readsromword()
884 short val = (readcmd & (1 << i)) ? SPR_SROM_DIN : 0; in mxfe_readsromword()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c1054 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 }; in urtw_eprom_read32() local
1072 error = urtw_eprom_sendbits(sc, readcmd, URTW_READCMD_LEN); in urtw_eprom_read32()