Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/
Dsticore.c48 if (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) { in store_sti_val()
177 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_putc()
218 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_set()
251 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_clear()
287 if (IS_ENABLED(CONFIG_64BIT) && !sti->do_call64) { in sti_bmove()
838 sti->do_call64 = 1; in sti_read_rom()
862 (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) ? 64 : 32); in sti_read_rom()
1187 if (WARN_ONCE(IS_ENABLED(CONFIG_64BIT) && !sti->do_call64 && in sti_call()
1194 sti->do_call64); in sti_call()
/linux-6.6.21/arch/parisc/include/asm/
Dpdc.h93 unsigned long glob_cfg, int do_call64);
/linux-6.6.21/include/video/
Dsticore.h353 int do_call64; /* call 64-bit code */ member
/linux-6.6.21/arch/parisc/kernel/
Dfirmware.c1430 unsigned long glob_cfg, int do_call64) in pdc_sti_call() argument
1436 if (IS_ENABLED(CONFIG_64BIT) && do_call64) { in pdc_sti_call()