Searched refs:Register (Results 1 - 25 of 59) sorted by relevance

123

/haiku-fatelf/src/apps/debugger/arch/
H A DCpuState.h17 class Register;
27 virtual bool GetRegisterValue(const Register* reg,
29 virtual bool SetRegisterValue(const Register* reg,
H A DRegister.cpp7 #include "Register.h"
12 Register::Register(int32 index, const char* name, uint32 bitSize, function in class:Register
44 Register::Register(const Register& other) function in class:Register
H A DRegister.h27 class Register { class
29 Register(int32 index, const char* name,
33 Register(const Register& other);
H A DArchitecture.h26 class Register;
65 virtual const Register* Registers() const = 0;
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DTheater.cpp48 int CTheater::Register(int index) function in class:CTheater
50 return fPort.Register(fDevice, index);
53 int CTheater::Register(int index, int mask) function in class:CTheater
55 return fPort.Register(fDevice, index) & mask;
69 (fPort.Register(fDevice, index) & ~mask) | (value & mask));
H A DMSP3430.h31 int Register(int address, int subaddress);
H A DTheater200.cpp330 data = Register(VIP_HOSTINTF_PORT_CNTL);
334 data = Register(VIP_HOSTINTF_PORT_CNTL);
338 data = Register(VIP_TC_STATUS);
340 data = Register(VIP_TC_STATUS);
386 data = Register(VIP_TC_DOWNLOAD);
409 data = Register(VIP_TC_STATUS);
411 data = Register(VIP_TC_STATUS);
429 data = Register(VIP_TC_STATUS);
431 data = Register(VIP_TC_STATUS);
442 data = Register(VIP_TC_DOWNLOA
[all...]
H A DTheater.h81 int Register(int index);
83 int Register(int index, int mask);
H A DTheater100.cpp440 Register(VIP_HS_PLINE, HS_LINE_TOTAL),
441 Register(VIP_HS_MINMAXWIDTH, MIN_PULSE_WIDTH) >> 0,
442 Register(VIP_HS_MINMAXWIDTH, MAX_PULSE_WIDTH) >> 8,
443 Register(VIP_HS_WINDOW_LIMIT, WIN_CLOSE_LIMIT) >> 0,
444 Register(VIP_HS_WINDOW_LIMIT, WIN_OPEN_LIMIT) >> 16));
452 if (Register(VIP_HS_PULSE_WIDTH, HS_GENLOCKED) != 0)
496 Register(VIP_VS_FRAME_TOTAL, VS_FRAME_TOTAL)));
503 int lineCount = Register(VIP_VS_LINE_COUNT, VS_LINE_COUNT);
545 Register(VIP_SG_BLACK_GATE, BLANK_INT_START) >> 0,
546 Register(VIP_SG_BLACK_GAT
[all...]
H A DI2CPort.h42 int Register(int address, int index);
H A DI2CPort.cpp122 int CI2CPort::Register(int address, int index) function in class:CI2CPort
130 PRINT(("CI2CPort::Register() - error\n"));
178 if ((fRadeon.Register(C_RADEON_I2C_CNTL_0) & C_RADEON_I2C_GO) == 0)
217 if ((fRadeon.Register(C_RADEON_I2C_CNTL_0) & C_RADEON_I2C_GO) == 0)
228 buffer[offset] = fRadeon.Register(C_RADEON_I2C_DATA) & 0xff;
237 int control = fRadeon.Register(C_RADEON_I2C_CNTL_0);
262 if ((fRadeon.Register(C_RADEON_I2C_CNTL_0) & C_RADEON_I2C_GO) == 0)
H A DMSP3430.cpp256 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0100) != 0x0000)
264 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0080) != 0x0000)
272 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0040) != 0x0000)
280 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0120) == 0x0000)
288 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0100) == 0x0100)
296 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0004) != 0x0000)
304 if ((Register(MSP3430_RD_DEM, STATUS) & 0x0002) != 0x0000)
723 int revision = Register(MSP3430_RD_DSP, MSP_HARD_REVISION);
724 int product = Register(MSP3430_RD_DSP, MSP_PRODUCT_ROM);
762 while ((fStandard = Register(MSP3430_RD_DE
853 int CMSP3430::Register(int address, int subaddress) function in class:CMSP3430
[all...]
H A DCapture.h68 int Register(radeon_register index, int mask);
H A DVIPPort.h53 int Register(int device, int address) { function in class:CVIPPort
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.h50 virtual bool GetRegisterValue(const Register* reg,
52 virtual bool SetRegisterValue(const Register* reg,
H A DCpuStateX86.cpp9 #include "Register.h"
75 CpuStateX86::GetRegisterValue(const Register* reg, BVariant& _value) const
94 CpuStateX86::SetRegisterValue(const Register* reg, const BVariant& value)
H A DArchitectureX86.h13 #include "Register.h"
29 virtual const Register* Registers() const;
90 Array<Register> fRegisters;
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.h60 virtual bool GetRegisterValue(const Register* reg,
62 virtual bool SetRegisterValue(const Register* reg,
H A DArchitectureX8664.h14 #include "Register.h"
30 virtual const Register* Registers() const;
87 Array<Register> fRegisters;
H A DCpuStateX8664.cpp10 #include "Register.h"
80 CpuStateX8664::GetRegisterValue(const Register* reg, BVariant& _value) const
99 CpuStateX8664::SetRegisterValue(const Register* reg, const BVariant& value)
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfTargetInterface.h16 class Register;
H A DCfaRule.h43 uint32 Register() const { return fRegister; } function in class:CfaRule
74 uint32 Register() const function in class:CfaCfaRule
/haiku-fatelf/headers/os/midi2/
H A DMidiEndpoint.h38 status_t Register();
H A DMidiRoster.h46 static status_t Register(BMidiEndpoint *endp);
/haiku-fatelf/headers/private/media/
H A DNotifications.h55 status_t Register(const BMessenger& notifyHandler, const media_node& node,

Completed in 171 milliseconds

123