Searched refs:slot (Results 51 - 56 of 56) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1244 /* Read PCI slot information less than Hainan revision */
2768 * + IFS params: slot, eifs, misc etc.
2773 uint32_t txLat, rxLat, usec, slot, refClock, eifs, init_usec; local
2780 slot = IFS_SLOT_HALF_RATE;
2787 slot = IFS_SLOT_QUARTER_RATE;
2796 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1104 * First slot is read-only.
1819 * Firmware slot information (mandatory).
1937 * Firmware slot information page (\ref NVME_LOG_FIRMWARE_SLOT)
1945 uint8_t slot : 3; member in struct:nvme_firmware_page::__anon43
2088 * Firmware Slot. Specifies the firmware slot that shall be used for the
2089 * Commit Action. The controller shall choose the firmware slot (slot 1 - 7)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c839 cmd->slot = (is_short == 1 ? 1 : 0);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8237 uint32 slot = *_cookie; local
8240 while (slot < context->table_size
8241 && (descriptor = context->fds[slot]) == NULL) {
8242 slot++;
8245 if (slot >= context->table_size)
8248 info->number = slot;
8260 *_cookie = slot + 1;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c127 * + IFS params: slot, eifs, misc etc.
133 u_int32_t tx_lat, rx_lat, usec, slot, regval, eifs; local
138 slot = ar9300_mac_to_clks(ah, AR_SLOT_HALF);
150 slot = ar9300_mac_to_clks(ah, AR_SLOT_QUARTER);
164 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, slot);
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c707 sk_setfilt(sc_if, addr, slot)
710 int slot;
714 base = XM_RXFILT_ENTRY(slot);

Completed in 122 milliseconds

123