Searched refs:clo (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 287 u16 clo, chi; in ath9k_hw_get_legacy_target_powers() local 320 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_legacy_target_powers() 327 (u8)ath9k_hw_interpolate(freq, clo, chi, in ath9k_hw_get_legacy_target_powers() 342 u16 clo, chi; in ath9k_hw_get_target_powers() local 375 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel, in ath9k_hw_get_target_powers() 382 clo, chi, in ath9k_hw_get_target_powers()
|
/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/ |
H A D | timer.h | 25 u32 clo; member
|
/openbmc/u-boot/include/configs/ |
H A D | rpi.h | 23 (&((struct bcm2835_timer_regs *)BCM2835_TIMER_PHYSADDR)->clo)
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_mips64r6.h | 41 DO_MIPS64R6__RD__RS(CLO, clo)
|
/openbmc/linux/scripts/mod/ |
H A D | file2alias.c | 279 unsigned char chi, clo, max; in do_usb_entry_multi() local 298 clo = (devlo >> (ndigits << 2)) & 0xf; in do_usb_entry_multi() 300 if (clo > max || chi > max) { in do_usb_entry_multi() 315 clo = devlo & 0xf; in do_usb_entry_multi() 323 do_usb_entry(symval, devlo, ndigits, clo, chi, max, mod); in do_usb_entry_multi() 327 if (clo > 0x0) in do_usb_entry_multi() 331 ndigits, clo, max, max, mod); in do_usb_entry_multi()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | qcom_camss.rst | 184 .. [#f1] https://git.codelinaro.org/clo/la/kernel/msm-3.10/ 185 .. [#f2] https://git.codelinaro.org/clo/la/kernel/msm-3.18/
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 220 clo = self.ShellOutputWindow( clo_left, clo_top, clo_width, clo_height )
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2573 uint32_t clo = trb.parameter; in xhci_process_commands() local 2574 uint32_t val = xhci_nec_challenge(chi, clo); in xhci_process_commands()
|