Searched refs:nwords (Results 1 – 3 of 3) sorted by relevance
35 cksum(u_int16_t* buf, int nwords) in cksum() argument38 for (sum = 0; nwords > 0; nwords--) in cksum()
3684 int nwords; in flashputbuf() local3695 for (nwords = 0; nwords != FLASH_SIZE / 2; nwords++) { in flashputbuf()3696 CSR_WRITE_2(sc, AN_AUX_DATA, bufp[nwords] & 0xffff); in flashputbuf()3699 for (nwords = 0; nwords != FLASH_SIZE / 4; nwords++) { in flashputbuf()3701 ((u_int32_t *)bufp)[nwords] & 0xffff); in flashputbuf()
2512 int nwords; in iwm_post_alive() local2526 nwords = (IWM_SCD_TRANS_TBL_MEM_UPPER_BOUND - in iwm_post_alive()2531 NULL, nwords); in iwm_post_alive()