Symbol: ahci_channel
sys/arm/allwinner/a10_ahci.c
265
ahci_a10_ch_start(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
1006
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1027
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1047
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
105
ahci_ch_detval(struct ahci_channel *ch, uint32_t val)
sys/dev/ahci/ahci.c
1068
sizeof(struct ahci_channel)
sys/dev/ahci/ahci.c
1080
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1153
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1180
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1203
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
1219
ahci_phy_check_events(struct ahci_channel *ch, u_int32_t serr)
sys/dev/ahci/ahci.c
1249
ahci_cpd_check_events(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
1281
ahci_notify_events(struct ahci_channel *ch, u_int32_t status)
sys/dev/ahci/ahci.c
1302
ahci_done(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
1318
struct ahci_channel *ch = (struct ahci_channel *)arg;
sys/dev/ahci/ahci.c
1332
struct ahci_channel *ch = (struct ahci_channel *)arg;
sys/dev/ahci/ahci.c
1359
struct ahci_channel *ch = (struct ahci_channel *)arg;
sys/dev/ahci/ahci.c
1373
ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus)
sys/dev/ahci/ahci.c
1532
ahci_check_collision(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
1582
ahci_begin_transaction(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
1635
struct ahci_channel *ch = slot->ch;
sys/dev/ahci/ahci.c
1665
struct ahci_channel *ch = slot->ch;
sys/dev/ahci/ahci.c
1819
ahci_process_timeout(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
1835
ahci_rearm_timeout(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
1859
struct ahci_channel *ch = slot->ch;
sys/dev/ahci/ahci.c
1938
struct ahci_channel *ch = slot->ch;
sys/dev/ahci/ahci.c
2149
ahci_issue_recovery(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2226
ahci_process_read_log(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
2285
ahci_process_request_sense(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
2306
ahci_start(struct ahci_channel *ch, int fbs)
sys/dev/ahci/ahci.c
2332
ahci_stop(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2353
ahci_clo(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2375
ahci_stop_fr(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2395
ahci_start_fr(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2405
ahci_wait_ready(struct ahci_channel *ch, int t, int t0)
sys/dev/ahci/ahci.c
2433
struct ahci_channel *ch = arg;
sys/dev/ahci/ahci.c
2455
ahci_reset(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2546
ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag)
sys/dev/ahci/ahci.c
2603
ahci_sata_connect(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2650
ahci_sata_phy_reset(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
2693
ahci_check_ids(struct ahci_channel *ch, union ccb *ccb)
sys/dev/ahci/ahci.c
2712
struct ahci_channel *ch;
sys/dev/ahci/ahci.c
2717
ch = (struct ahci_channel *)cam_sim_softc(sim);
sys/dev/ahci/ahci.c
2896
struct ahci_channel *ch = (struct ahci_channel *)cam_sim_softc(sim);
sys/dev/ahci/ahci.c
64
static void ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus);
sys/dev/ahci/ahci.c
65
static void ahci_begin_transaction(struct ahci_channel *ch, union ccb *ccb);
sys/dev/ahci/ahci.c
70
static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);
sys/dev/ahci/ahci.c
723
ahci_attached(device_t dev, struct ahci_channel *ch)
sys/dev/ahci/ahci.c
733
ahci_detached(device_t dev, struct ahci_channel *ch)
sys/dev/ahci/ahci.c
744
struct ahci_channel *
sys/dev/ahci/ahci.c
748
struct ahci_channel *ch;
sys/dev/ahci/ahci.c
76
static void ahci_reset(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
760
ahci_putch(struct ahci_channel *ch)
sys/dev/ahci/ahci.c
77
static void ahci_start(struct ahci_channel *ch, int fbs);
sys/dev/ahci/ahci.c
777
struct ahci_channel *ch;
sys/dev/ahci/ahci.c
78
static void ahci_stop(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
79
static void ahci_clo(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
80
static void ahci_start_fr(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
803
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
81
static void ahci_stop_fr(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
82
static int ahci_phy_check_events(struct ahci_channel *ch, u_int32_t serr);
sys/dev/ahci/ahci.c
83
static uint32_t ahci_ch_detval(struct ahci_channel *ch, uint32_t val);
sys/dev/ahci/ahci.c
85
static int ahci_sata_connect(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
86
static int ahci_sata_phy_reset(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
87
static int ahci_wait_ready(struct ahci_channel *ch, int t, int t0);
sys/dev/ahci/ahci.c
89
static void ahci_issue_recovery(struct ahci_channel *ch);
sys/dev/ahci/ahci.c
90
static void ahci_process_read_log(struct ahci_channel *ch, union ccb *ccb);
sys/dev/ahci/ahci.c
91
static void ahci_process_request_sense(struct ahci_channel *ch, union ccb *ccb);
sys/dev/ahci/ahci.c
948
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.c
981
struct ahci_channel *ch = device_get_softc(dev);
sys/dev/ahci/ahci.h
387
struct ahci_channel *ch; /* Channel */
sys/dev/ahci/ahci.h
439
void (*start)(struct ahci_channel *);
sys/dev/ahci/ahci.h
535
void (*ch_start)(struct ahci_channel *);
sys/dev/ahci/ahci.h
538
struct ahci_channel *ch[AHCI_MAX_PORTS]; /* Attached channels */
sys/dev/ahci/ahci.h
672
void ahci_attached(device_t dev, struct ahci_channel *ch);
sys/dev/ahci/ahci.h
673
void ahci_detached(device_t dev, struct ahci_channel *ch);
sys/dev/ahci/ahci.h
674
struct ahci_channel * ahci_getch(device_t dev, int n);
sys/dev/ahci/ahci.h
675
void ahci_putch(struct ahci_channel *ch);
sys/dev/ahci/ahciem.c
373
struct ahci_channel *ch;