Searched refs:shift_srom_bits (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c326 shift_srom_bits(softc_t *sc, u_int32_t data, u_int32_t len) function
357 shift_srom_bits(sc, 6, 4); /* issue read cmd */
358 shift_srom_bits(sc, addr, 6); /* issue address */
390 shift_srom_bits(sc, 4, 4); /* issue write enable cmd */
391 shift_srom_bits(sc, 63, 6); /* issue address */
398 shift_srom_bits(sc, 7, 4); /* issue erase cmd */
399 shift_srom_bits(sc, addr, 6); /* issue address */
408 shift_srom_bits(sc, 5, 4); /* issue write cmd */
409 shift_srom_bits(sc, addr, 6); /* issue address */
410 shift_srom_bits(s
[all...]
H A Dif_lmc.h1472 static void shift_srom_bits(softc_t *, u_int32_t, u_int32_t);

Completed in 121 milliseconds