Searched refs:pfl (Results 1 – 3 of 3) sorted by relevance
98 PFlashCFI01 *pfl = opaque; in pflash_blk_write_state_needed() local100 return (pfl->blk_offset != -1); in pflash_blk_write_state_needed()138 static uint32_t pflash_cfi_query(PFlashCFI01 *pfl, hwaddr offset) in pflash_cfi_query() argument155 boff = offset >> (ctz32(pfl->bank_width) + in pflash_cfi_query()156 ctz32(pfl->max_device_width) - ctz32(pfl->device_width)); in pflash_cfi_query()158 if (boff >= sizeof(pfl->cfi_table)) { in pflash_cfi_query()167 resp = pfl->cfi_table[boff]; in pflash_cfi_query()168 if (pfl->device_width != pfl->max_device_width) { in pflash_cfi_query()172 if (pfl->device_width != 1 || pfl->bank_width > 4) { in pflash_cfi_query()173 trace_pflash_unsupported_device_configuration(pfl->name, in pflash_cfi_query()[all …]
115 static inline void toggle_dq7(PFlashCFI02 *pfl) in toggle_dq7() argument117 pfl->status ^= 0x80; in toggle_dq7()123 static inline void set_dq7(PFlashCFI02 *pfl, uint8_t value) in set_dq7() argument125 pfl->status &= 0x7F; in set_dq7()126 pfl->status |= value & 0x80; in set_dq7()132 static inline void toggle_dq6(PFlashCFI02 *pfl) in toggle_dq6() argument134 pfl->status ^= 0x40; in toggle_dq6()140 static inline void assert_dq3(PFlashCFI02 *pfl) in assert_dq3() argument142 pfl->status |= 0x08; in assert_dq3()148 static inline void reset_dq3(PFlashCFI02 *pfl) in reset_dq3() argument[all …]
1651 struct bnx2x_vf_mac_vlan_filters **pfl, in bnx2x_vf_mbx_macvlan_list() argument1683 *pfl = fl; in bnx2x_vf_mbx_macvlan_list()