Home
last modified time | relevance | path

Searched refs:Reg (Results 1 – 23 of 23) sorted by relevance

/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts182 <3 0x11 0 0x4415>, /* Reg 3,17 */
183 <3 0x10 0 0x77>; /* Reg 3,16 */
190 <3 0x11 0 0x4415>, /* Reg 3,17 */
191 <3 0x10 0 0x77>; /* Reg 3,16 */
198 <3 0x11 0 0x4415>, /* Reg 3,17 */
199 <3 0x10 0 0x77>; /* Reg 3,16 */
/linux/Documentation/devicetree/bindings/sound/
H A Dalc5623.txt10 - add-ctrl: Default register value for Reg-40h, Additional Control
14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
/linux/drivers/usb/serial/
H A Dio_ionsp.h193 #define MAKE_CMD_WRITE_REG(ppBuf, pLen, Port, Reg, Val) \ argument
196 IOSP_WRITE_UART_REG(Reg)); \
/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_3xxx.dts19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
21 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
23 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
33 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
35 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
H A Docteon_68xx.dts65 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
67 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
69 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst2892 Normally = Reg 2854 >> 2
2921 Normally = Reg 2854 >> 1
2931 Normally = Reg 2854 >> 1
2945 Reg 2874 = No divide
2949 Reg 2874 = Divide by 2
2953 Reg 2874 = Divide by 4
3267 Normally = Reg 2930
3286 Normally = Reg 2940
3299 Reg 296C = No divide
3303 Reg 296C = Divide by 2
[all …]
/linux/Documentation/hwmon/
H A Dsmsc47b397.rst95 Reg 0x28 = 0x9B
96 Reg 0x29 = 0x08
184 OUT DX,AL ;Point to LD# Config Reg
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst211 NPA General Interrupt Reg : 1
215 NPA RVU Interrupt Reg : 1
219 NPA Error Interrupt Reg : 4096
281 NIX RVU Interrupt Reg : 1
285 NIX General Interrupt Reg : 1
289 NIX Error Interrupt Reg : 64
/linux/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c141 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg() argument
143 u8 msg[2] = {SubAddr, Reg}; in WriteReg()
163 static int UpdateReg(struct tda_state *state, u8 Reg) in UpdateReg() argument
165 return WriteReg(state, Reg, state->m_Regs[Reg]); in UpdateReg()
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-4i-edge-200.dts79 <3 0x10 0xfff0 0xf>; /* Reg 3,16 <- 0xzzzf */
/linux/arch/arc/kernel/
H A Dentry-compact.S189 sr r8, [AUX_IRQ_LV12] ; clear bit in Sticky Status Reg
244 sr r8, [AUX_IRQ_LV12] ; clear bit in Sticky Status Reg
/linux/arch/arm/boot/compressed/
H A Dhead-sharpsl.S103 .word 0x08010000 @ w100 Chip ID Reg Address
/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h502 #define CSEQm_CIO_REG(Mode, Reg) \ argument
504 ((u32) (Mode) * CSEQ_MODE_PAGE_SIZE) + (u32) (Reg))
838 #define LmSEQ_PHY_REG(Mode, LinkNum, Reg) \ argument
839 (LmSEQ_PHY_BASE(Mode, LinkNum) + (u32) (Reg))
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py365 class Reg(object): class
620 self.current_reg = Reg(attrs, self.prefix(variant), self.current_array, bit_size)
776 if isinstance(e, Reg):
/linux/drivers/video/fbdev/sis/
H A Dvstruct.h103 unsigned char Reg[16]; member
H A Dinit301.c8306 temp = CHTVRegData[resindex].Reg[0]; in SiS_SetCHTVReg()
8310 SiS_SetCH701x(SiS_Pr,0x01,CHTVRegData[resindex].Reg[1]); in SiS_SetCHTVReg()
8311 SiS_SetCH701x(SiS_Pr,0x02,CHTVRegData[resindex].Reg[2]); in SiS_SetCHTVReg()
8312 SiS_SetCH701x(SiS_Pr,0x04,CHTVRegData[resindex].Reg[3]); in SiS_SetCHTVReg()
8313 SiS_SetCH701x(SiS_Pr,0x03,CHTVRegData[resindex].Reg[4]); in SiS_SetCHTVReg()
8314 SiS_SetCH701x(SiS_Pr,0x05,CHTVRegData[resindex].Reg[5]); in SiS_SetCHTVReg()
8315 SiS_SetCH701x(SiS_Pr,0x06,CHTVRegData[resindex].Reg[6]); in SiS_SetCHTVReg()
8317 temp = CHTVRegData[resindex].Reg[7]; in SiS_SetCHTVReg()
8321 SiS_SetCH701x(SiS_Pr,0x08,CHTVRegData[resindex].Reg[8]); in SiS_SetCHTVReg()
8322 SiS_SetCH701x(SiS_Pr,0x15,CHTVRegData[resindex].Reg[9]); in SiS_SetCHTVReg()
[all …]
/linux/Documentation/devicetree/bindings/net/pcs/
H A Dsnps,dw-xpcs.yaml53 MMD '[20:16]', Reg '[15:0]'. In the later case the space is divided
/linux/arch/arm/mm/
H A Dcache-v7m.S145 orr r5, r5, r6 @ Reg = (Temp<<WayShift)|(NumSets<<SetShift)
H A Dcache-v7.S63 orr ip, ip, r3 @ Reg = (Temp<<WayShift)|(NumSets<<SetShift)
/linux/Documentation/fpga/
H A Ddfl.rst134 |63 Reg Address/Offset 1| Rel 0| 0x18
136 |63 Reg Size 32|Params 31|30 Group 16|15 Instance 0| 0x20
173 * Reg Address/Offset - If Rel bit is set, then the value is the high 63 bits
179 * Reg Size - Size of feature's register set in bytes.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-remarkable2.dts589 /* WiFi Reg On */
/linux/arch/m68k/fpsp040/
H A Dutil.S636 | | 0 | Size | Dest Reg # |
/linux/arch/arc/
H A DKconfig371 bool "Reg Pair ACCL:ACCH (FPU and/or MPY > 6 and/or DSP)"