Lines Matching defs:hw
72 struct nuc900_spi *hw = to_hw(spi); in nuc900_slave_select() local
119 static void nuc900_spi_setup_txnum(struct nuc900_spi *hw, unsigned int txnum) in nuc900_spi_setup_txnum()
137 static void nuc900_spi_setup_txbitlen(struct nuc900_spi *hw, in nuc900_spi_setup_txbitlen()
154 static void nuc900_spi_gobusy(struct nuc900_spi *hw) in nuc900_spi_gobusy()
170 static inline unsigned int hw_txbyte(struct nuc900_spi *hw, int count) in hw_txbyte()
177 struct nuc900_spi *hw = to_hw(spi); in nuc900_spi_txrx() local
195 struct nuc900_spi *hw = dev; in nuc900_spi_irq() local
223 static void nuc900_tx_edge(struct nuc900_spi *hw, unsigned int edge) in nuc900_tx_edge()
241 static void nuc900_rx_edge(struct nuc900_spi *hw, unsigned int edge) in nuc900_rx_edge()
259 static void nuc900_send_first(struct nuc900_spi *hw, unsigned int lsb) in nuc900_send_first()
277 static void nuc900_set_sleep(struct nuc900_spi *hw, unsigned int sleep) in nuc900_set_sleep()
294 static void nuc900_enable_int(struct nuc900_spi *hw) in nuc900_enable_int()
310 static void nuc900_set_divider(struct nuc900_spi *hw) in nuc900_set_divider()
315 static void nuc900_init_spi(struct nuc900_spi *hw) in nuc900_init_spi()
332 struct nuc900_spi *hw; in nuc900_spi_probe() local
413 struct nuc900_spi *hw = platform_get_drvdata(dev); in nuc900_spi_remove() local