Home | History | Annotate | Download | only in net

Lines Matching refs:basher

488  * @v basher		Bitbash device
491 static int ifec_spi_read_bit ( struct bit_basher *basher,
495 container_of ( basher, struct ifec_private, spi.basher );
512 * @v basher Bitbash device
516 static void ifec_spi_write_bit ( struct bit_basher *basher,
521 container_of ( basher, struct ifec_private, spi.basher );
552 priv->spi.basher.op = &ifec_basher_ops;