Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/advansys/
HDadwlib.c342 const u_int16_t *word_table; in adw_init_chip() local
434 word_table = (const u_int16_t *)adw->mcode_data->mcode_buf; in adw_init_chip()
435 byte_codes = (const u_int8_t *)&word_table[253]; in adw_init_chip()
458 adw_outw(adw, ADW_RAM_DATA, word_table[*byte_codes]); in adw_init_chip()