Lines Matching refs:u_int
87 static inline u_int pxa2xx_mcxx_hold(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_hold()
88 u_int mem_clk_10khz) in pxa2xx_mcxx_hold()
90 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold()
94 static inline u_int pxa2xx_mcxx_asst(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_asst()
95 u_int mem_clk_10khz) in pxa2xx_mcxx_asst()
97 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst()
101 static inline u_int pxa2xx_mcxx_setup(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_setup()
102 u_int mem_clk_10khz) in pxa2xx_mcxx_setup()
104 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup()
111 static inline u_int pxa2xx_pcmcia_cmd_time(u_int mem_clk_10khz, in pxa2xx_pcmcia_cmd_time()
112 u_int pcmcia_mcxx_asst) in pxa2xx_pcmcia_cmd_time()