Searched defs:if_cs_write16 (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/libertas/
H A Dif_cs.c142 static inline void if_cs_write16(struct if_cs_card *card, uint reg, u16 val) function
340 if_cs_write16(card, IF_CS_HOST_INT_MASK, 0);
346 if_cs_write16(card, IF_CS_HOST_INT_MASK, IF_CS_BIT_MASK);
373 if_cs_write16(card, IF_CS_CMD_LEN, nb);
382 if_cs_write16(card, IF_CS_HOST_STATUS, IF_CS_BIT_COMMAND);
386 if_cs_write16(card, IF_CS_HOST_INT_CAUSE, IF_CS_BIT_COMMAND);
409 if_cs_write16(card, IF_CS_WRITE_LEN, nb);
416 if_cs_write16(card, IF_CS_HOST_STATUS, IF_CS_BIT_TX);
417 if_cs_write16(card, IF_CS_HOST_INT_CAUSE, IF_CS_BIT_TX);
500 if_cs_write16(pri
[all...]

Completed in 62 milliseconds