Home
last modified time | relevance | path

Searched refs:system_port_status (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dvub300.c351 struct sd_status_header system_port_status; member
507 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
509 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
578 0x0000, 0x0000, &vub300->system_port_status, in check_vub300_port_status()
579 sizeof(vub300->system_port_status), 1000); in check_vub300_port_status()
580 if (sizeof(vub300->system_port_status) == retval) in check_vub300_port_status()
605 vub300->system_port_status = vub300->resp.status; in __vub300_irqpoll_response()
2302 0x0000, 0x0000, &vub300->system_port_status, in vub300_probe()
2303 sizeof(vub300->system_port_status), 1000); in vub300_probe()
2306 } else if (sizeof(vub300->system_port_status) == retval) { in vub300_probe()
[all …]