Lines Matching defs:offset
962 int position; // current position (byte offset) in message
991 unsigned int offset: 15;
1018 unsigned char __iomem *card_ram_off; /* offset into card memory of the
1030 unsigned char __iomem *card_ram_off; /* offset into card memory of the
1042 unsigned char __iomem *card_ram_off; /* offset into card memory of the
1119 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap);
1991 ai->txfids[0].tx_desc.offset = 0;
2081 * another bap_setup(). We are at offset 0x6 and
3625 "rid=%x, offset=%d", rsp.rsp0, rsp.rsp1, rsp.rsp2);
4035 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap)
4041 OUT4500(ai, OFFSET0+whichbap, offset);
4051 /* invalid rid or offset */
4065 OUT4500(ai, OFFSET0+whichbap, offset);
4074 u16 offset, u16 *len)
4082 if (offset != 4) OUT4500(ai, AUXOFF, offset);
4092 u16 offset;
4100 offset = IN4500(ai, SWS2+whichbap);
4101 next = aux_setup(ai, page, offset, &len);
4455 loff_t *offset);
4460 loff_t *offset);
4642 loff_t *offset)
4649 return simple_read_from_buffer(buffer, len, offset, priv->rbuffer,
4660 loff_t *offset)
4668 ret = simple_write_to_buffer(priv->wbuffer, priv->maxwritelen, offset,
4671 priv->writelen = max_t(int, priv->writelen, *offset);