Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/include/asm/
Dasmregs.h134 tr0: .reg %cr24
161 cr24: .reg %cr24
Dkgdb.h56 unsigned long cr24; member
/linux-6.1.9/arch/parisc/include/uapi/asm/
Dptrace.h62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; member
/linux-6.1.9/arch/parisc/kernel/
Dtoc_asm.S46 mtctl %r4,%cr24
Dreal2.S125 PUSH_CR(%cr24, %r28)
148 POP_CR(%cr24, %r26)
Dhead.S116 mtctl %r4,%cr24 /* Initialize kernel root pointer */
403 mtctl %r4,%cr24 /* Initialize kernel root pointer */
Dhpmc.S235 mtctl %r4,%cr24 /* Initialize kernel root pointer */
Dptrace.c449 case RI(cr24): return mfctl(24); in get_reg()
501 case cr0, cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; in set_reg()
/linux-6.1.9/drivers/hwmon/
Dnct6775-platform.c534 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
536 fan3pin = !(cr24 & 0x80); in nct6775_check_fan_inputs()
537 pwm3pin = cr24 & 0x08; in nct6775_check_fan_inputs()
541 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
552 pwm3pin = fan3pin && (cr24 & 0x08); in nct6775_check_fan_inputs()