/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 99 - PSR.be = cleared to zero (i.e., little-endian byte order is in effect) 158 from the shadow register bank, it could temporarily disable PSR.i and 159 PSR.ic, switch to bank 0 (bsw.0) and then use the shadow registers as 171 PSR.lp and returns immediately. When fsys-mode is exited via the 173 occur. The trap handler clears PSR.lp again and returns immediately. 176 * PSR Handling 178 The "epc" instruction doesn't change the contents of PSR at all. This 181 work as expected. The following discussion describes how each PSR bit 184 PSR.be Cleared when entering fsys-mode. A srlz.d instruction is used 186 load/store instruction is executed. PSR.be is normally NOT [all …]
|
/linux-4.1.27/arch/frv/kernel/ |
D | break.S | 131 # PSR.ET 0 0 132 # PSR.PS old PSR.S ? 133 # PSR.S 1 1 438 # we also have to fudge PSR because the return BREAK is in kernel space and we want
|
D | sleep.S | 176 # Set the PSR register ET bit to 1 to enable interrupts. 316 # (1) Set the PSR register ET bit to 0 to disable interrupts. 358 # (10) Set the PSR register ET bit to 1 to enable interrupts.
|
D | cmode.S | 69 # (1) Set '0' in the PSR.ET bit, and prohibit interrupts.
|
D | entry.S | 916 # keep current PSR in GR23
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 57 (a) Exceptions enabled (PSR.T == 1). 60 handler. On entry to the handler, the PSR.T bit will be cleared. 62 (b) Exceptions disabled (PSR.T == 0). 169 Because accesses to the PSR is so slow, and to disable interrupts we have 217 jumps aside, and there disabled interrupts by setting PSR.PIL to 14 249 (set PSR.PIL to 0), set ICC2.C to 1 and return.
|
D | atomic-ops.txt | 17 interrupts, but on the FR-V CPUs, modifying the PSR takes a lot of clock cycles, and it has to be
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | pio.c | 209 if (!(pio_readl(pio, PSR) & mask)) in direction_input() 230 if (!(pio_readl(pio, PSR) & mask)) in direction_output() 344 psr = pio_readl(pio, PSR); in pio_bank_show()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 145 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_byte() 147 write_nic_io_byte(dev, PSR, ((u1bPsr & u1PageMask) | in write_nic_io_byte() 150 write_nic_io_byte(dev, PSR, (u1bPsr & u1PageMask)); in write_nic_io_byte() 167 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_word() 169 write_nic_io_byte(dev, PSR, ((u1bPsr & u1PageMask) | in write_nic_io_word() 172 write_nic_io_byte(dev, PSR, (u1bPsr & u1PageMask)); in write_nic_io_word() 190 u8 u1bPsr = read_nic_io_byte(dev, PSR); in write_nic_io_dword() 192 write_nic_io_byte(dev, PSR, ((u1bPsr & u1PageMask) | in write_nic_io_dword() 195 write_nic_io_byte(dev, PSR, (u1bPsr & u1PageMask)); in write_nic_io_dword() 213 u8 u1bPsr = read_nic_io_byte(dev, PSR); in read_nic_io_byte() [all …]
|
D | r8192E_hw.h | 263 PSR = 0x0ff, enumerator
|
/linux-4.1.27/sound/pci/aw2/ |
D | saa7146.h | 47 #define PSR 0x110 macro
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_core.c | 85 if (!(saa7146_read(dev, PSR) & SPCI_DEBI_S)) in saa7146_wait_for_debi_done_sleep() 120 if (!(saa7146_read(dev, PSR) & SPCI_DEBI_S)) in saa7146_wait_for_debi_done_busyloop() 333 u32 psr = saa7146_read(dev, PSR); in interrupt_hw()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | pxa3xx-regs.h | 30 #define PSR __REG(0x40F50004) /* Power Manager S2 Status Register */ macro
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 85 ldr r1, [sp, #S_PSR] @ fetch the PSR
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | ariadne.h | 379 volatile u_char PSR; /* Port Status Register */ member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | paravirt.c | 151 CASE_GET_REG(PSR); in ia64_native_getreg_func() 411 __DEFINE_GET_REG(PSR, psr) 799 IA64_NATIVE_PATCH_BUNDLE_ELEM_GETREG(psr, PSR),
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_hw.h | 193 PSR = 0x0ff, // Page Select Register enumerator
|
/linux-4.1.27/include/media/ |
D | saa7146.h | 378 #define PSR 0x110 /* Primary status register */ macro
|
/linux-4.1.27/drivers/input/serio/ |
D | at32psif.c | 199 psif_writel(psif, PSR, prscv); in psif_set_prescaler()
|
/linux-4.1.27/drivers/net/ethernet/renesas/ |
D | sh_eth.h | 74 PSR, enumerator
|
D | sh_eth.c | 88 [PSR] = 0x0528, 221 [PSR] = 0x0328, 269 [PSR] = 0x0128, 346 [PSR] = 0x017c, 1608 link_stat = (sh_eth_read(ndev, PSR)); in sh_eth_error() 2027 add_reg(PSR); in __sh_eth_get_regs()
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 114 byte 0: 1 ? ? ? 1 PSM PSR PSL 124 where the pointingstick buttons get reported separately in the PSM, PSR
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 281 @ the first place, so there's no point checking the PSR I bit.
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_spec.h | 475 #define PSR UnusedRegister macro
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtl8723a_spec.h | 468 #define PSR UnusedRegister macro
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | budget-av.c | 291 if (saa7146_read(saa, PSR) & MASK_06) { in ciintf_poll_slot_status()
|
D | av7110.c | 395 jiffies, saa7146_read(av7110->dev, PSR), in debiirq() 503 jiffies, saa7146_read(av7110->dev, PSR), in gpioirq()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | reg.h | 365 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | reg.h | 395 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | reg.h | 351 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | reg.h | 333 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | reg.h | 380 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | reg.h | 391 #define PSR UNUSED_REGISTER macro
|
/linux-4.1.27/drivers/tty/ |
D | synclink.c | 343 #define PSR 0x08 /* Port status Register */ macro
|