Searched refs:fPortCount (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp16 fPortCount(0),
56 (fPortCount + 1) * sizeof(PortAcquirationInfo));
61 fPorts[fPortCount].port = port;
62 fPorts[fPortCount].owner = -1;
63 fPorts[fPortCount].count = 1;
64 fPortCount++;
79 for (int32 i = fFreePorts; i < fPortCount; i++) {
113 for (int32 i = fFreePorts; i < fPortCount; i++) {
H A DRequestPortPool.h42 int32 fPortCount; member in class:RequestPortPool
H A DKernelDebug.cpp58 for (int32 i = portPool->fFreePorts; i < portPool->fPortCount; i++) {
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp29 fPortCount(0),
151 fPortCount = 1 + ((fRegs->cap >> CAP_NP_SHIFT) & CAP_NP_MASK);
156 fPortImplementedMask = 0xffffffff >> (32 - fPortCount);
164 if (fPortCount < highestPort) {
166 fPortCount = highestPort;
173 TRACE("cap: Number of Ports: %d (raw %#" B_PRIx32 ")\n", fPortCount,
230 for (int i = 0; i < fPortCount; i++) {
256 for (int i = 0; i < fPortCount; i++) {
282 for (int i = 0; i < fPortCount; i++) {
360 for (int i = 0; i < self->fPortCount;
[all...]
H A Dahci_controller.h52 int fPortCount; member in class:AHCIController
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.h78 uint8 PortCount() { return fPortCount; }
252 uint8 fPortCount; member in class:EHCI
H A Dohci.h50 uint8 PortCount() { return fPortCount; };
221 uint8 fPortCount; member in class:OHCI
H A Dxhci.h119 uint8 PortCount() const { return fPortCount; }
261 uint8 fPortCount; member in class:XHCI
H A Dohci.cpp293 fPortCount(0),
524 fPortCount = numberOfPorts;
525 TRACE("port count is %d\n", fPortCount);
796 if (index >= fPortCount) {
842 if (index > fPortCount)
871 if (index > fPortCount)
H A Dxhci.cpp356 fPortCount(0),
644 fPortCount = HCS_MAX_PORTS(capabilities);
645 if (fPortCount == 0) {
646 TRACE_ERROR("invalid number of ports: %u\n", fPortCount);
660 for (; eecp != 0 && XECP_NEXT(eec) && portFound < fPortCount;
2287 if (index >= fPortCount)
2319 if (index >= fPortCount)
2380 if (index >= fPortCount)
2416 if (index >= fPortCount)
H A Dehci.cpp353 fPortCount(0),
463 fPortCount = ReadCapReg32(EHCI_HCSPARAMS) & 0x0f;
1371 if (index >= fPortCount)
1416 if (index >= fPortCount)
1441 if (index >= fPortCount)

Completed in 67 milliseconds