OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_block
(Results
1 - 6
of
6
) sorted by null
/external/grub/netboot/
depca.c
450
struct depca_init
init_block
; /* Shadow init block */
member in struct:depca_private
493
lp.
init_block
.rx_ring = ((u32) ((u32) lp.rx_ring) & LA_MASK) | lp.rx_rlen;
494
lp.
init_block
.tx_ring = ((u32) ((u32) lp.tx_ring) & LA_MASK) | lp.tx_rlen;
496
lp.
init_block
.phys_addr[i] = nic->node_addr[i];
497
lp.
init_block
.mode = 0x0000; /* Enable the Tx and Rx */
498
memset(lp.
init_block
.mcast_table, 0, sizeof(lp.
init_block
.mcast_table));
516
/* Copy the shadow
init_block
to shared memory */
517
memcpy_toio((char *)lp.sh_mem, &lp.
init_block
, sizeof(struct depca_init));
sk_g16.h
123
struct
init_block
struct
lance.c
84
struct lance_init_block
init_block
;
member in struct:lance_interface
262
lp->
init_block
.phys_addr[i] = nic->node_addr[i];
272
lp->
init_block
.mode = 0x0; /* enable Rx and Tx */
273
l = (Address)virt_to_bus(&lp->
init_block
);
436
lp->
init_block
.mode = 0x3; /* disable Rx and Tx */
437
lp->
init_block
.filter[0] = lp->
init_block
.filter[1] = 0x0;
439
lp->
init_block
.rx_ring = (virt_to_bus(&lp->rx_ring) & 0xffffff) | RX_RING_LEN_BITS;
440
lp->
init_block
.tx_ring = virt_to_bus(&lp->tx_ring) & 0xffffff;
441
l = virt_to_bus(&lp->
init_block
);
[
all
...]
sk_g16.c
288
/* Define Mask for setting RMD, TMD length in the LANCE
init_block
*/
422
struct
init_block
ib;
1013
"
init_block
: %#hX\n",
/external/qemu/distrib/zlib-1.2.3/
trees.c
143
local void
init_block
OF((deflate_state *s));
405
init_block
(s);
411
local void
init_block
(s)
function
[
all
...]
/external/zlib/
trees.c
143
local void
init_block
OF((deflate_state *s));
405
init_block
(s);
411
local void
init_block
(s)
function
[
all
...]
Completed in 890 milliseconds