Home
last modified time | relevance | path

Searched refs:B43_LCNTAB_TYPEMASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_lcn.c461 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_read()
462 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_read()
494 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_read_bulk()
495 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_read_bulk()
529 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_write()
562 type = offset & B43_LCNTAB_TYPEMASK; in b43_lcntab_write_bulk()
563 offset &= ~B43_LCNTAB_TYPEMASK; in b43_lcntab_write_bulk()
H A Dtables_phy_lcn.h6 #define B43_LCNTAB_TYPEMASK 0xF0000000 macro