Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c425 uint8_t compTo16; in LoadFmanCtrlCode() local
437 compTo16 = (uint8_t)(p_Fm->firmware.size % 16); in LoadFmanCtrlCode()
438 if (compTo16) in LoadFmanCtrlCode()
439 for (i=0; i < ((16-compTo16) / 4); i++) in LoadFmanCtrlCode()