Lines Matching defs:sd
54 sdioh_info_t *sd; member
76 sdioh_info_t *sd; in sdspi_isr() local
174 spi_register_irq(sdioh_info_t *sd, uint irq) in spi_register_irq()
188 spi_free_irq(uint irq, sdioh_info_t *sd) in spi_free_irq()
211 spi_osinit(sdioh_info_t *sd) in spi_osinit()
229 spi_osfree(sdioh_info_t *sd) in spi_osfree()
240 sdioh_interrupt_set(sdioh_info_t *sd, bool enable) in sdioh_interrupt_set()
280 spi_lock(sdioh_info_t *sd) in spi_lock()
307 spi_unlock(sdioh_info_t *sd) in spi_unlock()
330 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits()
383 spi_sendrecv(sdioh_info_t *sd, uint8 *msg_out, uint8 *msg_in, int msglen) in spi_sendrecv()