Symbol: iosf_mbi
sys/dev/acpi/iosf_acpi.c
123
iosf_acpi_mbi_mdr_rd(struct iosf_mbi *mbi, uint32_t mcr, uint32_t mcrx)
sys/dev/acpi/iosf_acpi.c
137
iosf_acpi_mbi_mdr_wr(struct iosf_mbi *mbi, uint32_t mcr, uint32_t mcrx,
sys/dev/acpi/iosf_acpi.c
42
struct iosf_mbi sc_mbi;
sys/dev/acpi/iosf_acpi.c
48
static uint32_t iosf_acpi_mbi_mdr_rd(struct iosf_mbi *, uint32_t, uint32_t);
sys/dev/acpi/iosf_acpi.c
49
static void iosf_acpi_mbi_mdr_wr(struct iosf_mbi *, uint32_t, uint32_t,
sys/dev/ic/iosf.c
118
iosf_mbi_mdr_read(struct iosf_mbi *mbi, uint8_t port, uint8_t op,
sys/dev/ic/iosf.c
134
iosf_mbi_mdr_write(struct iosf_mbi *mbi, uint8_t port, uint8_t op,
sys/dev/ic/iosf.c
148
iosf_mbi_mdr_modify(struct iosf_mbi *mbi, uint8_t port, uint8_t op,
sys/dev/ic/iosf.c
174
struct iosf_mbi *mbi;
sys/dev/ic/iosf.c
176
mbi = iosf_mbi;
sys/dev/ic/iosf.c
190
struct iosf_mbi *mbi;
sys/dev/ic/iosf.c
192
mbi = iosf_mbi;
sys/dev/ic/iosf.c
207
struct iosf_mbi *mbi;
sys/dev/ic/iosf.c
209
mbi = iosf_mbi;
sys/dev/ic/iosf.c
224
return (iosf_mbi != NULL);
sys/dev/ic/iosf.c
228
iosf_mbi_sem_get(struct iosf_mbi *mbi)
sys/dev/ic/iosf.c
239
iosf_mbi_sem_reset(struct iosf_mbi *mbi)
sys/dev/ic/iosf.c
285
struct iosf_mbi *mbi;
sys/dev/ic/iosf.c
289
mbi = iosf_mbi;
sys/dev/ic/iosf.c
325
struct iosf_mbi *mbi;
sys/dev/ic/iosf.c
328
mbi = iosf_mbi;
sys/dev/ic/iosf.c
83
static struct iosf_mbi *iosf_mbi;
sys/dev/ic/iosf.c
86
iosf_mbi_attach(struct iosf_mbi *mbi)
sys/dev/ic/iosf.c
93
if (iosf_mbi == NULL || iosf_mbi->mbi_prio < mbi->mbi_prio)
sys/dev/ic/iosf.c
94
iosf_mbi = mbi;
sys/dev/ic/iosfvar.h
31
uint32_t (*mbi_mdr_rd)(struct iosf_mbi *sc, uint32_t, uint32_t);
sys/dev/ic/iosfvar.h
32
void (*mbi_mdr_wr)(struct iosf_mbi *sc, uint32_t, uint32_t,
sys/dev/ic/iosfvar.h
36
void iosf_mbi_attach(struct iosf_mbi *);
sys/dev/pci/iosf_pci.c
128
iosf_pci_mbi_mdr_rd(struct iosf_mbi *mbi, uint32_t mcr, uint32_t mcrx)
sys/dev/pci/iosf_pci.c
142
iosf_pci_mbi_mdr_wr(struct iosf_mbi *mbi, uint32_t mcr, uint32_t mcrx,
sys/dev/pci/iosf_pci.c
42
struct iosf_mbi sc_mbi;
sys/dev/pci/iosf_pci.c
48
static uint32_t iosf_pci_mbi_mdr_rd(struct iosf_mbi *, uint32_t, uint32_t);
sys/dev/pci/iosf_pci.c
49
static void iosf_pci_mbi_mdr_wr(struct iosf_mbi *, uint32_t, uint32_t,