Searched refs:Register (Results 1 - 25 of 74) sorted by path

123

/haiku/headers/os/midi2/
H A DMidiEndpoint.h38 status_t Register();
H A DMidiRoster.h46 static status_t Register(BMidiEndpoint *endp);
/haiku/headers/private/debugger/arch/
H A DArchitecture.h27 class Register;
71 virtual const Register* Registers() const = 0;
H A DCpuState.h17 class Register;
35 virtual bool GetRegisterValue(const Register* reg,
37 virtual bool SetRegisterValue(const Register* reg,
H A DRegister.h29 class Register { class
31 Register(int32 index, const char* name,
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h114 partition->Register();
/haiku/headers/private/media/
H A DNotifications.h55 status_t Register(const BMessenger& notifyHandler, const media_node& node,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp314 int mask = fRadeon.Register(C_RADEON_CAP_INT_STATUS);
333 int CCapture::Register(radeon_register index, int mask) function in class:CCapture
335 return fRadeon.Register(index, mask);
H A DCapture.h68 int Register(radeon_register index, int mask);
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 DI2CPort.h42 int Register(int address, int index);
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 DMSP3430.h31 int Register(int address, int subaddress);
H A DRadeon.cpp199 int CRadeon::Register(radeon_register index) const function in class:CRadeon
209 int CRadeon::Register(radeon_register index, int mask) const function in class:CRadeon
H A DRadeon.h343 int Register(radeon_register index) const;
347 int Register(radeon_register index, int mask) const;
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 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 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 DVIPPort.h53 int Register(int device, int address) { function in class:CVIPPort
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp89 Most methods cannot be used until Register() has been invoked.
175 TerminalRoster::Register(team_id teamID, BLooper* looper) function in class:TerminalRoster
238 Basically undoes all effects of Register().
H A DTerminalRoster.h18 Register() registers our terminal with the roster and establishes the link
55 status_t Register(team_id teamID, BLooper* looper);
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp20 #include "Register.h"
63 const Register* registers = Registers();
H A DRegister.cpp8 #include "Register.h"
13 Register::Register(int32 index, const char* name, uint32 bitSize, function in class:Register
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp276 const Register*
780 if (!fRegisters.Add(Register(index, name, bitSize, valueType, type,

Completed in 107 milliseconds

123