Home
last modified time | relevance | path

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

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