Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c3263 uint8_t tmpReg8 = 0xff; in InsrtHdrByTempl() local
3318 if((tmpReg8 & 0xf0) == 0x40) in InsrtHdrByTempl()
3319 tmpReg8 = 4; in InsrtHdrByTempl()
3321 tmpReg8 = 6; in InsrtHdrByTempl()
3323 tmpReg8 = 0xff; in InsrtHdrByTempl()
3325 if (tmpReg8 != 0xff) in InsrtHdrByTempl()
3349 if (tmpReg8 == 4) in InsrtHdrByTempl()
3388 else if (tmpReg8 == 6) in InsrtHdrByTempl()
3414 tmpReg32 = tmpReg16 = tmpReg8 = 0; in InsrtHdrByTempl()
3426 tmpReg8 &= 0x1f; in InsrtHdrByTempl()
[all …]