Home
last modified time | relevance | path

Searched refs:ctlreg (Results 1 – 20 of 20) sorted by relevance

/linux/arch/s390/include/asm/
A Dctlreg.h87 struct ctlreg { struct
99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \ argument
101 typecheck(struct ctlreg, array[0]); \
118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
120 typecheck(struct ctlreg, array[0]); \
146 struct ctlreg new, old; in local_ctl_set_bit()
157 struct ctlreg new, old; in local_ctl_clear_bit()
196 struct ctlreg reg;
224 struct ctlreg reg;
238 struct ctlreg reg;
[all …]
A Dlowcore.h147 struct ctlreg kernel_asce; /* 0x0388 */
148 struct ctlreg user_asce; /* 0x0390 */
207 struct ctlreg cregs_save_area[16]; /* 0x1380 */
A Dkprobes.h69 struct ctlreg kprobe_saved_ctl[3];
A Dpgtable.h29 extern struct ctlreg s390_invalid_asce;
/linux/arch/alpha/kernel/
A Dsys_takara.c125 unsigned int ctlreg = inl(0x500); in takara_init_irq() local
128 ctlreg &= ~0x8000; in takara_init_irq()
129 outl(ctlreg, 0x500); in takara_init_irq()
132 ctlreg = 0x05107c00; in takara_init_irq()
133 outl(ctlreg, 0x500); in takara_init_irq()
218 unsigned int ctlreg = inl(0x500); in takara_swizzle() local
228 && ((1<<(36-busslot)) & ctlreg)) { in takara_swizzle()
/linux/drivers/mtd/nand/raw/
A Dr852.c328 dev->ctlreg |= R852_CTL_DATA; in r852_cmdctl()
331 dev->ctlreg |= R852_CTL_COMMAND; in r852_cmdctl()
336 dev->ctlreg &= ~R852_CTL_WRITE; in r852_cmdctl()
340 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl()
348 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl()
409 dev->ctlreg |= R852_CTL_ECC_ENABLE; in r852_ecc_hwctl()
413 dev->ctlreg | R852_CTL_ECC_ACCESS); in r852_ecc_hwctl()
421 dev->ctlreg &= ~R852_CTL_ECC_ENABLE; in r852_ecc_hwctl()
440 dev->ctlreg &= ~R852_CTL_ECC_ENABLE; in r852_ecc_calculate()
454 r852_write_reg(dev, R852_CTL, dev->ctlreg); in r852_ecc_calculate()
[all …]
A Dr852.h142 uint8_t ctlreg; /* cached contents of control reg */ member
/linux/arch/s390/kernel/
A Dkprobes.c192 struct ctlreg regs[3]; in enable_singlestep()
194 struct ctlreg control; in enable_singlestep()
195 struct ctlreg start; in enable_singlestep()
196 struct ctlreg end; in enable_singlestep()
A Dwti.c57 struct ctlreg cr6; in wti_irq_disable()
70 struct ctlreg cr6; in wti_irq_enable()
A Dctlreg.c58 struct ctlreg regs[16]; in ctlreg_callback()
A DMakefile42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
A Dptrace.c50 struct ctlreg regs[3]; in update_cr_regs()
52 struct ctlreg control; in update_cr_regs()
53 struct ctlreg start; in update_cr_regs()
54 struct ctlreg end; in update_cr_regs()
A Dtraps.c299 struct ctlreg cr0; in trap_init()
A Dsmp.c908 struct ctlreg cregs[16]; in __cpu_disable()
/linux/drivers/misc/lis3lv02d/
A Dlis3lv02d.c266 u8 ctlreg, reg; in lis3lv02d_selftest() local
290 ctlreg = CTRL_REG4; in lis3lv02d_selftest()
293 ctlreg = CTRL_REG1; in lis3lv02d_selftest()
300 lis3->read(lis3, ctlreg, &reg); in lis3lv02d_selftest()
301 lis3->write(lis3, ctlreg, (reg | selftest)); in lis3lv02d_selftest()
312 lis3->write(lis3, ctlreg, reg); in lis3lv02d_selftest()
/linux/arch/s390/lib/
A Duaccess.c20 struct ctlreg cr1, cr7; in debug_user_asce()
/linux/arch/s390/mm/
A Dinit.c57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
/linux/arch/s390/boot/
A Dvmem.c16 struct ctlreg __bootdata_preserved(s390_invalid_asce);
/linux/drivers/s390/char/
A Dsclp.c709 struct ctlreg cr0, cr0_sync; in sclp_sync_wait()
/linux/Documentation/scsi/
A DChangeLog.lpfc775 * ctlreg and slimem binary attributes added to support libdfc

Completed in 144 milliseconds