HomeSort by: relevance | last modified time | path
    Searched defs:bt_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/dti/
btl.c 137 int bt_cmd(int, struct bt_softc *, int, u_char *, int, u_char *);
179 * bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf)
193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, function in typeref:typename:int
231 printf("%s: bt_cmd, host not idle(0x%x)\n",
258 printf("%s: bt_cmd, cmd/data port full\n", name);
278 printf("%s: bt_cmd, cmd/data port empty %d\n",
299 printf("%s: bt_cmd, host not finished(0x%x)\n",
536 bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
759 bt_cmd(iobase, sc, sizeof(toggle.cmd),
953 i = bt_cmd(iobase, sc, sizeof(inquire.cmd), (u_char *)&inquire.cmd
    [all...]
  /src/sys/dev/pci/
if_iwm.c 6525 struct iwm_bt_coex_cmd bt_cmd; local in function:iwm_send_bt_init_conf
6527 bt_cmd.mode = htole32(IWM_BT_COEX_WIFI);
6528 bt_cmd.enabled_modules = htole32(IWM_BT_COEX_HIGH_BAND_RET);
6530 return iwm_send_cmd_pdu(sc, IWM_BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd);

Completed in 53 milliseconds