Lines Matching refs:u8
47 u8 offset;
48 u8 word_start;
49 u8 byte_start;
50 u8 byte_cnts;
54 u8 offset;
55 u8 word_en;
56 u8 data[8];
81 u8 id[2];
82 u8 ldo_setting[2];
83 u8 clk_setting[2];
84 u8 cccr;
85 u8 sdio_mode;
86 u8 ocr[3];
87 u8 cis0[17];
88 u8 cis1[48];
89 u8 mac_addr[6];
90 u8 eeprom_verno;
91 u8 channel_plan;
92 u8 tx_power_b[14];
93 u8 tx_power_g[14];
96 void read_efuse_byte(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf);
98 u8 efuse_read_1byte(struct ieee80211_hw *hw, u16 address);
99 int efuse_one_byte_read(struct ieee80211_hw *hw, u16 addr, u8 *data);
100 void efuse_write_1byte(struct ieee80211_hw *hw, u16 address, u8 value);
102 u16 _size_byte, u8 *pbuf);
103 void efuse_shadow_read(struct ieee80211_hw *hw, u8 type,
105 void efuse_shadow_write(struct ieee80211_hw *hw, u8 type,
111 void efuse_re_pg_section(struct ieee80211_hw *hw, u8 section_idx);