Searched refs:port_map (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Djmicron.c37 port_type port_map[2]; local
45 port_map[0] = PORT_SATA;
46 port_map[1] = PORT_PATA0;
48 port_map[0] = PORT_SATA;
49 port_map[1] = PORT_SATA;
56 port_map[0] = PORT_PATA1;
67 switch (port_map[port]) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Djmicron.c37 port_type port_map[2]; local
45 port_map[0] = PORT_SATA;
46 port_map[1] = PORT_PATA0;
48 port_map[0] = PORT_SATA;
49 port_map[1] = PORT_SATA;
56 port_map[0] = PORT_PATA1;
67 switch (port_map[port]) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_jmicron.c50 port_type port_map[2]; local
61 port_map[0] = PORT_SATA;
62 port_map[1] = PORT_PATA0;
64 port_map[0] = PORT_SATA;
65 port_map[1] = PORT_SATA;
72 port_map[0] = PORT_PATA1;
83 switch (port_map[port]) {
H A Dahci_platform.c106 * both CAP.NP and port_map.
108 n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map));
140 if (!(hpriv->port_map & (1 << i)))
H A Dlibahci.c374 u32 cap, cap2, vers, port_map; local
384 hpriv->saved_port_map = port_map = readl(mmio + HOST_PORTS_IMPL);
431 if (force_port_map && port_map != force_port_map) {
432 dev_printk(KERN_INFO, dev, "forcing port_map 0x%x -> 0x%x\n",
433 port_map, force_port_map);
434 port_map = force_port_map;
438 dev_printk(KERN_ERR, dev, "masking port_map 0x%x -> 0x%x\n",
439 port_map,
440 port_map & mask_port_map);
441 port_map
[all...]
H A Dahci.c462 if ((tmp16 & hpriv->port_map) != hpriv->port_map) {
463 tmp16 |= hpriv->port_map;
1179 * both CAP.NP and port_map.
1181 n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map));
1212 if (!(hpriv->port_map & (1 << i)))
H A Dahci.h291 u32 port_map; /* port map to use */ member in struct:ahci_host_priv
294 u32 saved_port_map; /* saved initial port_map */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_jmicron.c50 port_type port_map[2]; local
61 port_map[0] = PORT_SATA;
62 port_map[1] = PORT_PATA0;
64 port_map[0] = PORT_SATA;
65 port_map[1] = PORT_SATA;
72 port_map[0] = PORT_PATA1;
83 switch (port_map[port]) {
H A Dahci_platform.c106 * both CAP.NP and port_map.
108 n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map));
140 if (!(hpriv->port_map & (1 << i)))
H A Dlibahci.c374 u32 cap, cap2, vers, port_map; local
384 hpriv->saved_port_map = port_map = readl(mmio + HOST_PORTS_IMPL);
431 if (force_port_map && port_map != force_port_map) {
432 dev_printk(KERN_INFO, dev, "forcing port_map 0x%x -> 0x%x\n",
433 port_map, force_port_map);
434 port_map = force_port_map;
438 dev_printk(KERN_ERR, dev, "masking port_map 0x%x -> 0x%x\n",
439 port_map,
440 port_map & mask_port_map);
441 port_map
[all...]
H A Dahci.c462 if ((tmp16 & hpriv->port_map) != hpriv->port_map) {
463 tmp16 |= hpriv->port_map;
1179 * both CAP.NP and port_map.
1181 n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map));
1212 if (!(hpriv->port_map & (1 << i)))
H A Dahci.h291 u32 port_map; /* port map to use */ member in struct:ahci_host_priv
294 u32 saved_port_map; /* saved initial port_map */

Completed in 198 milliseconds