HomeSort by: relevance | last modified time | path
    Searched refs:hcmd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 204 bus_space_handle_t hcmd, hdata; local
205 if (bus_space_map(iot, ioaddr + TADPMU_CMD, 1, 0, &hcmd) != 0) {
206 bus_space_unmap(iot, hcmd, 1);
215 tadpmu_init(iot, hcmd, hdata);
tadpmu.c 411 tadpmu_init(bus_space_tag_t t, bus_space_handle_t hcmd, bus_space_handle_t hdata)
416 tadpmu_hcmd = hcmd;
  /src/sys/dev/pci/
if_iwm.c 2474 DPRINTFN(10, ("Sending PHY-DB hcmd of type %d, of length %d\n",
2512 DPRINTFN(10, ("%s: Sent PHY_DB HCMD, type = %d num = %d\n",
2564 struct iwm_host_cmd hcmd = { local
2572 hcmd.data[0] = cmd;
2573 hcmd.len[0] = sizeof(*cmd);
2574 err = iwm_send_cmd(sc, &hcmd);
2578 pkt = hcmd.resp_pkt;
2596 iwm_free_resp(sc, &hcmd);
4479 iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd)
4494 code = hcmd->id
5762 struct iwm_host_cmd hcmd = { local
5869 struct iwm_host_cmd hcmd = { local
5997 struct iwm_host_cmd hcmd = { local
7490 struct iwm_host_cmd hcmd = { local
8105 uint32_t hcmd; \/* last host command header *\/ member in struct:iwm_error_event_table
    [all...]

Completed in 20 milliseconds