words 1126 dev/ic/advlib.c AscMemWordCopyToLram(iot, ioh, s_addr, s_buffer, words)
words 1131 dev/ic/advlib.c int words;
words 1136 dev/ic/advlib.c for (i = 0; i < words; i++, s_buffer++)
words 1142 dev/ic/advlib.c AscMemWordCopyFromLram(iot, ioh, s_addr, s_buffer, words)
words 1147 dev/ic/advlib.c int words;
words 1152 dev/ic/advlib.c for (i = 0; i < words; i++, s_buffer++)
words 1180 dev/ic/advlib.c AscMemSumLramWord(iot, ioh, s_addr, words)
words 1184 dev/ic/advlib.c int words;
words 1190 dev/ic/advlib.c for (i = 0; i < words; i++, s_addr += 2)
words 275 dev/ic/fxp.c fxp_write_eeprom(struct fxp_softc *sc, u_short *data, int offset, int words)
words 279 dev/ic/fxp.c for (i = 0; i < words; i++)
words 630 dev/ic/fxp.c int words)
words 635 dev/ic/fxp.c for (i = 0; i < words; i++) {
words 1538 dev/ic/mpi.c u_int16_t *words = (u_int16_t *)dword;
words 1544 dev/ic/mpi.c words[i] = letoh16(mpi_read_db(sc) & MPI_DOORBELL_DATA_MASK);
words 273 dev/pci/cs4281reg.h Logical Size: 256 x 32 bits (1 kbytes stereo double words)
words 105 dev/pci/if_em_hw.c static int32_t em_read_eeprom_eerd(struct em_hw *hw, uint16_t offset, uint16_t words, uint16_t *data);
words 106 dev/pci/if_em_hw.c static int32_t em_write_eeprom_eewr(struct em_hw *hw, uint16_t offset, uint16_t words, uint16_t *data);
words 115 dev/pci/if_em_hw.c static int32_t em_read_eeprom_ich8(struct em_hw *hw, uint16_t offset, uint16_t words, uint16_t *data);
words 116 dev/pci/if_em_hw.c static int32_t em_write_eeprom_ich8(struct em_hw *hw, uint16_t offset, uint16_t words, uint16_t *data);
words 138 dev/pci/if_em_hw.c uint16_t words, uint16_t *data);
words 140 dev/pci/if_em_hw.c uint16_t offset, uint16_t words,
words 4669 dev/pci/if_em_hw.c uint16_t words,
words 4684 dev/pci/if_em_hw.c if ((offset >= eeprom->word_size) || (words > eeprom->word_size - offset) ||
words 4685 dev/pci/if_em_hw.c (words == 0)) {
words 4703 dev/pci/if_em_hw.c return em_read_eeprom_eerd(hw, offset, words, data);
words 4707 dev/pci/if_em_hw.c return em_read_eeprom_ich8(hw, offset, words, data);
words 4735 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 4740 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 4771 dev/pci/if_em_hw.c uint16_t words,
words 4777 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 4805 dev/pci/if_em_hw.c uint16_t words,
words 4815 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 5017 dev/pci/if_em_hw.c uint16_t words,
words 5032 dev/pci/if_em_hw.c if ((offset >= eeprom->word_size) || (words > eeprom->word_size - offset) ||
words 5033 dev/pci/if_em_hw.c (words == 0)) {
words 5040 dev/pci/if_em_hw.c return em_write_eeprom_eewr(hw, offset, words, data);
words 5043 dev/pci/if_em_hw.c return em_write_eeprom_ich8(hw, offset, words, data);
words 5050 dev/pci/if_em_hw.c status = em_write_eeprom_microwire(hw, offset, words, data);
words 5052 dev/pci/if_em_hw.c status = em_write_eeprom_spi(hw, offset, words, data);
words 5074 dev/pci/if_em_hw.c uint16_t words,
words 5082 dev/pci/if_em_hw.c while (widx < words) {
words 5108 dev/pci/if_em_hw.c while (widx < words) {
words 5140 dev/pci/if_em_hw.c uint16_t words,
words 5164 dev/pci/if_em_hw.c while (words_written < words) {
words 7585 dev/pci/if_em_hw.c em_read_eeprom_ich8(struct em_hw *hw, uint16_t offset, uint16_t words,
words 7610 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 7641 dev/pci/if_em_hw.c em_write_eeprom_ich8(struct em_hw *hw, uint16_t offset, uint16_t words,
words 7659 dev/pci/if_em_hw.c for (i = 0; i < words; i++) {
words 379 dev/pci/if_em_hw.h int32_t em_read_eeprom(struct em_hw *hw, uint16_t reg, uint16_t words, uint16_t *data);
words 382 dev/pci/if_em_hw.h int32_t em_write_eeprom(struct em_hw *hw, uint16_t reg, uint16_t words, uint16_t *data);