chipc_softc
struct chipc_softc *chipc_sc;
struct chipc_softc *chipc_sc;
struct chipc_softc *sc;
chipc_should_enable_muxed_sprom(struct chipc_softc *sc)
static int chipc_add_children(struct chipc_softc *sc);
static bhnd_nvram_src chipc_find_nvram_src(struct chipc_softc *sc,
struct chipc_softc *sc;
static int chipc_read_caps(struct chipc_softc *sc,
struct chipc_softc *sc;
struct chipc_softc *sc);
chipc_enable_otp_power(struct chipc_softc *sc)
static int chipc_enable_otp_power(struct chipc_softc *sc);
chipc_disable_otp_power(struct chipc_softc *sc)
static void chipc_disable_otp_power(struct chipc_softc *sc);
chipc_enable_sprom_pins(struct chipc_softc *sc)
static int chipc_enable_sprom_pins(struct chipc_softc *sc);
static void chipc_disable_sprom_pins(struct chipc_softc *sc);
chipc_disable_sprom_pins(struct chipc_softc *sc)
static int chipc_init_rman(struct chipc_softc *sc);
struct chipc_softc *sc = device_get_softc(dev);
static void chipc_free_rman(struct chipc_softc *sc);
struct chipc_softc *sc;
struct chipc_softc *sc;
DEFINE_CLASS_0(bhnd_chipc, bhnd_chipc_driver, chipc_methods, sizeof(struct chipc_softc));
struct chipc_softc *sc;
struct chipc_softc *sc;
chipc_add_children(struct chipc_softc *sc)
chipc_find_nvram_src(struct chipc_softc *sc, struct chipc_caps *caps)
chipc_read_caps(struct chipc_softc *sc, struct chipc_caps *caps)
chipc_rman_init_regions (struct chipc_softc *sc, bhnd_port_type type,
chipc_init_rman(struct chipc_softc *sc)
chipc_free_rman(struct chipc_softc *sc)
struct chipc_softc *sc = device_get_softc(dev);
struct chipc_softc *sc;
struct chipc_softc *sc;
struct chipc_softc *sc;
struct chipc_softc *sc = device_get_softc(dev);
struct chipc_softc;
int chipc_set_irq_resource(struct chipc_softc *sc,
int chipc_set_mem_resource(struct chipc_softc *sc,
struct chipc_region *chipc_alloc_region(struct chipc_softc *sc,
void chipc_free_region(struct chipc_softc *sc,
struct chipc_region *chipc_find_region(struct chipc_softc *sc,
struct chipc_region *chipc_find_region_by_rid(struct chipc_softc *sc,
int chipc_retain_region(struct chipc_softc *sc,
int chipc_release_region(struct chipc_softc *sc,
chipc_set_irq_resource(struct chipc_softc *sc, device_t child, int rid,
chipc_set_mem_resource(struct chipc_softc *sc, device_t child, int rid,
chipc_alloc_region(struct chipc_softc *sc, bhnd_port_type type,
chipc_free_region(struct chipc_softc *sc, struct chipc_region *cr)
chipc_find_region(struct chipc_softc *sc, rman_res_t start, rman_res_t end)
chipc_find_region_by_rid(struct chipc_softc *sc, int rid)
chipc_retain_region(struct chipc_softc *sc, struct chipc_region *cr, int flags)
chipc_release_region(struct chipc_softc *sc, struct chipc_region *cr,
struct chipc_softc *chipc_sc;