Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.h220 #define uhci_status_bits(ctrl_sts) ((ctrl_sts) & 0xF60000) argument
221 #define uhci_actual_length(ctrl_sts) (((ctrl_sts) + 1) & \ argument
/drivers/char/tpm/
Dtpm_crb.c76 u32 ctrl_sts; member
334 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()