Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
A Dasmregs.h134 tr0: .reg %cr24
161 cr24: .reg %cr24
A Dkgdb.h56 unsigned long cr24; member
/linux/arch/parisc/include/uapi/asm/
A Dptrace.h62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; member
/linux/arch/parisc/kernel/
A Dreal2.S125 PUSH_CR(%cr24, %r28)
148 POP_CR(%cr24, %r26)
A Dhead.S75 mtctl %r4,%cr24 /* Initialize kernel root pointer */
353 mtctl %r4,%cr24 /* Initialize kernel root pointer */
A Dtoc_asm.S55 mtctl %r4,%cr24
A Dhpmc.S237 mtctl %r4,%cr24 /* Initialize kernel root pointer */
A Dptrace.c450 case RI(cr24): return mfctl(24); in get_reg()
502 case cr0, cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31; in set_reg()
/linux/drivers/hwmon/
A Dnct6775.c3758 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
3760 fan3pin = !(cr24 & 0x80); in nct6775_check_fan_inputs()
3761 pwm3pin = cr24 & 0x08; in nct6775_check_fan_inputs()
3765 int cr24 = sio_data->sio_inb(sio_data, 0x24); in nct6775_check_fan_inputs() local
3776 pwm3pin = fan3pin && (cr24 & 0x08); in nct6775_check_fan_inputs()

Completed in 19 milliseconds