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

  /src/sys/arch/mips/adm5120/dev/
ahci.c 829 static struct admhcd_ed ep_v __attribute__((aligned(16))), *ep; local in function:ahci_device_ctrl_start
855 ep = (struct admhcd_ed *)KSEG1ADDR(&ep_v);
1151 static struct admhcd_ed ep_v __attribute__((aligned(16))), *ep; local in function:ahci_device_bulk_start
1175 ep = (struct admhcd_ed *)KSEG1ADDR(&ep_v);
ahci.c 829 static struct admhcd_ed ep_v __attribute__((aligned(16))), *ep; local in function:ahci_device_ctrl_start
855 ep = (struct admhcd_ed *)KSEG1ADDR(&ep_v);
1151 static struct admhcd_ed ep_v __attribute__((aligned(16))), *ep; local in function:ahci_device_bulk_start
1175 ep = (struct admhcd_ed *)KSEG1ADDR(&ep_v);

Completed in 22 milliseconds