Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/advansys/
H A Dadwmcode.h24 const u_int16_t mcode_size; member
H A Dadvlib.c231 u_int16_t *mcode_buf, u_int16_t mcode_size);
1430 u_int16_t *mcode_buf, u_int16_t mcode_size) in adv_load_microcode() argument
1436 mcode_lram_size = mcode_size >> 1; in adv_load_microcode()
1443 ((mcode_size - s_addr in adv_load_microcode()
1446 adv_write_lram_16(adv, ADVV_MCODE_SIZE_W, mcode_size); in adv_load_microcode()
H A Dadwlib.c439 + adw->mcode_data->mcode_size; in adw_init_chip()