Searched refs:hd_info (Results 1 – 2 of 2) sorted by relevance
129 static struct hd_i_struct hd_info[] = { HD_TYPE }; variable130 static int NR_HD = ARRAY_SIZE(hd_info);132 static struct hd_i_struct hd_info[MAX_HD]; variable182 if (hd_info[0].head != 0) in hd_setup()184 hd_info[hdind].head = ints[2]; in hd_setup()185 hd_info[hdind].sect = ints[3]; in hd_setup()186 hd_info[hdind].cyl = ints[1]; in hd_setup()187 hd_info[hdind].wpcom = 0; in hd_setup()188 hd_info[hdind].lzone = ints[1]; in hd_setup()189 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()[all …]
1516 struct brcmf_sdio_hdrinfo *hd_info) in brcmf_sdio_hdpack() argument1521 brcmf_sdio_update_hwhdr(header, hd_info->len); in brcmf_sdio_hdpack()1525 hdrval = (hd_info->len - hdr_offset) | (hd_info->lastfrm << 24); in brcmf_sdio_hdpack()1527 hdrval = (u16)hd_info->tail_pad << 16; in brcmf_sdio_hdpack()1532 hdrval = hd_info->seq_num; in brcmf_sdio_hdpack()1533 hdrval |= (hd_info->channel << SDPCM_CHANNEL_SHIFT) & in brcmf_sdio_hdpack()1535 hdrval |= (hd_info->dat_offset << SDPCM_DOFFSET_SHIFT) & in brcmf_sdio_hdpack()2228 struct brcmf_sdio_hdrinfo hd_info = {0}; in brcmf_sdio_txpkt_prep() local2251 hd_info.len = pkt_next->len; in brcmf_sdio_txpkt_prep()2252 hd_info.lastfrm = skb_queue_is_last(pktq, pkt_next); in brcmf_sdio_txpkt_prep()[all …]