Searched refs:if_cs_read16 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_cs.c91 static inline unsigned int if_cs_read16(struct if_cs_card *card, uint reg) function
340 u16 status = if_cs_read16(card, IF_CS_CARD_STATUS);
383 status = if_cs_read16(card, IF_CS_CARD_STATUS);
412 status = if_cs_read16(priv->card, IF_CS_CARD_STATUS);
419 *len = if_cs_read16(priv->card, IF_CS_RESP_LEN);
451 len = if_cs_read16(priv->card, IF_CS_READ_LEN);
488 cause = if_cs_read16(card, IF_CS_CARD_INT_CAUSE);
534 u16 status = if_cs_read16(priv->card, IF_CS_CARD_STATUS);
574 scratch = if_cs_read16(card, IF_CS_SCRATCH) >> 8;
681 len = if_cs_read16(car
[all...]

Completed in 48 milliseconds