Searched refs:ctlreg (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/s390/include/asm/
H A Dctlreg.h87 struct ctlreg { struct
99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
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)
136 static __always_inline void local_ctl_store(unsigned int cr, struct ctlreg *reg)
144 static __always_inline struct ctlreg local_ctl_set_bit(unsigned int cr, unsigned int bit)
146 struct ctlreg new, old;
155 static __always_inline struct ctlreg local_ctl_clear_bi
[all...]
H A Dkprobes.h18 #include <asm/ctlreg.h>
69 struct ctlreg kprobe_saved_ctl[3];
H A Dlowcore.h14 #include <asm/ctlreg.h>
143 struct ctlreg kernel_asce; /* 0x0388 */
144 struct ctlreg user_asce; /* 0x0390 */
203 struct ctlreg cregs_save_area[16]; /* 0x1380 */
H A Dirq.h34 #include <asm/ctlreg.h>
H A Dmmu_context.h15 #include <asm/ctlreg.h>
/linux-master/arch/alpha/kernel/
H A Dsys_takara.c125 unsigned int ctlreg = inl(0x500); local
128 ctlreg &= ~0x8000;
129 outl(ctlreg, 0x500);
132 ctlreg = 0x05107c00;
133 outl(ctlreg, 0x500);
218 unsigned int ctlreg = inl(0x500); local
228 && ((1<<(36-busslot)) & ctlreg)) {
/linux-master/drivers/mtd/nand/raw/
H A Dr852.c324 dev->ctlreg &= ~(R852_CTL_DATA | R852_CTL_COMMAND |
328 dev->ctlreg |= R852_CTL_DATA;
331 dev->ctlreg |= R852_CTL_COMMAND;
334 dev->ctlreg |= (R852_CTL_CARDENABLE | R852_CTL_ON);
336 dev->ctlreg &= ~R852_CTL_WRITE;
340 dev->ctlreg |= R852_CTL_WRITE;
342 r852_write_reg(dev, R852_CTL, dev->ctlreg);
347 if (dat == NAND_CMD_SEQIN && (dev->ctlreg & R852_CTL_COMMAND)) {
348 dev->ctlreg |= R852_CTL_WRITE;
349 r852_write_reg(dev, R852_CTL, dev->ctlreg);
[all...]
H A Dr852.h142 uint8_t ctlreg; /* cached contents of control reg */ member in struct:r852_device
/linux-master/arch/s390/kernel/
H A Dctlreg.c13 #include <asm/ctlreg.h>
58 struct ctlreg regs[16];
H A Dkprobes.c228 struct ctlreg regs[3];
230 struct ctlreg control;
231 struct ctlreg start;
232 struct ctlreg end;
H A DMakefile42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
H A Dtraps.c292 struct ctlreg cr0;
H A Dnmi.c25 #include <asm/ctlreg.h>
H A Dptrace.c50 struct ctlreg regs[3];
52 struct ctlreg control;
53 struct ctlreg start;
54 struct ctlreg end;
H A Dsmp.c41 #include <asm/ctlreg.h>
914 struct ctlreg cregs[16];
/linux-master/arch/s390/lib/
H A Duaccess.c15 #include <asm/ctlreg.h>
20 struct ctlreg cr1, cr7;
/linux-master/drivers/s390/cio/
H A Dcrw.c15 #include <asm/ctlreg.h>
/linux-master/arch/s390/mm/
H A Dinit.c38 #include <asm/ctlreg.h>
57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
H A Dmaccess.c21 #include <asm/ctlreg.h>
/linux-master/drivers/s390/char/
H A Ddiag_ftp.c19 #include <asm/ctlreg.h>
H A Dsclp_early.c13 #include <asm/ctlreg.h>
H A Dsclp_early_core.c10 #include <asm/ctlreg.h>
H A Dsclp_cmd.c23 #include <asm/ctlreg.h>
/linux-master/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c266 u8 ctlreg, reg; local
290 ctlreg = CTRL_REG4;
293 ctlreg = CTRL_REG1;
300 lis3->read(lis3, ctlreg, &reg);
301 lis3->write(lis3, ctlreg, (reg | selftest));
312 lis3->write(lis3, ctlreg, reg);
/linux-master/arch/s390/boot/
H A Dvmem.c9 #include <asm/ctlreg.h>
16 struct ctlreg __bootdata_preserved(s390_invalid_asce);

Completed in 470 milliseconds

12