Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/include/asm/
Dasmregs.h134 tr0: .reg %cr24
161 cr24: .reg %cr24
Dkgdb.h58 unsigned long cr24; member
/linux-6.12.1/arch/parisc/include/uapi/asm/
Dptrace.h62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; member
/linux-6.12.1/arch/parisc/kernel/
Dreal2.S112 PUSH_CR(%cr24, %r28)
135 POP_CR(%cr24, %r26)
Dtoc_asm.S46 mtctl %r4,%cr24
Dhead.S115 mtctl %r4,%cr24 /* Initialize kernel root pointer */
412 mtctl %r4,%cr24 /* Initialize kernel root pointer */
Dhpmc.S235 mtctl %r4,%cr24 /* Initialize kernel root pointer */
Dptrace.c461 case RI(cr24): return mfctl(24); in get_reg()
513 case cr0, cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; in set_reg()
/linux-6.12.1/drivers/hwmon/
Dnct6775-platform.c546 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
548 fan3pin = !(cr24 & 0x80); in nct6775_check_fan_inputs()
549 pwm3pin = cr24 & 0x08; in nct6775_check_fan_inputs()
553 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
564 pwm3pin = fan3pin && (cr24 & 0x08); in nct6775_check_fan_inputs()