/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_attach.c | 47 .firstep = { 0, 4, 8 },
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar9160_attach.c | 77 .firstep = { 0, 4, 8 },
|
ar5416_ani.c | 307 "%s: firstep level out of range (%u > %u)\n", 312 AR_PHY_FIND_SIG_FIRSTEP, params->firstep[level]); 418 * raise firstep level 486 * raise firstep level. 493 * Beacon rssi is low, zero firstep level to maximize 704 * detection or lower firstep level. 719 * Beacon rssi is low, reduce firstep level.
|
ar5416_attach.c | 51 .firstep = { 0, 4, 8 },
|
/src/sys/external/isc/atheros_hal/dist/ |
ah_internal.h | 751 int firstep[3]; member in struct:__anon815e33321208
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_ani.c | 350 AR_PHY_FIND_SIG_FIRSTEP, params->firstep[level]); 469 * raise firstep level 558 * raise firstep level. 569 * Beacon rssi is low, zero firstep level to maximize 810 * detection or lower firstep level. 830 * Beacon rssi is low, reduce firstep level.
|
ar5212_attach.c | 195 .firstep = { 0, 4, 8 },
|
ar5212.h | 161 int firstep[3]; member in struct:ar5212AniParams
|
/src/sys/dev/usb/ |
xhci.c | 3160 u_int firstep = xr->xr_ep; local in function:xhci_ring_put 3191 if (oldri == firstep) { 3211 xr->xr_trb[firstep].trb_3 |= htole32(XHCI_TRB_3_CYCLE_BIT); 3213 xr->xr_trb[firstep].trb_3 &= ~htole32(XHCI_TRB_3_CYCLE_BIT); 3215 usb_syncmem(&xr->xr_dma, XHCI_TRB_SIZE * firstep,
|