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
505 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
507 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
576 0x0000, 0x0000, &vub300->system_port_status, in check_vub300_port_status()
577 sizeof(vub300->system_port_status), 1000); in check_vub300_port_status()
578 if (sizeof(vub300->system_port_status) == retval) in check_vub300_port_status()
603 vub300->system_port_status = vub300->resp.status; in __vub300_irqpoll_response()
2300 0x0000, 0x0000, &vub300->system_port_status, in vub300_probe()
2301 sizeof(vub300->system_port_status), 1000); in vub300_probe()
2304 } else if (sizeof(vub300->system_port_status) in vub300_probe()
[all...]