Searched refs:uchar (Results 1 - 22 of 22) sorted by relevance

/drivers/scsi/
H A Dwd33c93.h42 #define uchar unsigned char macro
218 uchar reg_value;
230 uchar clock_freq;
231 uchar chip; /* what kind of wd33c93? */
232 uchar microcode; /* microcode rev */
233 uchar dma_buffer_pool; /* FEF: buffer from chip_ram? */
238 uchar *dma_bounce_buffer;
240 volatile uchar busy[8]; /* index = target, bit = lun */
245 uchar state; /* what we are currently doing */
246 uchar dm
[all...]
H A Din2000.h50 #define uchar unsigned char macro
274 uchar reg_value;
280 uchar chip; /* what kind of wd33c93 chip? */
281 uchar microcode; /* microcode rev if 'B' */
285 volatile uchar busy[8]; /* index = target, bit = lun */
290 uchar state; /* what we are currently doing */
291 uchar fifo; /* what the FIFO is up to */
292 uchar level2; /* extent to which Level-2 commands are used */
293 uchar disconnect; /* disconnect/reselect policy */
295 uchar incoming_ms
[all...]
H A Dadvansys.c93 typedef unsigned char uchar; typedef
170 #define ASC_SCSI_TIX_TYPE uchar
172 #define ASC_SCSI_BIT_ID_TYPE uchar
304 uchar status;
305 uchar q_no;
306 uchar cntl;
307 uchar sg_queue_cnt;
308 uchar target_id;
309 uchar target_lun;
313 uchar sense_le
[all...]
H A Dwd33c93.c175 static inline uchar
176 read_wd33c93(const wd33c93_regs regs, uchar reg_num)
178 uchar data;
197 static inline uchar
204 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value)
223 write_wd33c93_cdb(const wd33c93_regs regs, uint len, uchar cmnd[])
233 static inline uchar
234 read_wd33c93(const wd33c93_regs regs, uchar reg_num)
255 static inline uchar
[all...]
H A Din2000.c190 static inline uchar read_3393(struct IN2000_hostdata *hostdata, uchar reg_num)
200 static inline void write_3393(struct IN2000_hostdata *hostdata, uchar reg_num, uchar value)
207 static inline void write_3393_cmd(struct IN2000_hostdata *hostdata, uchar cmd)
216 static uchar read_1_byte(struct IN2000_hostdata *hostdata)
218 uchar asr, x = 0;
322 static uchar calc_sync_xfer(unsigned int period, unsigned int offset)
324 uchar result;
416 cmd->host_scribble = (uchar *) hostdat
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_bus.h63 extern int dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen);
64 extern int dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen);
72 extern int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen);
H A Ddhd_proto.h68 extern int dhd_prot_hdrpull(dhd_pub_t *, int *ifidx, void *rxp, uchar *buf, uint *len);
96 extern int dhd_process_pkt_reorder_info(dhd_pub_t *dhd, uchar *reorder_info_buf,
H A Ddhd_common.c730 uchar *buf;
744 (uchar)event->addr.octet[0]&0xff,
745 (uchar)event->addr.octet[1]&0xff,
746 (uchar)event->addr.octet[2]&0xff,
747 (uchar)event->addr.octet[3]&0xff,
748 (uchar)event->addr.octet[4]&0xff,
749 (uchar)event->addr.octet[5]&0xff);
903 buf = (uchar *) event_data;
961 buf = (uchar *) event_data;
1799 pfn_param.repeat = (uchar) (pno_repea
[all...]
H A Dbcmutils.c64 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf)
96 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf)
1655 prhex(const char *msg, uchar *buf, uint nbytes)
1963 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount)
1976 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes)
1988 bcm_print_bytes(const char *name, const uchar *data, int len)
2009 bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len)
2022 } else if (bcm_isprint((uchar)c)) {
H A Ddhd_cdc.c102 err = dhd_bus_txctl(dhd->bus, (uchar*)&prot->msg, len);
118 ret = dhd_bus_rxctl(dhd->bus, (uchar*)&prot->msg, cdc_len);
2215 dhd_wlfc_reorderinfo_indicate(uint8 *val, uint8 len, uchar *info_buf, uint *info_len)
2228 dhd_wlfc_parse_header_info(dhd_pub_t *dhd, void* pktbuf, int tlv_hdr_len, uchar *reorder_info_buf,
2527 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, uchar *reorder_buf_info,
2749 dhd_process_pkt_reorder_info(dhd_pub_t *dhd, uchar *reorder_info_buf, uint reorder_info_len,
H A Daiutils.c627 r = (uint32 *)((uchar *)sii->regs[coreidx] + regoff);
657 r = (uint32*) ((uchar*) ai_setcoreidx(&sii->pub, coreidx) + regoff);
H A Dsbutils.c397 r = (uint32 *)((uchar *)sii->regs[coreidx] + regoff);
429 r = (uint32*) ((uchar*)sb_setcoreidx(&sii->pub, coreidx) + regoff);
H A Ddhd.h540 extern void dhd_vif_sendup(struct dhd_info *dhd, int ifidx, uchar *cp, int len);
H A Dsiutils.c322 bzero((uchar*)sii, sizeof(si_info_t));
705 bcopy((uchar*)sii->coreid, (uchar*)coreid, (sii->numcores * sizeof(uint)));
H A Ddhd_sdio.c2008 dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen)
2192 dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen)
3484 ((uchar*)arg)[fw_path_len] = 0;
4346 uchar reorder_info_buf[WLHOST_REORDERDATA_TOTLEN];
4782 uchar reorder_info_buf[WLHOST_REORDERDATA_TOTLEN];
6232 dhd_bus_console_in(dhd_pub_t *dhdp, uchar *msg, uint msglen)
H A Dwl_iw.c2332 uchar *ivptr;
2333 ivptr = (uchar *)iwe->rx_seq;
H A Ddhd_linux.c1599 uchar *eth;
4700 uchar *eth;
/drivers/net/wireless/bcmdhd/include/
H A Dtypedefs.h154 typedef unsigned char uchar; typedef
H A Dbcmutils.h324 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf);
325 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf);
413 extern int bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len);
723 extern void prhex(const char *msg, uchar *buf, uint len);
751 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount);
752 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes);
753 extern void bcm_print_bytes(const char *name, const uchar *cdata, int len);
H A Dwlioctl.h307 uchar SSID[32];
3472 uchar name[DPT_FNAME_LEN]; /* friendly name */
3486 uchar name[DPT_FNAME_LEN]; /* friendly name */
3492 uchar name[BDD_FNAME_LEN]; /* friendly name */
/drivers/net/wireless/bcmdhd/include/proto/
H A D802.11.h1542 uchar sub_elements[1];
1728 uchar id;
1729 uchar len;
1730 uchar oui [3];
1731 uchar data [1];
/drivers/net/ethernet/fujitsu/
H A Dat1700.c106 typedef unsigned char uchar; typedef
116 uchar tx_queue; /* Number of packet on the Tx queue. */

Completed in 256 milliseconds