Searched defs:his (Results 1 - 3 of 3) sorted by relevance
/drivers/isdn/hardware/mISDN/ |
H A D | mISDNisar.c | 70 send_mbox(struct isar_hw *isar, u8 his, u8 creg, u8 len, u8 *msg) argument 74 pr_debug("send_mbox(%02x,%02x,%d)\n", his, creg, len); 94 isar->write_reg(isar->hw, ISAR_HIS, his); 1135 pr_debug("%s: invalid msg his:%x\n", isar->name, isar->cmsb);
|
/drivers/isdn/hisax/ |
H A D | isar.c | 50 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, argument 59 debugl1(cs, "sendmsg(%02x,%02x,%d)", his, creg, len); 83 cs->BC_Write_Reg(cs, 1, ISAR_HIS, his); 1257 debugl1(cs, "invalid msg his:%x",
|
/drivers/net/wireless/bcmdhd/ |
H A D | dhd_linux.c | 454 static void dhd_dump_htsfhisto(histo_t *his, char *s); 4935 static void dhd_dump_htsfhisto(histo_t *his, char *s) argument 4940 printf("%d ", his->bin[i]); 4941 pktcnt += his->bin[i]; 4943 printf(" max: %d TotPkt: %d neg: %d [%s]\n", his->bin[NUMBIN-2], pktcnt, 4944 his->bin[NUMBIN-1], s);
|
Completed in 97 milliseconds