Searched refs:fill (Results 26 - 40 of 40) sorted by relevance

12

/drivers/isdn/hardware/eicon/
H A Dio.h249 byte fill[224]; member in struct:s_load
/drivers/isdn/hardware/mISDN/
H A Dnetjet.c188 fill_mem(struct tiger_ch *bc, u32 idx, u32 cnt, u32 fill) argument
193 pr_debug("%s: B%1d fill %02x len %d idx %d/%d\n", card->name,
194 bc->bch.nr, fill, cnt, idx, card->send.idx);
196 fill <<= 8;
203 val |= fill;
H A Davmfritz.c107 u8 fill; member in struct:hdlc_stat_reg
115 u8 fill;
/drivers/media/video/cpia2/
H A Dcpia2.h244 u8 fill; member in struct:cpia2_reg_mask
/drivers/net/ethernet/natsemi/
H A Dibmlana.c845 char *fill = "NetBSD is a nice OS too! "; local
846 unsigned int destoffs = skb->len, l = strlen(fill);
849 memcpy_toio(priv->base + baddr + destoffs, fill, l);
/drivers/isdn/hisax/
H A Dhisax.h408 u_char fill; member in struct:hdlc_stat_reg
416 u_char fill;
H A Dnetjet.c67 static void fill_mem(struct BCState *bcs, u_int *pos, u_int cnt, int chan, u_char fill) argument
72 val |= fill;
743 debugl1(bcs->cs, "tiger write_raw: fill rest %d",
755 debugl1(bcs->cs, "tiger write_raw: fill half");
760 debugl1(bcs->cs, "tiger write_raw: fill full");
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h82 static void bnx2x_init_fill(struct bnx2x *bp, u32 addr, int fill, argument
89 memset(GUNZIP_BUF(bp), (u8)fill, buf_len);
H A Dbnx2x_main.c433 /* fill in the completion parameters */
502 /* fill in addresses and len */
536 /* fill in addresses and len */
4873 static inline void bnx2x_fill(struct bnx2x *bp, u32 addr, int fill, u32 len) argument
4878 REG_WR(bp, addr + i, fill);
4881 REG_WR8(bp, addr + i, fill);
/drivers/ata/
H A Dsata_fsl.c250 u8 fill[4 * 4]; member in struct:command_desc
261 u8 fill[2 * 4]; member in struct:prde
/drivers/misc/sgi-gru/
H A Dgrukservices.c143 char fill; member in struct:message_header
/drivers/mmc/card/
H A Dmmc_test.c1564 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
1620 if (fill) {
1650 * Prepare for large transfers. Erase and fill the test area.
/drivers/usb/gadget/
H A Dci13xxx_udc.c187 int fill = 16 - hw_ep_max / 2; local
190 n += fill;
/drivers/mtd/nand/
H A Dnand_base.c1738 uint32_t fill = 0xFFFFFFFF; local
1743 chip->write_buf(mtd, (uint8_t *)&fill,
/drivers/net/wireless/
H A Dairo.c790 u8 fill; member in struct:BSSListRid::__anon3156
1059 u16 fill; member in struct:__anon3172
1629 /* expand the key to fill the MMH coefficient array */
4616 * closed. So basically we allocate a read buffer at open and fill it
7654 * o Check input value more carefully and fill correct values in range

Completed in 472 milliseconds

12