Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H 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]); \
127 static __always_inline void local_ctl_load(unsigned int cr, struct ctlreg *reg) in local_ctl_load()
136 static __always_inline void local_ctl_store(unsigned int cr, struct ctlreg *reg) in local_ctl_store()
144 static __always_inline struct ctlreg local_ctl_set_bit(unsigned int cr, unsigned int bit) in local_ctl_set_bit()
146 struct ctlreg new, old; in local_ctl_set_bit()
155 static __always_inline struct ctlreg local_ctl_clear_bit(unsigned int cr, unsigned int bit) in local_ctl_clear_bit()
[all …]
H A Dlowcore.h147 struct ctlreg kernel_asce; /* 0x0388 */
148 struct ctlreg user_asce; /* 0x0390 */
206 struct ctlreg cregs_save_area[16]; /* 0x1380 */
H A Dkprobes.h69 struct ctlreg kprobe_saved_ctl[3];
/linux/arch/alpha/kernel/
H 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/
H A Dr852.c324 dev->ctlreg &= ~(R852_CTL_DATA | R852_CTL_COMMAND | in r852_cmdctl()
328 dev->ctlreg |= R852_CTL_DATA; in r852_cmdctl()
331 dev->ctlreg |= R852_CTL_COMMAND; in r852_cmdctl()
334 dev->ctlreg |= (R852_CTL_CARDENABLE | R852_CTL_ON); in r852_cmdctl()
336 dev->ctlreg &= ~R852_CTL_WRITE; in r852_cmdctl()
340 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl()
342 r852_write_reg(dev, R852_CTL, dev->ctlreg); in r852_cmdctl()
347 if (dat == NAND_CMD_SEQIN && (dev->ctlreg & R852_CTL_COMMAND)) { in r852_cmdctl()
348 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl()
349 r852_write_reg(dev, R852_CTL, dev->ctlreg); in r852_cmdctl()
[all …]
H A Dr852.h142 uint8_t ctlreg; /* cached contents of control reg */ member
/linux/arch/s390/kernel/
H A Dwti.c57 struct ctlreg cr6; in wti_irq_disable()
70 struct ctlreg cr6; in wti_irq_enable()
H A Dctlreg.c58 struct ctlreg regs[16]; in ctlreg_callback()
H A DMakefile42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
H 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()
H A Dsmp.c908 struct ctlreg cregs[16]; in __cpu_disable()
/linux/drivers/misc/lis3lv02d/
H 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/
H A Duaccess.c20 struct ctlreg cr1, cr7; in debug_user_asce()
/linux/arch/s390/mm/
H A Dinit.c57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
/linux/arch/s390/boot/
H A Dvmem.c16 struct ctlreg __bootdata_preserved(s390_invalid_asce);
/linux/drivers/s390/char/
H A Dsclp.c709 struct ctlreg cr0, cr0_sync; in sclp_sync_wait()
/linux/Documentation/scsi/
H A DChangeLog.lpfc775 * ctlreg and slimem binary attributes added to support libdfc