Lines Matching defs:sd
137 sdioh_info_t *sd; in sdioh_attach() local
210 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach()
230 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register()
242 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister()
254 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query()
265 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending()
273 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus()
279 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo()
286 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode()
315 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum()
586 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) in sdioh_cfg_read()
595 sdioh_cfg_write(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) in sdioh_cfg_write()
614 sdioh_cis_read(sdioh_info_t *sd, uint func, uint8 *cisd, uint32 length) in sdioh_cis_read()
667 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte) in sdioh_request_byte()
710 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word()
727 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, in sdioh_request_buffer()
768 bcmspi_card_byterewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 byte) in bcmspi_card_byterewrite()
838 bcmspi_prog_resp_delay(sdioh_info_t *sd, int func, uint8 resp_delay) in bcmspi_prog_resp_delay()
865 bcmspi_resync_f1(sdioh_info_t *sd) in bcmspi_resync_f1()
904 bcmspi_update_stats(sdioh_info_t *sd, uint32 cmd_arg) in bcmspi_update_stats()
975 sdioh_abort(sdioh_info_t *sd, uint func) in sdioh_abort()
981 sdioh_start(sdioh_info_t *sd, int stage) in sdioh_start()
987 sdioh_stop(sdioh_info_t *sd) in sdioh_stop()
993 sdioh_waitlockfree(sdioh_info_t *sd) in sdioh_waitlockfree()
1002 bcmspi_host_init(sdioh_info_t *sd) in bcmspi_host_init()
1016 get_client_blocksize(sdioh_info_t *sd) in get_client_blocksize()
1046 bcmspi_client_init(sdioh_info_t *sd) in bcmspi_client_init()
1158 bcmspi_set_highspeed_mode(sdioh_info_t *sd, bool hsmode) in bcmspi_set_highspeed_mode()
1206 #define bcmspi_find_curr_mode(sd) { \ argument
1228 bcmspi_host_device_init_adapt(sdioh_info_t *sd) in bcmspi_host_device_init_adapt()
1345 bcmspi_test_card(sdioh_info_t *sd) in bcmspi_test_card()
1393 bcmspi_driver_init(sdioh_info_t *sd) in bcmspi_driver_init()
1409 bcmspi_card_regread(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread()
1440 bcmspi_card_regread_fixedaddr(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 *data) in bcmspi_card_regread_fixedaddr()
1474 bcmspi_card_regwrite(sdioh_info_t *sd, int func, uint32 regaddr, int regsize, uint32 data) in bcmspi_card_regwrite()
1504 bcmspi_card_bytewrite(sdioh_info_t *sd, int func, uint32 regaddr, uint8 *byte) in bcmspi_card_bytewrite()
1532 bcmspi_cmd_getdstatus(sdioh_info_t *sd, uint32 *dstatus_buffer) in bcmspi_cmd_getdstatus()
1539 bcmspi_cmd_issue(sdioh_info_t *sd, bool use_dma, uint32 cmd_arg, in bcmspi_cmd_issue()
1668 bcmspi_card_buf(sdioh_info_t *sd, int rw, int func, bool fifo, in bcmspi_card_buf()
1772 sdioh_gpioouten(sdioh_info_t *sd, uint32 gpio) in sdioh_gpioouten()
1778 sdioh_gpioout(sdioh_info_t *sd, uint32 gpio, bool enab) in sdioh_gpioout()
1784 sdioh_gpioin(sdioh_info_t *sd, uint32 gpio) in sdioh_gpioin()
1790 sdioh_gpio_init(sdioh_info_t *sd) in sdioh_gpio_init()