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

  /src/sys/arch/mips/atheros/dev/
athflash.c 169 uint16_t venid, devid; local in function:flash_probe
185 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
192 if ((venid == flash_ids[i].vendor_id) &&
212 uint16_t venid, devid; local in function:flash_attach
229 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
236 if ((venid == flash_ids[i].vendor_id) &&
athflash.c 169 uint16_t venid, devid; local in function:flash_probe
185 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
192 if ((venid == flash_ids[i].vendor_id) &&
212 uint16_t venid, devid; local in function:flash_attach
229 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
236 if ((venid == flash_ids[i].vendor_id) &&
athflash.c 169 uint16_t venid, devid; local in function:flash_probe
185 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
192 if ((venid == flash_ids[i].vendor_id) &&
212 uint16_t venid, devid; local in function:flash_attach
229 venid = bus_space_read_2(aa->aa_bst, ioh, 0);
236 if ((venid == flash_ids[i].vendor_id) &&

Completed in 52 milliseconds