Home
last modified time | relevance | path

Searched refs:bbar (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.h17 uint32_t bbar; member
40 uint32_t bbar; member
190 int bbar; member
H A Dich.c91 ichspi_bbar = ich_readl(ctlr, ctlr->bbar) & ~bbar_mask; in ich_set_bbar()
93 ich_writel(ctlr, ichspi_bbar, ctlr->bbar); in ich_set_bbar()
136 ctlr->bbar = offsetof(struct ich7_spi_regs, bbar); in ich_init_controller()
151 ctlr->bbar = offsetof(struct ich9_spi_regs, bbar); in ich_init_controller()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp.h121 u32 bbar; member
H A Dibmphp_ebda.c415 rio_detail_ptr->bbar = readl(io_mem + offset + 1); in ebda_rio_table()