Home
last modified time | relevance | path

Searched refs:gdt_enc32 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/iir/
Diir.c317 gdt_enc32(gccb->gc_scratch + GDT_IOC_VERSION, GDT_IOC_NEWEST); in iir_init()
321 gdt_enc32(gccb->gc_scratch + GDT_IOC_LIST_OFFSET, GDT_IOC_HDR_SZ); in iir_init()
334 gdt_enc32(gccb->gc_scratch + GDT_GETCH_CHANNEL_NO, i); in iir_init()
404 gdt_enc32(gccb->gc_scratch + GDT_OEM_VERSION, 0x01); in iir_init()
405 gdt_enc32(gccb->gc_scratch + GDT_OEM_BUFSIZE, sizeof(gdt_oem_record_t)); in iir_init()
605 gdt_enc32(gccb->gc_cmd + GDT_CMD_COMMANDINDEX, in gdt_internal_cmd()
612 gdt_enc32(gccb->gc_cmd + GDT_CMD_UNION + in gdt_internal_cmd()
614 gdt_enc32(gccb->gc_cmd + GDT_CMD_UNION + in gdt_internal_cmd()
618 gdt_enc32(gccb->gc_cmd + GDT_CMD_UNION + GDT_IOCTL_P_PARAM, in gdt_internal_cmd()
623 gdt_enc32(gccb->gc_cmd + GDT_CMD_UNION + in gdt_internal_cmd()
[all …]
Diir.h712 static __inline__ void gdt_enc32(u_int8_t *, u_int32_t);
723 gdt_enc32(u_int8_t *addr, u_int32_t value) in gdt_enc32() function