/openbmc/linux/drivers/scsi/isci/ |
H A D | unsolicited_frame_control.c | 63 struct sci_unsolicited_frame *uf; in sci_unsolicited_frame_control_construct() local 69 * The Unsolicited Frame buffers are set at the start of the UF in sci_unsolicited_frame_control_construct() 75 * Program the location of the UF header table into the SCU. in sci_unsolicited_frame_control_construct() 81 * headers, since we program the UF address table pointers to in sci_unsolicited_frame_control_construct() 88 * Program the location of the UF address table into the SCU. in sci_unsolicited_frame_control_construct() 99 * UF buffer requirements are: in sci_unsolicited_frame_control_construct() 100 * - The last entry in the UF queue is not NULL. in sci_unsolicited_frame_control_construct() 106 * Program the actual used UF buffers into the UF address table and in sci_unsolicited_frame_control_construct() 110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct() 114 uf->buffer = virt; in sci_unsolicited_frame_control_construct() [all …]
|
H A D | unsolicited_frame_control.h | 67 * first DWORD are UF attributes defined by the silicon architecture. The data 169 * address of the UF address table. The table contains 175 * This field specifies the physical address location for the UF 198 * This field specifies the physical address location for the UF 214 * starting address of the UF address table. 220 * This field specifies the physical address location for the UF
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas_flash.c | 210 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_release() local 214 if (uf->flist) { in rtas_flash_release() 222 if (uf->status != FLASH_AUTH) in rtas_flash_release() 223 uf->status = flash_list_valid(uf->flist); in rtas_flash_release() 225 if (uf->status == FLASH_IMG_READY) in rtas_flash_release() 226 rtas_firmware_flash_list = uf->flist; in rtas_flash_release() 228 free_flash_list(uf->flist); in rtas_flash_release() 230 uf->flist = NULL; in rtas_flash_release() 275 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_read_msg() local 281 status = uf->status; in rtas_flash_read_msg() [all …]
|
/openbmc/u-boot/post/lib_powerpc/fpu/ |
H A D | mul-subnormal-single-1.c | 20 union uf union 29 union uf u; in u2f() 37 union uf u; in f2u()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 312 * UF - unsolicited receive related defines 338 * @param[in] uf unsolicited frame descriptor 342 typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf); 353 /* Max UF dma segs required */ 362 struct list_head uf_unused_q; /* unused UF's */ 364 /* pre-built UF post msgs */ 365 bfa_cb_uf_recv_t ufrecv; /* uf recv handler function */ 366 void *cbarg; /* uf receive handler arg */ 640 bfa_uf_get_frmbuf(struct bfa_uf_s *uf) in bfa_uf_get_frmbuf() argument 642 return uf->data_ptr; in bfa_uf_get_frmbuf() [all …]
|
H A D | bfa_svc.c | 5336 * UF related functions 5346 struct bfa_uf_s *uf = cbarg; in __bfa_cb_uf_recv() local 5347 struct bfa_uf_mod_s *ufm = BFA_UF_MOD(uf->bfa); in __bfa_cb_uf_recv() 5350 ufm->ufrecv(ufm->cbarg, uf); in __bfa_cb_uf_recv() 5385 struct bfa_uf_s *uf; in claim_ufs() local 5388 * Claim block of memory for UF list in claim_ufs() 5393 * Initialize UFs and queue it in UF free queue in claim_ufs() 5395 for (i = 0, uf = ufm->uf_list; i < ufm->num_ufs; i++, uf++) { in claim_ufs() 5396 memset(uf, 0, sizeof(struct bfa_uf_s)); in claim_ufs() 5397 uf->bfa = ufm->bfa; in claim_ufs() [all …]
|
H A D | bfa_fcs.c | 1510 * BFA FCS UF ( Unsolicited Frames) 1517 * @param[in] uf unsolicited frame descriptor 1522 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument 1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1526 u16 len = bfa_uf_get_frmlen(uf); in bfa_fcs_uf_recv() 1535 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv() 1536 vft = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1547 bfa_stats(fcs, uf.vfid_unknown); in bfa_fcs_uf_recv() 1548 bfa_uf_free(uf); in bfa_fcs_uf_recv() 1560 bfa_stats(fcs, uf.untagged); in bfa_fcs_uf_recv() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 271 unsigned uframe, uf, x; in compute_tt_budget() local 286 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget() 287 x += budget_line[uf]; in compute_tt_budget() 291 budget_line[uf] = x; in compute_tt_budget() 294 budget_line[uf] = 125; in compute_tt_budget() 369 unsigned i, uf; in tt_available() local 375 uf = frame << 3; in tt_available() 376 for (i = 0; i < 8; (++i, ++uf)) in tt_available() 377 tt_usecs[i] = ehci->tt_budget[uf]; in tt_available() 1393 unsigned frame, uf; in sitd_slot_ok() local [all …]
|
H A D | ehci-hcd.c | 113 unsigned uf; in ehci_moschip_read_frame_index() local 115 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 116 if (unlikely((uf & 7) == 0)) in ehci_moschip_read_frame_index() 117 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 118 return uf; in ehci_moschip_read_frame_index()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_sock.c | 1931 struct hci_ufilter uf = { .opcode = 0 }; in hci_sock_setsockopt_old() local 1971 uf.type_mask = f->type_mask; in hci_sock_setsockopt_old() 1972 uf.opcode = f->opcode; in hci_sock_setsockopt_old() 1973 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt_old() 1974 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt_old() 1977 err = bt_copy_from_sockptr(&uf, sizeof(uf), optval, len); in hci_sock_setsockopt_old() 1982 uf.type_mask &= hci_sec_filter.type_mask; in hci_sock_setsockopt_old() 1983 uf.event_mask[0] &= *((u32 *) hci_sec_filter.event_mask + 0); in hci_sock_setsockopt_old() 1984 uf.event_mask[1] &= *((u32 *) hci_sec_filter.event_mask + 1); in hci_sock_setsockopt_old() 1990 f->type_mask = uf.type_mask; in hci_sock_setsockopt_old() [all …]
|
/openbmc/linux/include/linux/ |
H A D | userfaultfd_k.h | 196 unsigned long start, unsigned long end, struct list_head *uf); 198 struct list_head *uf); 280 struct list_head *uf) in userfaultfd_unmap_prep() argument 286 struct list_head *uf) in userfaultfd_unmap_complete() argument
|
/openbmc/linux/mm/ |
H A D | mmap.c | 184 LIST_HEAD(uf); in SYSCALL_DEFINE1() 238 if (do_vma_munmap(&vmi, brkvma, newbrk, oldbrk, &uf, true)) in SYSCALL_DEFINE1() 268 userfaultfd_unmap_complete(mm, &uf); in SYSCALL_DEFINE1() 1214 struct list_head *uf) in do_mmap() argument 1381 addr = mmap_region(file, addr, len, vm_flags, pgoff, uf); in do_mmap() 2451 * @uf: The userfaultfd list_head 2461 unsigned long end, struct list_head *uf, bool unlock) in do_vmi_align_munmap() argument 2518 if (unlikely(uf)) { in do_vmi_align_munmap() 2528 error = userfaultfd_unmap_prep(next, start, end, uf); in do_vmi_align_munmap() 2615 * @uf: The userfaultfd list_head [all …]
|
H A D | mremap.c | 594 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument 676 mremap_userfaultfd_prep(new_vma, uf); in move_vma() 809 unsigned long flags, struct vm_userfaultfd_ctx *uf, in mremap_to() argument 887 ret = move_vma(vma, addr, old_len, new_len, new_addr, locked, flags, uf, in mremap_to() 923 struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; in SYSCALL_DEFINE5() local 999 &locked, flags, &uf, &uf_unmap_early, in SYSCALL_DEFINE5() 1104 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5() 1114 mremap_userfaultfd_complete(&uf, addr, ret, old_len); in SYSCALL_DEFINE5()
|
H A D | util.c | 550 LIST_HEAD(uf); in vm_mmap_pgoff() 557 &uf); in vm_mmap_pgoff() 559 userfaultfd_unmap_complete(mm, &uf); in vm_mmap_pgoff()
|
/openbmc/linux/include/linux/spi/ |
H A D | ads7846.h | 16 * ~150 uSec with 0.01uF caps.
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.h | 48 u8 hb_mult; /* high bandwidth pkts per uf */
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.h | 37 u8 hb_mult; /* high bandwidth pkts per uf */
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ads7846.txt | 40 ~150 uSec with 0.01uF caps (u16).
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | stm32-vrefbuf.c | 52 * ~650us sleep should be enough for caps up to 1.5uF. Use 10ms as in stm32_vrefbuf_set_enable()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cirrus,cs35l41.yaml | 65 nearest integer and expressed in uF.
|
/openbmc/linux/sound/firewire/ |
H A D | Kconfig | 108 * Behringer Digital Mixer X32 series (X-UF Card)
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 883 struct tun_filter uf; in update_filter() local 886 if (copy_from_user(&uf, arg, sizeof(uf))) in update_filter() 889 if (!uf.count) { in update_filter() 895 alen = ETH_ALEN * uf.count; in update_filter() 896 addr = memdup_user(arg + sizeof(uf), alen); in update_filter() 907 for (n = 0; n < uf.count && n < FLT_EXACT_COUNT; n++) in update_filter() 915 for (; n < uf.count; n++) { in update_filter() 925 if ((uf.flags & TUN_FLT_ALLMULTI)) in update_filter()
|
/openbmc/linux/drivers/regulator/ |
H A D | stm32-vrefbuf.c | 58 * ~650us sleep should be enough for caps up to 1.5uF. Use 10ms as in stm32_vrefbuf_enable()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | jz4760.c | 607 /* 0: 16ohm/220uF, 1: 10kohm/1uF */ in jz4760_codec_codec_init_regs()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 4300 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local 4306 itd->hw_transaction[uframe] = uf->transaction; in itd_patch() 4308 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch() 4309 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch() 4312 if (unlikely(uf->cross)) { in itd_patch() 4313 u64 bufp = uf->bufp + 4096; in itd_patch() 4577 unsigned uf; in scan_frame_queue() local 4599 for (uf = 0; uf < 8; uf++) { in scan_frame_queue() 4600 if (q.itd->hw_transaction[uf] & in scan_frame_queue() 4604 if (uf < 8) { in scan_frame_queue() [all …]
|