Searched refs:sd_rsp_type_t (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/sd/ |
H A D | sd.c | 72 } sd_rsp_type_t; typedef 108 typedef sd_rsp_type_t (*sd_cmd_handler)(SDState *sd, SDRequest req); 253 static const char *sd_response_name(sd_rsp_type_t rsp) in sd_response_name() 1300 static sd_rsp_type_t sd_invalid_state_for_cmd(SDState *sd, SDRequest req) in sd_invalid_state_for_cmd() 1309 static sd_rsp_type_t sd_invalid_mode_for_cmd(SDState *sd, SDRequest req) in sd_invalid_mode_for_cmd() 1318 static sd_rsp_type_t sd_cmd_illegal(SDState *sd, SDRequest req) in sd_cmd_illegal() 1328 static sd_rsp_type_t sd_cmd_unimplemented(SDState *sd, SDRequest req) in sd_cmd_unimplemented() 1336 static sd_rsp_type_t sd_cmd_optional(SDState *sd, SDRequest req) in sd_cmd_optional() 1345 static sd_rsp_type_t sd_cmd_to_receivingdata(SDState *sd, SDRequest req, in sd_cmd_to_receivingdata() 1360 static sd_rsp_type_t sd_cmd_to_sendingdata(SDState *sd, SDRequest req, in sd_cmd_to_sendingdata() [all …]
|
H A D | omap_mmc.c | 114 } sd_rsp_type_t; typedef 126 sd_rsp_type_t resptype, int init) in omap_mmc_command() 448 (sd_rsp_type_t) ((value >> 8) & 7), in omap_mmc_write()
|