Lines Matching +full:connected +full:- +full:positive

12  * Note: I removed media-bay details from the feature stuff, I believe it's
13 * not worth it, the media-bay driver can directly use the mac-io
23 * may return additional positive result values.
48 * all of the Grand-Central based machines. We currently don't
82 * to the device-tree. (Sawtooth is most tower G4s, FW_IMAC is most
85 * device-tree "model" or "compatible" property.
116 /* MacRISC4 / G5 machines. We don't have per-machine selection here anymore,
150 return -ENODEV; in pmac_call_feature()
173 * enable/disable the swim3 (floppy) cell of a mac-io ASIC
178 * enable/disable the mesh (scsi) cell of a mac-io ASIC
183 * enable/disable an IDE port of a mac-io ASIC
189 * assert(1)/release(0) an IDE reset line (mac-io IDE only)
194 * enable/disable the bmac (ethernet) cell of a mac-io ASIC, also drive
206 * Perform a HW reset of the PHY connected to a gmac controller.
217 /* -- add various tweaks related to sound routing -- */
225 * toggle the reset line of a CPU on an uninorth-based SMP machine
249 * Pass -1 as value to query for sleep capability
258 * selector: 0 - model id
259 * 1 - model flags (capabilities)
260 * 2 - model name (cast to const char *)
269 * read a GPIO from a mac-io controller of type KeyLargo or Pangea.
270 * the value returned is a byte (positive), or a negative error code
276 * write a GPIO of a mac-io controller of type KeyLargo or Pangea.
367 #define MACIO_FCR32(macio, r) ((macio)->base + ((r) >> 2))
368 #define MACIO_FCR8(macio, r) (((volatile u8 __iomem *)((macio)->base)) + (r))
386 * Uninorth reg. access. Note that Uni-N regs are big endian