Searched refs:u16 (Results 1 - 25 of 89) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_nvm.h40 u16 word[2];
41 u16 *pba_block;
46 u16 eep_major;
47 u16 eep_minor;
48 u16 eep_build;
55 u16 or_major;
56 u16 or_build;
57 u16 or_patch;
62 s32 e1000_null_read_nvm(struct e1000_hw *hw, u16 a, u16
[all...]
H A De1000_mbx.h96 s32 e1000_read_mbx(struct e1000_hw *, u32 *, u16, u16);
97 s32 e1000_write_mbx(struct e1000_hw *, u32 *, u16, u16);
98 s32 e1000_read_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
99 s32 e1000_write_posted_mbx(struct e1000_hw *, u32 *, u16, u16);
100 s32 e1000_check_for_msg(struct e1000_hw *, u16);
101 s32 e1000_check_for_ack(struct e1000_hw *, u16);
[all...]
H A De1000_vf.h96 u16 pkt_info;
98 u16 hdr_info;
104 u16 ip_id; /* IP id */
105 u16 csum; /* Packet Checksum */
111 u16 length; /* Packet length */
112 u16 vlan; /* VLAN tag */
206 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
223 u16 mta_reg_count;
224 u16 rar_entry_coun
[all...]
H A De1000_i210.h43 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,
44 u16 words, u16 *data);
45 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset,
46 u16 words, u16 *data);
59 (u16)(((invm_dword) & 0xFFFF0000) >> 16)
H A De1000_phy.h40 s32 e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
43 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
44 s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
71 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
74 s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
75 s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
76 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
77 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
78 s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
79 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *dat
[all...]
H A De1000_hw.h410 #define __le16 u16
680 u16 vlan_id;
682 u16 reserved2;
705 u16 reserved1;
706 u16 reserved2;
707 u16 command_length;
734 s32 (*get_link_up_info)(struct e1000_hw *, u16 *, u16 *);
751 s32 (*acquire_swfw_sync)(struct e1000_hw *, u16);
752 void (*release_swfw_sync)(struct e1000_hw *, u16);
[all...]
H A De1000_nvm.c71 u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b,
72 u16 E1000_UNUSEDARG *c)
94 u16 E1000_UNUSEDARG *data)
108 u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b,
109 u16 E1000_UNUSEDARG *c)
155 static void e1000_shift_out_eec_bits(struct e1000_hw *hw, u16 data, u16 count)
202 static u16 e1000_shift_in_eec_bit
[all...]
H A De1000_osdep.c45 e1000_write_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value)
51 e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value)
74 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value)
88 e1000_write_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value)
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h46 u16 aaa_word(u16 d);
47 u16 aas_word(u16 d);
48 u16 aad_word(u16 d);
49 u16 aam_word(u8 d);
51 u16 adc_word(u16 d, u16
[all...]
H A Dtypes.h51 #define u16 x86emuu16 macro
66 typedef uint16_t u16; typedef
78 typedef u16 X86EMU_pioAddr;
H A Ddecode.h61 u16 fetch_word_imm(void);
65 u16 fetch_data_word(uint offset);
66 u16 fetch_data_word_abs(uint segment, uint offset);
71 void store_data_word(uint offset, u16 val);
72 void store_data_word_abs(uint segment, uint offset, u16 val);
76 u16 *decode_rm_word_register(int reg);
78 u16 *decode_rm_seg_register(int reg);
H A Dprim_asm.h60 u16 aaa_word_asm(u32 * flags, u16 d);
72 u16 aas_word_asm(u32 * flags, u16 d);
84 u16 aad_word_asm(u32 * flags, u16 d);
96 u16 aam_word_asm(u32 * flags, u8 d);
120 u16 adc_word_asm(u32 * flags, u16 d, u16
[all...]
H A Dx86emui.h84 extern u16(X86APIP sys_rdw) (u32 addr);
87 extern void (X86APIP sys_wrw) (u32 addr, u16 val);
91 extern u16(X86APIP sys_inw) (X86EMU_pioAddr addr);
94 extern void (X86APIP sys_outw) (X86EMU_pioAddr addr, u16 val);
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael_local.h6 typedef u_int16_t u16; typedef
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_nvm.h13 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
15 s32 igc_null_led_default(struct igc_hw *hw, u16 *data);
16 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
23 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words,
24 u16 *dat
[all...]
H A Digc_hw.h123 #define __le16 u16
353 s32 (*get_link_up_info)(struct igc_hw *, u16 *, u16 *);
364 s32 (*acquire_swfw_sync)(struct igc_hw *, u16);
365 void (*release_swfw_sync)(struct igc_hw *, u16);
388 s32 (*set_page)(struct igc_hw *, u16);
389 s32 (*read_reg)(struct igc_hw *, u32, u16 *);
390 s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *);
391 s32 (*read_reg_page)(struct igc_hw *, u32, u16 *);
396 s32 (*write_reg)(struct igc_hw *, u32, u16);
[all...]
H A Digc_api.h29 s32 igc_get_speed_and_duplex(struct igc_hw *hw, u16 *speed, u16 *duplex);
39 s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data);
40 s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data);
52 s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
53 s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *dat
[all...]
H A Digc_phy.h13 s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data);
16 s32 igc_null_write_reg(struct igc_hw *hw, u32 offset, u16 data);
17 s32 igc_null_set_page(struct igc_hw *hw, u16 data);
21 void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl);
30 s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
31 s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
34 s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data);
35 s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data);
37 s32 igc_read_xmdio_reg(struct igc_hw *hw, u16 addr, u8 dev_addr,
38 u16 *dat
[all...]
H A Digc_i225.h16 s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset,
17 u16 words, u16 *data);
18 s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset,
19 u16 words, u16 *data);
25 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
26 void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
H A Digc_nvm.c44 u16 IGC_UNUSEDARG a, u16 IGC_UNUSEDARG b,
45 u16 IGC_UNUSEDARG *c)
69 u16 IGC_UNUSEDARG a, u16 IGC_UNUSEDARG b,
70 u16 IGC_UNUSEDARG *c)
116 static void igc_shift_out_eec_bits(struct igc_hw *hw, u16 data, u16 count)
160 static u16 igc_shift_in_eec_bits(struct igc_hw *hw, u16 coun
[all...]
H A Digc_mac.h15 s32 igc_null_link_info(struct igc_hw *hw, u16 *s, u16 *d);
28 s32 igc_get_speed_and_duplex_copper_generic(struct igc_hw *hw, u16 *speed,
29 u16 *duplex);
41 void igc_init_rx_addrs_generic(struct igc_hw *hw, u16 rar_count);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmst.c41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count)
68 u16 usa_ofs, usa_count, usn;
69 u16 *usa_pos, *data_pos;
90 usa_pos = (u16*)b + usa_ofs/sizeof(u16);
93 * u16 values before they are fixed up. Note no need to care for
100 * Position in protected data of first u16 that needs fixing up.
102 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16)
[all...]
H A Dtypes.h38 typedef uint16_t u16; typedef
47 typedef u16 le16;
51 typedef u16 be16;
59 typedef u16 sle16;
63 typedef u16 sbe16;
/haiku/headers/libs/x86emu/
H A Dx86emu.h85 u16(X86APIP inw) (X86EMU_pioAddr addr);
88 void (X86APIP outw) (X86EMU_pioAddr addr, u16 val);
116 u16(X86APIP rdw) (u32 addr);
119 void (X86APIP wrw) (u32 addr, u16 val);
128 extern u16 X86API rdw(u32 addr);
131 extern void X86API wrw(u32 addr, u16 val);
190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
/haiku/src/libs/x86emu/
H A Dsys.c63 u16 x __attribute__ ((packed));
84 static __inline__ u16
85 ldw_u(u16 * p)
111 stw_u(u16 val, u16 * p)
137 static __inline__ u16
138 ldw_u(u16 * p)
140 u16 ret;
163 stw_u(u16 val, u16 *
[all...]

Completed in 93 milliseconds

1234