OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htoc32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
siop.c
50
#define
htoc32
(x) htole32(x)
macro
108
htoc32
((adp->clock_div << 24) | (xs->target << 16));
116
xfer->siop_tables.t_msgout.count =
htoc32
(msgoffset);
118
htoc32
(SCSI_SIOP_NOSTATUS); /* set invalid status */
120
xfer->siop_tables.cmd.count =
htoc32
(xs->cmdlen);
121
xfer->siop_tables.cmd.addr =
htoc32
(local_to_PCI((u_long)xs->cmd));
123
xfer->siop_tables.data[0].count =
htoc32
(xs->datalen);
125
htoc32
(local_to_PCI((u_long)xs->data));
208
htoc32
(ctoh32(table->addr) + ctoh32(table->count) -
210
table->count =
htoc32
(siop_cmd->resid)
[
all
...]
/src/sys/arch/prep/stand/boot/
siop.c
46
#define
htoc32
(x) htole32(x)
macro
104
htoc32
((adp->clock_div << 24) | (xs->target << 16));
112
xfer->siop_tables.t_msgout.count =
htoc32
(msgoffset);
114
htoc32
(SCSI_SIOP_NOSTATUS); /* set invalid status */
116
xfer->siop_tables.cmd.count =
htoc32
(xs->cmdlen);
117
xfer->siop_tables.cmd.addr =
htoc32
(local_to_PCI((u_long)xs->cmd));
119
xfer->siop_tables.data[0].count =
htoc32
(xs->datalen);
121
htoc32
(local_to_PCI((u_long)xs->data));
185
htoc32
(ctoh32(table->addr) + ctoh32(table->count) -
187
table->count =
htoc32
(siop_cmd->resid)
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025