Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_cpuid.h75 extern int _ti_chip;
79 KASSERT(_ti_chip != -1, ("Can't determine TI Chip")); in ti_chip()
80 return _ti_chip; in ti_chip()
88 return (_ti_chip != -1); in ti_soc_is_supported()
H A Dti_machdep.c77 int _ti_chip = -1; variable
83 _ti_chip = CHIP_OMAP_4; in omap4_attach()
92 _ti_chip = CHIP_AM335X; in ti_am335x_attach()