Searched refs:P54P_WRITE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | p54pci.c | 56 P54P_WRITE(int_enable, cpu_to_le32(0)); in p54p_upload_firmware() 63 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 68 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 73 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 95 P54P_WRITE(direct_mem_base, cpu_to_le32(device_addr)); in p54p_upload_firmware() 100 P54P_WRITE(direct_mem_win[i], *data++); in p54p_upload_firmware() 112 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 117 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 122 P54P_WRITE(ctrl_stat, reg); in p54p_upload_firmware() 315 P54P_WRITE(int_ack, reg); in p54p_interrupt() [all …]
|
H A D | p54pci.h | 87 #define P54P_WRITE(r, val) __raw_writel((__force u32)(__le32)(val), &priv->map->r) macro
|