Home
last modified time | relevance | path

Searched refs:writew (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio.h174 #undef writew
176 writew(uint16_t v, volatile void *addr) in writew() function
182 #define writew(v, addr) writew(v, addr) macro
376 writew(v, addr); in iowrite16()
H A Diosys-map.h143 uint16_t: writew(val, addr), \
/freebsd/sys/dev/hptmv/
H A Dmv.c57 writew((void *)((ULONG_PTR)base + offset), val); in MV_REG_WRITE_WORD()
/freebsd/sys/dev/syscons/
H A Dscvtb.c139 writew(sc_vtb_pointer(vtb, at), a | c); in sc_vtb_putc()
148 writew(p, a | c); in sc_vtb_putchar()
H A Dscvgarndr.c304 writew((pos), vga_palette32[color]); \
308 writew((pos) + 1, vga_palette32[color] >> 8); \
313 writew((pos), vga_palette15[color]); \
315 writew((pos), vga_palette16[color]); \
318 writew((pos), vga_palette15[color]); \
/freebsd/sys/dev/fb/
H A Dfbreg.h61 #define writew(a, v) ofwfb_writew((u_int16_t *)(a), (v)) macro
84 #define writew(a, v) (*(uint16_t*)(a) = (v)) macro
H A Dvga.c747 writew(buf, 0xA55A); in verify_adapter()
750 writew(buf, v); in verify_adapter()
/freebsd/sys/dev/smbus/
H A Dsmbus_if.m92 METHOD int writew {
/freebsd/sys/amd64/include/
H A Dcpufunc.h54 #define writew(va, d) (*(volatile uint16_t *) (va) = (d)) macro
/freebsd/contrib/libpcap/
H A Dpcap-dos.c1400 writew ("-\\|/"[fan_idx++] | (15 << 8), /* white on black colour */ in get_rxbuf()
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.c120 writew(val, rtwpci->mmap + addr); in rtw_pci_write16()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c1930 writew(data, rtwpci->mmap + addr); in rtw89_pci_config_byte_clr()