Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dgeode.h21 static inline int is_geode_lx(void) in is_geode_lx() function
30 return (is_geode_gx() || is_geode_lx()); in is_geode()
/openbmc/linux/arch/x86/pci/
H A Dolpc.c309 is_lx = is_geode_lx(); in pci_olpc_init()
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1233 if (is_geode_lx()) { in check_system_tsc_reliable()