Searched refs:eecp (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci_pci.c | 200 uint32_t eecp; in xhci_pci_take_controller() local 210 for (eecp = XHCI_HCS0_XECP(cparams) << 2; (eecp != 0) && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller() 211 eecp += (XHCI_XECP_NEXT(eec) << 2)) { in xhci_pci_take_controller() 212 eec = XREAD4(sc, capa, eecp); in xhci_pci_take_controller() 216 bios_sem = XREAD1(sc, capa, eecp + in xhci_pci_take_controller() 222 XWRITE1(sc, capa, eecp + in xhci_pci_take_controller() 226 bios_sem = XREAD1(sc, capa, eecp + in xhci_pci_take_controller()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/math_test_data/ |
H A D | scalbf_data.h | 410 {0x1.500eecp-1, 0x1p+1, 0x1.500eecp+1}, 414 {0x1.500eecp-1, 0x1.8p+2, 0x1.500eecp+5},
|
H A D | ldexpf_data.h | 407 {0x1.500eecp-1, 1, 0x1.500eecp+0},
|
H A D | scalbnf_data.h | 397 {0x1.500eecp-1, -9, 0x1.500eecp-10},
|
Completed in 4 milliseconds